4 Replies Latest reply on Jan 22, 2014 3:35 AM by linzi7319

    Java7 compatibility

    hk_batman

      Currently, we are using JBOSS 4.0.5 with Java 5 in AIX 5.3.  Recently, there is a need to upgrade the Java 5 to Java 7 due to end of support.  But cannot locate any information regarding the compatibility of such anywhere.  Would anyone be so kind to enlighten me which version of JBOSS should I upgrade to?  Many thanks!

        • 1. Re: Java7 compatibility
          linzi7319

          I'm looking for this Java 7 compatibility in JBOSS but seems that JBOSS 7 uses java 6 but not sure if it is compatible in java7.

          • 2. Re: Java7 compatibility
            wdfink

            That depends on your requirements.

            You might use AS7 or WildFly if you have no requirement to have a supported version. But be aware that there is a bit work to do this migration . AS7 is a complete refactoring and there are some differences.

            Nevertheless it will be better for the future.

             

            If you have a short lifetime for the application you might stay with AS4 or migrate to EAP5 but for EAP5 you need to have a Red Hat subscription.

            • 3. Re: Java7 compatibility
              wdfink

              AS7 run be default with Java6 but you can use Java7

              • 4. Re: Java7 compatibility
                linzi7319

                Thanks for this advise.