diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f3a491..667cfcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] jdk-distribution: [temurin] - jdk-version: [8] + jdk-version: ['11', '17', '21'] steps: - name: Configure runner - Linux if: contains(matrix.os, 'ubuntu') diff --git a/README.md b/README.md index f425c40..e4c21bd 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,5 @@ To bootstrap a server use it the same way as other transport implementations. Th } } ``` + +The branch 0.1.x is there to support Java 8. diff --git a/pom.xml b/pom.xml index 2dc779d..6430fb7 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.jboss.xnio.netty netty-xnio-transport netty-xnio-transport - 0.1.11.Final-SNAPSHOT + 0.2.0.Final-SNAPSHOT 2013 jar @@ -66,7 +66,7 @@ - 3.6.0 + 3.9.6 @@ -83,6 +83,9 @@ org.apache.maven.plugins maven-surefire-plugin + + --add-opens java.base/jdk.internal.misc=ALL-UNNAMED -Dio.netty.tryReflectionSetAccessible=true + @@ -141,52 +144,24 @@ ${jboss.logging.version} test + + org.bouncycastle + bcpkix-jdk15on + ${org.bouncycastle.version} + test + - 1.8 - 1.8 ${maven.compiler.target} - 1.8 + 11 4.1.104.Final 3.8.12.Final - 3.4.0.Final + 3.5.3.Final 5.10.1 + 1.70 - - - java11 - - [11,) - - - 3.5.3.Final - 1.70 - 11 - - - - org.bouncycastle - bcpkix-jdk15on - ${org.bouncycastle.version} - test - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - --add-opens java.base/jdk.internal.misc=ALL-UNNAMED -Dio.netty.tryReflectionSetAccessible=true - - - - - - - jboss-public-repository-group