Major Releases

This page notes all enhancements and features that we have introduced to our major releases of the Axon AMQP Extension.

Release 4.5

  • Issue #5 introduces dependabot. This updated a large amount of the versions used by this extension.

  • We updated all tests to a more current testing solution. This means we introduced Testcontainers and updated JUnit to version 5. You can find the made changes in this pull request.

You can check this page for a complete list of all changes.

Release 4.4

  • Issue #3 introduces support for Spring Boot Developer Tools.

  • We introduce dependabot, which updated the log4j version.

Release 4.3

We did not introduce any significant changes other than updating the extension to use Axon Framework release 4.3.

Release 4.2

We did not introduce any significant changes other than updating the extension to use Axon Framework release 4.2.

Release 4.1

A version predicament caused the extension to load the wrong package for the ChannelAwareMessageListener. We resolved this issue for release 4.1 here.

Furthermore, we updated the dependency on Axon Framework to 4.1.

Release 4.0

We split off the AMQP logic from Axon Framework core into a dedicated repository. Next to that, it complies with Axon Framework's 4.0 release.

Last updated