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
- Host: GitHub
- URL: https://github.com/joht/snippets
- Owner: JohT
- License: apache-2.0
- Created: 2019-09-29T08:14:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-27T09:41:18.000Z (7 months ago)
- Last Synced: 2025-10-31T17:03:05.395Z (7 months ago)
- Topics: json, json-binding, samples, versioning
- Language: Java
- Homepage:
- Size: 580 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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