Skip to content

Commit ad92a1a

Browse files
committed
Add release notes for AF 4.6.2
Add release notes for AF 4.6.2
1 parent 0eabbc6 commit ad92a1a

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

release-notes/rn-axon-framework/rn-af-minor-releases.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,53 @@ Any patch release made for an Axon project is tailored towards resolving bugs. T
44

55
## Release 4.6
66

7+
### Release 4.6.2
8+
9+
#### Features
10+
11+
- [#2444] Exact class type matcher [#2446](https://github.com/AxonFramework/AxonFramework/pull/2446)
12+
- Add matcher for exact class type [#2444](https://github.com/AxonFramework/AxonFramework/issues/2444)
13+
14+
#### Enhancements
15+
16+
- Update the `README.md` to guide users better [#2470](https://github.com/AxonFramework/AxonFramework/pull/2470)
17+
- [#2456] Replace use of unregister for deregister [#2466](https://github.com/AxonFramework/AxonFramework/pull/2466)
18+
- Prefer 'deregister' to 'unregister' [#2456](https://github.com/AxonFramework/AxonFramework/issues/2456)
19+
20+
#### Bug Fixes
21+
22+
- [#2473] Ensure lifecycle handlers for components declared as Spring beans are invoked [#2474](https://github.com/AxonFramework/AxonFramework/pull/2474)
23+
- Axon Server event scheduler is never started [#2473](https://github.com/AxonFramework/AxonFramework/issues/2473)
24+
- Fixes recovering quartz jobs in case of sudden shutdown [#2472](https://github.com/AxonFramework/AxonFramework/pull/2472)
25+
- [#2464] Set subtypes on `SpringPrototypeAggregateFactory` [#2469](https://github.com/AxonFramework/AxonFramework/pull/2469)
26+
- [#2449] Adhere to Spring's `@Order` annotation for Message Handling Component registration [#2468](https://github.com/AxonFramework/AxonFramework/pull/2468)
27+
- Replace `IdentifierMissingException` in `AnnotationCommandTargetResolver` for `IllegalArgumentException` [#2465](https://github.com/AxonFramework/AxonFramework/pull/2465)
28+
- Commands routed to the parent of polymorphic aggregates cause IncompatibleAggregateException [#2464](https://github.com/AxonFramework/AxonFramework/issues/2464)
29+
- Fixes the saga list injection bug, issue 2462. [#2463](https://github.com/AxonFramework/AxonFramework/pull/2463)
30+
- Injecting Lists in Saga no longer works [#2462](https://github.com/AxonFramework/AxonFramework/issues/2462)
31+
- [#2445] Revert default `EventUpcasterChain` construction in `DefaultConfigurer` [#2459](https://github.com/AxonFramework/AxonFramework/pull/2459)
32+
- CachingSagaStore corrupts Cache entries when using computeIfPresent [#2458](https://github.com/AxonFramework/AxonFramework/issues/2458)
33+
- [#2454] Reintroduce changes from PR #1905 [#2455](https://github.com/AxonFramework/AxonFramework/pull/2455)
34+
- Pull request 1905 is missing from master [#2454](https://github.com/AxonFramework/AxonFramework/issues/2454)
35+
- QuartzDeadlineManager does not recover from failures [#2451](https://github.com/AxonFramework/AxonFramework/issues/2451)
36+
- Spring `@Order` seems to be ignored for different event handler components belonging to the same event processor [#2449](https://github.com/AxonFramework/AxonFramework/issues/2449)
37+
- Fix `Cache#computeIfPresent` return value in `CachingSagaStore` [#2448](https://github.com/AxonFramework/AxonFramework/pull/2448)
38+
- Axon Spring Boot application fails to start when multiple EventUpcasterChain spring beans are defined [#2445](https://github.com/AxonFramework/AxonFramework/issues/2445)
39+
- Added Spring Resource Injector to Application Context [#2441](https://github.com/AxonFramework/AxonFramework/pull/2441)
40+
- Add test scope to `mysql-connector-java` dependency [#2436](https://github.com/AxonFramework/AxonFramework/pull/2436)
41+
- [#2431] Use `XStreamSerializer#defaultSerializer` to mitigate XStream exclusion issues [#2434](https://github.com/AxonFramework/AxonFramework/pull/2434)
42+
- Fix regression for GenericJpaRepository autoconfig [#2433](https://github.com/AxonFramework/AxonFramework/pull/2433)
43+
- JpaSagaStore cannot be used without XStream [#2431](https://github.com/AxonFramework/AxonFramework/issues/2431)
44+
45+
#### Contributors
46+
47+
We'd like to thank all the contributors who worked on this release!
48+
49+
- [@gklijs](https://github.com/gklijs)
50+
- [@smcvb](https://github.com/smcvb)
51+
- [@Blackdread](https://github.com/Blackdread)
52+
- [@abuijze](https://github.com/abuijze)
53+
754
### Release 4.6.1
855

956
#### Enhancements

0 commit comments

Comments
 (0)