-
Enhancement
-
Resolution: Unresolved
-
Major
-
KUBE_PING 1.1.4.GA
-
None
The compatibility check for JGroups 4 is broken since it is compiled against JGroups 3 which has a static constant as its major, the following code will therefore always return false since the compilation will replace the reference with '3'.
public static boolean isJGroups4() { return Version.major == 4; }