Automatically Updating Timestamp Fields for Axon State-Stored Aggregates
A state-stored aggregate in the Axon framework is an aggregate which also gets persisted as a classic...
UUID Identifier for Axon Aggregate
As noted in this issue, the identifier for an Axon aggregate most be a String data type....
Wildcard Matches With Wiremock
Wiremock is a great tool to use to mock out external APIs and services and you can...
Spring JPA – Select Multiple Entities With a Single Query
While Spring JPA simplifies things for the developer, performance is often unnecessarily sacrificed in the process. For...
Java Generics: Bounded Wildcards in Method Declarations
Sometimes it is good to review concrete examples of abstractions in practice to remember their importance. Here...