vab2048
vab2048
### Enhancement Description Add the ability to provide a `contentType` method to the builder of a `JdbcSagaStore` so that users of the framework can specify a custom type they would...
### Enhancement Description This is really a convenience request more than an enhancement/feature. It is not needed (there are workarounds) so please feel free to close the issue if it...
**Feature Request: Improved API for state transitions.** I came across a wonderful project by @idugalic on github (https://github.com/idugalic/axon-statemachine-demo) which highlights the new polymorphic aggregate feature of axon as well as...
**Is your feature request related to a problem? Please describe.** When using records in a Java modular app you must add opens declarations to the `module-info.java` for the package which...
Is there any way to update a table such that the values which have changed from the state of the table "blink" a certain colour?
Hello, I have an issue when attempting to persist a record. The following is fine: ```java @Table("cat") public record Cat( @Id @Column("id") Long id, @Column("name") String name) { // Instead...
### Feature Description - A synthetic test is the running of a business flow in production with synthetic data (fake users/entities/etc). - The idea is to be able to, at-any-time,...
### Enhancement Description Allow the `@ProcessingGroup` annotation to also specify the type of the processing group as well as the name. Type being either tracking/subscribing. ### Current Behaviour Processing groups...
Fix typo
For spring boot projects which want to make use of the outbox pattern which the event publication registry provides would it be possible to extract the relevant bits into their...