From 809ecf3622611ae2652908ad81420509cf7255c4 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 1 Jan 2024 22:15:13 +0100 Subject: [PATCH 1/2] Run CI tests also with Java 21 --- .github/workflows/maven-verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 80bb2f5a66..3a6062eb89 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -26,8 +26,8 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3 with: - jdk-matrix: '[ "8", "11", "17", "20" ]' - ff-jdk: '20' + jdk-matrix: '[ "8", "11", "17", "21" ]' + ff-jdk: '21' ff-goal: 'clean install site site:stage -P reporting -nsu' ff-site-goal: '-v' verify-goal: 'clean install -nsu -P run-its' From 9f9452870510fa375c64157a3e5026eeac2533ba Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 1 Jan 2024 23:52:06 +0100 Subject: [PATCH 2/2] Bump javassist to 3.30.2-GA --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b8c85c8223..e77fdaaab3 100644 --- a/pom.xml +++ b/pom.xml @@ -278,7 +278,7 @@ org.javassist javassist - 3.29.0-GA + 3.30.2-GA