Mitchell Herrijgers
Mitchell Herrijgers
As user of Axon Open Admin I would like to be able to load an aggregate and show it serialized into a certain format in the UI. This is useful...
It seems the reference guide does not go into detail on what's needed to get multi-context working properly. This involves configuring `TargetContextResolver`s to determine the destination of the message. This...
### Basic information * Axon Framework version: 4.9.1 * JDK version: - * Complete executable reproducer if available (e.g. GitHub Repo): - ### Steps to reproduce - Create aggregate with...
### Feature Description It would be nice if it would be immediately known in the UI which classes are for Command, Queries, or Events. We can do this by displaying...
Received a request from JetBrains the make the plugin compatible for the 2025.0 EAP release. 
### Basic information * Plugin version: 0.8.8 ### Steps to reproduce - Have a zero-argument java class used as query - Dispatch it somewhere on the QueryGateway - Open the...
### Feature Description Due to a wrong abstraction the `@CommandHandlerInterceptor` has been temporarily removed. We should re-add this at the next convenience. Acceptance criteria: - Handler method of an aggregate...
### Feature Description Just like #291 and #150, we should consider adding support for interceptors directly registered to the CommandBus, Querybus and Event processors. Any call to the `registerHandlerInterceptor` should...