Skip to content

Fix AF 5.0.2 compatibility#114

Merged
CodeDrivenMitch merged 2 commits intomainfrom
feature/fix-af5.0.2-compatibility
Jan 26, 2026
Merged

Fix AF 5.0.2 compatibility#114
CodeDrivenMitch merged 2 commits intomainfrom
feature/fix-af5.0.2-compatibility

Conversation

@CodeDrivenMitch
Copy link
Collaborator

@CodeDrivenMitch CodeDrivenMitch commented Jan 26, 2026

AF 5.0.2 introduced a few breaking changes;

  • Removal of the SpringLazyCreatingModule. Great improvement, so we could remove the code for that
  • Interface changes on the EventStorageEngine and EventHandlingComponent
  • Introduction of separate EventHandlingMember leading to a ClassCastException

These changes have been tested with an updated version of the Platform QuickStart. Some changes were needed there and will be a separate PR.

Fixes #112

AF 5.0.2 introduced a few breaking changes;
- Removal of the `SpringLazyCreatingModule`. Great improvement, so we could remove the code for that
- Interface changes on the `EventStorageEngine` and `EventHandlingComponent`
- Introduction of separate `EventHandlingMember` leading to a `ClassCastException`

These changes have been tested with an updated version of the Platform QuickStart. Some changes were needed there and will be a separate PR.
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
42.6% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@CodeDrivenMitch CodeDrivenMitch merged commit 65309e2 into main Jan 26, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

framework-client-spring-boot-starter:2.0.0 throws ClassNotFoundException: SpringLazyCreatingModule with Axon Framework 5.0.2

2 participants