Skip to content

Commit

Permalink
Merge branch '4.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb committed Jun 20, 2022
2 parents cac6f4d + 46a270f commit decfc3f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions release-notes/rn-axon-framework/rn-af-minor-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ Any patch release made for an Axon project is tailored towards resolving bugs. T

## Release 4.5

### Release 4.5.11

#### Enhancements

- Release announcement on discuss [#2256](https://github.com/AxonFramework/AxonFramework/pull/2256)

#### Bug Fixes

- [#2242] Correctly support null-identifier and no-event scenarios from Command Handling constructors, `Always`, and `Create-If-Missing` creation policies [#2248](https://github.com/AxonFramework/AxonFramework/pull/2248)
- Check attribute filter deep equals [#2246](https://github.com/AxonFramework/AxonFramework/pull/2246)
- Fix Duplicate command handler resolver is triggered in polymorphic ag… [#2245](https://github.com/AxonFramework/AxonFramework/pull/2245)
- Duplicate command handler resolver is triggered in polymorphic aggregates [#2243](https://github.com/AxonFramework/AxonFramework/issues/2243)
- AggregateTestFixture throws AggregateNotFoundException when a command handler with a creation policy applies no events [#2242](https://github.com/AxonFramework/AxonFramework/issues/2242)

#### Dependency Upgrade

- Bump spring-framework-bom from 5.3.20 to 5.3.21 [#2255](https://github.com/AxonFramework/AxonFramework/pull/2255)
- Bump metrics-core from 4.1.31 to 4.1.32 [#2247](https://github.com/AxonFramework/AxonFramework/pull/2247)

### Release 4.5.10

* Axon's test fixtures perform a "deep equals" operation, using reflection as they go. JDK17,
Expand Down

0 comments on commit decfc3f

Please sign in to comment.