vab2048

Results 10 issues of 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...

Type: Enhancement
Priority 3: Could
Ideal for Contribution

### 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...

Priority 4: Would
Type: Enhancement
Ideal for Contribution

**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...

Type: Feature
Priority 2: Should

**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...

Record

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...

status: waiting-for-triage
status: invalid
for: stackoverflow

### 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,...

Priority 4: Would
Type: Feature

### 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...

Type: Enhancement
Status: Under Discussion

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...

in: infrastructure
meta: waiting for feedback
type: improvement