Major Releases
最后更新于
最后更新于
This page notes all enhancements and features that we have introduced to our major releases of the Axon JGroups Extension.
We added automatic release note construction through Git Workflow in issue .
You can check the release note for a complete list of all changes.
Issue introduces support for Spring Boot Developer Tools.
We introduce dependabot, which updated the log4j version.
Issue implements the CommandBusConnector#localSegment
. Axon Framework introduces this method in release 4.3 (and issue ) to ensure the usage of the DisruptorCommandBus
's repository is followed when distributing the CommandBus
.
We introduced a graceful start-up and shutdown solution in Axon Framework release 4.3 for all infrastructure components. Issue ensures the JGroupsConnector
complies with this style too.
As marked under 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 .
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.
If cluster connection message came in quickly after starting the connection, a NullPointerException
could be thrown. This issue was resolved for release 4.1 .