Uploaded image for project: 'Cloud Enablement'
  1. Cloud Enablement
  2. CLOUD-1866

OpenShift Ping Compatibility check for JGroups 4 is broken

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: Major Major
    • JDG71 1.0.0.GA
    • KUBE_PING 1.1.4.GA
    • Common
    • 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;
         }
      

            Unassigned Unassigned
            kconner@redhat.com Kevin Conner (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: