-
### Basic information
* Axon Framework version: 4.6.0
* JDK version: 17
* Complete executable reproducer if available (e.g. GitHub Repo): https://github.com/github4sanjay/spring-cqrs-axon-po…
-
Hi, @smcvb
**Issue Description**
Package **_org.axonframework.modelling.command_** and **_org.axonframework.commandhandling_** group together miscellaneous classes that might be useful to differe…
-
### Basic information
* Axon Framework version: 4.6.0
* JDK version: OpenJDK Runtime Environment Corretto-17.0.0.35.1 (build 17+35-LTS)
* Complete executable reproducer if available (e.g. Gi…
-
### Expected behavior
Project should build without errors. `./bin/run start` works fine.
### Actual behavior
Build process does not complete due to errors. Log:
```
> tsc
node_modules/lisk…
-
### Basic information
* Axon Framework version: 4.6.1
* JDK version: 11
### Steps to reproduce
Create a simple Spring Boot Application using the axon-spring-boot-starter with excluded XStre…
-
It would be beneficial if the `SagaStore` could adjust it's locking scheme in regards to retrieving sagas from the database.
Ideally the `Builder` pattern would provide a toggle to change the query…
-
### Basic information
* Axon Framework version: 4.6.1 (works as expected in 4.5.x)
* JDK version: 17
* Complete executable reproducer if available (e.g. GitHub Repo):
### Steps to reprodu…
-
### Basic information
* Axon Framework version: 4.6.0
* JDK version: 11
* Complete executable reproducer if available (e.g. GitHub Repo): https://github.com/aupodogov/axon-aggregate-test
### …
-
### Basic information
* Axon Framework version: 4.5.9
* JDK version: 17
* Kafka extension version: 4.5.3
* Spring boot version: 2.6.6
After upgrading the Axon version from 4.5.3 to 4.5.9, we…
-
### Enhancement Description
Add extra matcher for class type.
Similar to `isA()` and `instanceOf()` of `org.hamcrest.Matchers` but does not match with subclasses.
I use this kind of matcher…