Axon Framework - Release 4.5.9

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:

  1. Contributor oysteing opened issue #2154, describing that the ReplayStatus enumeration never entered the REPLAY status for a PooledStreamingEventProcessor. We resolved this finding in pull request #2168 by ensuring the TrackingToken carries the replay status as intended.
  2. The AggregateTestFixture incorrectly assumed a test succeeded in the absence of an exception when you would use the expectExceptionMessage validation step. We resolved this predicament in pull request #2127.
  3. 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.

3 Likes