Axon Framework - Release 4.5.2

I’d like to share that Axon Framework 4.5.2 has been released today.
Some of the adjustments we’ve done for 4.5.2 are the following:

  • Added a missing isReplaying flag on the StreamingEventProcessor.
    Pull request #1821 reintroduces this functionality in this release.

  • Some enhancements in regards to logging Exceptions and stacktraces when initialization fails.
    This commit reintroduces this functionality in this release.

  • Improved Axon Framework (AxonServerEventStore) which will now rethrown Exceptions that has a valid Status.Code.
    Pull request #1842 reintroduces this functionality in this release.

  • General improvements on the PooledStreamingEventProcessor made across several Pull Requests.

For a detailed perspective on the release notes, please check this page.

1 Like