Uploaded image for project: 'IGB'
  1. IGB
  2. IGBF-3561

Fix source value 8 is obsolete in JDK21

    Details

      Description

      Situation: Seeing the following warning when building main-JDK21-nojavafx-with-light-theme:

      [WARNING] source value 8 is obsolete and will be removed in a future release
      [WARNING] target value 8 is obsolete and will be removed in a future release
      

      Task: Fix main-JDK21-nojavafx-with-light-theme so that this warning is no longer showing.

        Attachments

          Activity

          Hide
          nfreese Nowlan Freese added a comment -

          Four different poms were still specifying Java 1.8 for maven compiler. I have removed them.

          <properties>
               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
               <maven.compiler.source>1.8</maven.compiler.source>
               <maven.compiler.target>1.8</maven.compiler.target>
          </properties>
          

          Commit: https://bitbucket.org/nfreese/nowlanfork-igb/commits/825e795230904d0f7ada16783a4ed8f6adcc8543

          Show
          nfreese Nowlan Freese added a comment - Four different poms were still specifying Java 1.8 for maven compiler. I have removed them. <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> </properties> Commit: https://bitbucket.org/nfreese/nowlanfork-igb/commits/825e795230904d0f7ada16783a4ed8f6adcc8543
          Hide
          nfreese Nowlan Freese added a comment -

          Tested locally on Mac, no issues found.

          Pull request: https://bitbucket.org/lorainelab/integrated-genome-browser/pull-requests/970

          Show
          nfreese Nowlan Freese added a comment - Tested locally on Mac, no issues found. Pull request: https://bitbucket.org/lorainelab/integrated-genome-browser/pull-requests/970
          Hide
          ann.loraine Ann Loraine added a comment -

          Merged. New installers built and ready for testing. See: https://bitbucket.org/lorainelab/integrated-genome-browser/downloads/

          Show
          ann.loraine Ann Loraine added a comment - Merged. New installers built and ready for testing. See: https://bitbucket.org/lorainelab/integrated-genome-browser/downloads/

            People

            • Assignee:
              nfreese Nowlan Freese
              Reporter:
              nfreese Nowlan Freese
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: