Uploaded image for project: 'OptaPlanner'
  1. OptaPlanner
  2. PLANNER-2187

Use java 11 minimum for OptaPlanner 8

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 8.0.0.Beta1
    • None
    • None
    • None
    • 2020 Week 40-42 (from Sep 28)
    • 1
    • Undefined
    • NEW
    • NEW

    Description

      • Make sure the build builds java11+ class files:
        jboss-parent contains this:
              <maven.compiler.target>1.8</maven.compiler.target>
              <maven.compiler.source>1.8</maven.compiler.source>
        

        but we probably want to use

              <maven.compiler.release>11</maven.compiler.target>
        

        instead, because release = target + source + check if you don't use API's that have a higher @since javadoc

      • Uncomment the minimum java 11 build in the release notes
      • remove java 8 builds from CI
      • Make sure all quick starts use java 11 too (for example, the spring boot one still uses 1.8 that should be 11 too).

      Attachments

        Activity

          People

            rsynek@redhat.com Radovan Synek
            gdesmet@redhat.com Geoffrey De Smet (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: