Marleine van Kampen
Marleine van Kampen
In Axon Framework 3 and 4, the event forwarding mode defaults to a `ForwardAll` for aggregate members. However, this is not the default users would expect when developing their Aggregate....
Explain in the [Command Model](https://docs.axonframework.org/part-ii-domain-logic/command-model) chapter how an Aggregate can be ended/closed/deleted. Description in code about the `AggregateLifecycle` in code is: ``` /** * Marks this aggregate as deleted, instructing...
For existing Axon 3 users, it would be beneficial to have a migration guide showing which issues a user might run in to. The `axon-4-api-changes.md` in the Axon Framework repository...