An open API service indexing awesome lists of open source software.

https://github.com/joht/snippets

Collection of examples, snippets and experiments
https://github.com/joht/snippets

json json-binding samples versioning

Last synced: 7 months ago
JSON representation

Collection of examples, snippets and experiments

Awesome Lists containing this project

README

          

# Snippets

This repository contains examples, snippets, experiments and manuals.

## Overview

- [archunit-enum-reproducer](./archunit-enum-reproducer/README.md) reproduced a bug that had been fixed.
- [archunit-equalsverifier-combined](./archunit-equalsverifier-combined/README.md) contains the code for the blog article [Testing all equals and hashCode methods](https://joht.github.io/johtizen/testing/2020/03/08/test-all-equal-and-hashcode-methods.html)
- [axon-customized-jpa](./axon-customized-jpa/README.md) shows how to customize database schema and table names in [JPA][JPA] for [AxonFramework][AxonFramework]
- [axon-server-kubernetes-first-steps](./axon-server-kubernetes-first-steps/README.md) shows step by step to get started with [AxonServer][AxonServer] on a local [Kubernetes][Kubernetes] installation
- [cdi-generic-type-producer](./cdi-generic-type-producer/README.md) shows how to implement a [CDI][CDI] producer for a generic type
- [jsonb-versioning-experiment](./jsonb-versioning-experiment/README.md) contains a JSON versioning experiment for compatibility issues of changed data objects
- [server-sent-events-sample](./server-sent-events-sample/README.md) shows how to implement and test a Server Sent Events (SSE) endpoint with [Quarkus][Quarkus]

[AxonFramework]: https://github.com/AxonFramework/AxonFramework
[AxonServer]: https://docs.axoniq.io/reference-guide/axon-server-introduction
[CDI]: https://www.cdi-spec.org
[JPA]: https://jakarta.ee/specifications/persistence
[Kubernetes]: https://kubernetes.io
[Quarkus]: https://quarkus.io