-
Enhancement
-
Resolution: Done
-
Major
-
35.0.0.Final, 36.0.0.Final, 37.0.0.Final
-
None
Currently, all protocols that do define a module to load the protocol class from are required to provide a FQCN. The loading mechanism in place behaves differently from other protocols residing in org.jgroups and it's dependent modules where the prefix of 'org.jgroups.protocols' is attempted as well.
Moreoever, this is the loading that jgroups itself does and thus all example stacks that work for jgroups plain require further adaptation to WildFly.
This thus behaves differently causing confusion.
]) - failure description: "WFLYCLJG0016: Unable to load protocol class raft.RAFT"
The downside is an extra class load attempt.
- is cloned by
-
JBEAP-31263 JGroups protocols with defined module=".." should attempt to load with 'org.jgroups.protocols' prefix
-
- Open
-
- is related to
-
WFLY-20369 Document manual provisioning of external JGroups protocols to WildFly-managed stacks
-
- Pull Request Sent
-