A commit was merged recently that refactors the JGroups subsystem and allows partial integration with the Elytron subsystem. The changes should be documented.
This is the PR: https://github.com/wildfly/wildfly/pull/9638/files
and these are the issues that the PR solves:
This is also one part of an RFE: https://issues.jboss.org/browse/EAP7-561
Good sources of knowledge:
- developers
- xsd differences between DR11 and DR12
- model differences between DR11 and DR12
From what I know, the main difference is that when before you'd add simple <protocol> elements to a JGroups protocol stack, now you can add <protocol>, <encrypt-protocol>, <jdbc-protocol> and a <socket-protocol> elements. Each of these expects a different set of properties.
- relates to
-
JBEAP-7708 [DOC RFE] Elytron integration with the jgroups subsystem
- Closed