Major Releases
This page notes all enhancements and features that we have introduced to our major releases of the Axon JGroups Extension.
Release 4.3
We introduced a graceful start-up and shutdown solution in Axon Framework release 4.3 for all infrastructure components. Issue #8 ensures the
JGroupsConnector
complies with this style too.
Release 4.2
As marked under this issue, the command callback will not be called if the connection between JGroups peers dies whilst a command is in transit. Credits go to "sgrimm-sg" for filing the issue and solving it.
Release 4.1
If cluster connection message came in quickly after starting the connection, a NullPointerException
could be thrown. This issue was resolved for release 4.1 here.
Release 4.0
We split off the JGroups logic from Axon Framework core into a dedicated repository. Next to that, it complies with Axon Framework's 4.0 release.
Last updated