Skip to content

Commit

Permalink
Merge branch 'axon-4.10.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb committed Nov 7, 2024
2 parents b8b9527 + 2622a89 commit 9d26686
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,38 @@ Any patch release made for an Axon project is tailored towards resolving bugs. T

== Release 4.10

=== Release 4.10.2

==== Features

- [#3149] Allow queries with a local handler to shortcut to the local segment link:https://github.com/AxonFramework/AxonFramework/pull/3161[#3161]
- Allow queries with a local handler to shortcut to the local segment link:https://github.com/AxonFramework/AxonFramework/issues/3149[#3149]

==== Enhancements

- fix: log statement issue with logback classic link:https://github.com/AxonFramework/AxonFramework/pull/3164[#3164]
- Wrap `SinksManyWrapper#performWithBusyWaitSpin` in `ReentrantLock` to improve performance of Subscription Query Updates link:https://github.com/AxonFramework/AxonFramework/pull/3163[#3163]
- Deadletter Logging with Logback Classic link:https://github.com/AxonFramework/AxonFramework/issues/3160[#3160]
- [#3157] Skip Axon Server Docker tests on ARM64 for older Axon Server versions link:https://github.com/AxonFramework/AxonFramework/pull/3158[#3158]
- Legacy Axon Server 4.x tests fail on Mac/ARM link:https://github.com/AxonFramework/AxonFramework/issues/3157[#3157]
- Fixed messageSerialization test in GenericMessageTest link:https://github.com/AxonFramework/AxonFramework/issues/3156[#3156]

==== Bug Fixes

- Gracefully await queries in progress in the `AxonServerQueryBus` link:https://github.com/AxonFramework/AxonFramework/pull/3176[#3176]
- [#3171] Set `CreationPolicyAggregateFactory` for every type in the `AggregateModel` link:https://github.com/AxonFramework/AxonFramework/pull/3173[#3173]
- Polymorphic aggregate cannot be instantiated using `@CreationPolicy` link:https://github.com/AxonFramework/AxonFramework/issues/3171[#3171]

==== Contributors

We'd like to thank all the contributors who worked on this release!

- link:https://github.com/smcvb[@smcvb,window=_blank,role=external]
- link:https://github.com/stoerti[@stoerti,window=_blank,role=external]
- link:https://github.com/wtrzas2[@wtrzas2,window=_blank,role=external]
- link:https://github.com/mbechto[@mbechto,window=_blank,role=external]
- link:https://github.com/rsobies[@rsobies,window=_blank,role=external]

=== Release 4.10.1

==== Enhancements
Expand Down

0 comments on commit 9d26686

Please sign in to comment.