Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-67908

Java 17 Phase 1: Support Java 17

    XMLWordPrintable

Details

    • Java 17 Phase 1: Support Java 17

    Description

      Add support for Java 17 in preview form while continuing to support and recommend Java 11.

      Attachments

        Issue Links

          Activity

            acrespo Andre Crespo added a comment - - edited

            How can I run jenkins 2.357 on systemd? I just change the JAVA_HOME environment variable from /opt/jdk11 to /opt/jdk17 but the service failed.

            I am using Adoptium Semeru distribution (Open J9) on both versions (11 and 17)

            acrespo Andre Crespo added a comment - - edited How can I run jenkins 2.357 on systemd? I just change the JAVA_HOME environment variable from /opt/jdk11 to /opt/jdk17 but the service failed. I am using Adoptium Semeru distribution (Open J9) on both versions (11 and 17)
            basil Basil Crow added a comment -

            acrespo This is not a support site; please use the users mailing list or community forum for this kind of question.

            basil Basil Crow added a comment - acrespo This is not a support site; please use the users mailing list or community forum for this kind of question.
            basil Basil Crow added a comment -

            Here are the types that I have observed to be problematic with XStream on Java 17:

            • java.util.concurrent.ConcurrentLinkedDeque
            • java.util.concurrent.ConcurrentLinkedQueue
            • java.util.concurrent.ConcurrentSkipListMap
            • java.util.concurrent.CountDownLatch
            • java.util.concurrent.CountDownLatch$Sync
            • java.util.concurrent.atomic.AtomicBoolean (tracked in https://github.com/x-stream/xstream/issues/308)
            • java.util.logging.Level
            • java.util.logging.LogRecord
            basil Basil Crow added a comment - Here are the types that I have observed to be problematic with XStream on Java 17: java.util.concurrent.ConcurrentLinkedDeque java.util.concurrent.ConcurrentLinkedQueue java.util.concurrent.ConcurrentSkipListMap java.util.concurrent.CountDownLatch java.util.concurrent.CountDownLatch$Sync java.util.concurrent.atomic.AtomicBoolean (tracked in https://github.com/x-stream/xstream/issues/308 ) java.util.logging.Level java.util.logging.LogRecord

            People

              Unassigned Unassigned
              basil Basil Crow
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated: