Mitchell Herrijgers

Results 28 issues of Mitchell Herrijgers

Creates the JPA implementation of the DeadLetterQueue to be used in the `feature/dead-letter-queue` branch. ### Update See #2258 for the base implementation of the `DeadLetterQueue`. See #2021 for the original...

Type: Feature
Priority 1: Must
Status: In Progress

Making Axon Framework tracing-native would benefit customer's applications greatly. We can trace sub-parts of the entire process, for example showing the process of rebuilding the aggregate separately from the entire...

Type: Feature
Priority 2: Should
Status: In Progress

### Enhancement Description As can be seen in [this discuss topic](https://discuss.axoniq.io/t/custom-parameterresolverfactory-not-kicking-in-for-eventsourcinghandler-annotated-methods-while-it-works-for-commandhandler-annotated-methods/3958/4) calling certain methods will force the EventSourcingRepository to initialize. Later adjustments will be ignored. ### Current Behaviour Adjustments to...

Priority 4: Would
Type: Enhancement
Ideal for Contribution

### Basic information * Axon Framework version: 4.6.0 * JDK version: 17 * Complete executable reproducer if available (e.g. GitHub Repo): N/A ### Steps to reproduce - Create an aggregate...

Type: Bug
Priority 1: Must

After two separate instances of providing training and on-site support for performance in AF applications, I believe there are things we can do to improve the observability. We should separate...

Type: Enhancement
Priority 1: Must

You can now decorate `Component` instances by calling `Configurer.registerComponentDecorator`. Upon initialization of the component, the original component will be constructed and the decorators will be called in order. Decorators can...

Type: Enhancement
Priority 3: Could
Status: On Hold

### Basic information * Axon Framework version: 4.6.1 * JDK version: 11 * Complete executable reproducer if available (e.g. GitHub Repo): ### Steps to reproduce - Schedule a deadline in...

Type: Enhancement
Priority 3: Could

### Enhancement Description Exposing the capacity of a bus will allow users to better monitor the capacity of the application, ### Current Behaviour The capacity metrics expose the percentage of...

Type: Enhancement
Priority 2: Should
Status: Under Discussion

### Steps to reproduce - Use Kotlin - Have an abstract event class - Extend several classes using it - Have several handlers using the abstract event ### Expected behaviour...

Type: Bug

Remove the link between creators and parent handlers since they were odd to some customers. References now show the method signature (and sometimes line number).

Type: Enhancement
Status: In Progress
Priority 2: Should