Mitchell Herrijgers
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...
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...
### 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...
### 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...
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...
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...
### 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...
### 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...
### Steps to reproduce - Use Kotlin - Have an abstract event class - Extend several classes using it - Have several handlers using the abstract event ### Expected behaviour...
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).