diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 789cb5dc..d14d6a5b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,10 +31,10 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - name: Set up JDK 11 + - name: Set up JDK uses: actions/setup-java@v4 with: - java-version: 11 + java-version: 17 distribution: 'temurin' cache: 'maven' @@ -52,10 +52,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v4 with: - java-version: 11 + java-version: 17 distribution: 'temurin' cache: 'maven' @@ -67,10 +67,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Set up JDK 11 + - name: Set up JDK uses: actions/setup-java@v4 with: - java-version: 11 + java-version: 17 distribution: 'temurin' cache: 'maven' diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c7ec13fb..b42c08dc 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,14 +1,3 @@ -# For most projects, this workflow file will not need changing; you simply need -# to commit it to your repository. -# -# You may wish to alter this file to override the set of languages analyzed, -# or to provide custom queries or build logic. -# -# ******** NOTE ******** -# We have attempted to detect the languages in your repository. Please check -# the `language` matrix defined below to confirm you have the correct set of -# supported CodeQL languages. -# name: "CodeQL" on: diff --git a/pom.xml b/pom.xml index f3e65797..b7c5ac3c 100644 --- a/pom.xml +++ b/pom.xml @@ -22,9 +22,9 @@ UTF-8 - 3.40.0 - 11 - 11 + 3.41.0 + 17 + 17 @@ -47,7 +47,7 @@ maven-compiler-plugin 3.11.0 - 11 + 17 -parameters @@ -176,7 +176,7 @@ com.github.ben-manes.caffeine caffeine 3.1.1 - + org.checkerframework checker-qual @@ -184,69 +184,56 @@ - - - checker-framework - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - - properties - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.11.0 - - true - 11 - - 1000 - 1000 - - - - org.checkerframework - checker - ${checkerframework.version} - - - - - - org.checkerframework.checker.nullness.NullnessChecker - - - - - - - - - - org.checkerframework - checker - ${checkerframework.version} - provided - - - org.checkerframework - jdk8 - 3.3.0 - provided - - - - - - + + + checker-framework + + + + maven-compiler-plugin + 3.11.0 + + true + + + org.checkerframework + checker + ${checkerframework.version} + + + + + org.checkerframework.checker.nullness.NullnessChecker + + + -Xmaxerrs + 10000 + -Xmaxwarns + 10000 + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 17 + -parameters + + -J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED + -J--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED + -J--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED + -J--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED + -J--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED + -J--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED + -J--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED + -J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED + -J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED + + + + + + + +