This repository contains examples, snippets, experiments and manuals.
- archunit-enum-reproducer reproduced a bug that had been fixed.
- archunit-equalsverifier-combined contains the code for the blog article Testing all equals and hashCode methods
- axon-customized-jpa shows how to customize database schema and table names in JPA for AxonFramework
- axon-server-kubernetes-first-steps shows step by step to get started with AxonServer on a local Kubernetes installation
- cdi-generic-type-producer shows how to implement a CDI producer for a generic type
- jsonb-versioning-experiment contains a JSON versioning experiment for compatibility issues of changed data objects
- server-sent-events-sample shows how to implement and test a Server Sent Events (SSE) endpoint with Quarkus