As of the 29th of March, we have released Axon Framework 4.5.9.
This release brings three adjustments worth mentioning to the framework, namely:
- Contributor
oysteingopened issue #2154, describing that theReplayStatusenumeration never entered theREPLAYstatus for aPooledStreamingEventProcessor. We resolved this finding in pull request #2168 by ensuring theTrackingTokencarries the replay status as intended. - The
AggregateTestFixtureincorrectly assumed a test succeeded in the absence of an exception when you would use theexpectExceptionMessagevalidation step. We resolved this predicament in pull request #2127. - Lastly, we further upgraded the XStream dependency for a CVE in this pull request. This time, for CVE-2021-43859.
For an exhaustive list of the changes in 4.5.9, we refer to the release notes.