This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch ee11 in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 2524be177e5435526b70fa5c290a9c9d5ccbd20d Author: Richard Zowalla <[email protected]> AuthorDate: Thu Oct 16 09:23:25 2025 +0200 Move to Java 21 (as dictated by CXF) --- .github/workflows/main-pull-request-build.yml | 4 ++-- .github/workflows/main-push-build.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main-pull-request-build.yml b/.github/workflows/main-pull-request-build.yml index c468d82a2b..60ee522d42 100644 --- a/.github/workflows/main-pull-request-build.yml +++ b/.github/workflows/main-pull-request-build.yml @@ -15,10 +15,10 @@ jobs: with: persist-credentials: false - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: - java-version: '17' + java-version: '21' distribution: 'temurin' - name: Cache Maven packages diff --git a/.github/workflows/main-push-build.yml b/.github/workflows/main-push-build.yml index 5a9f90a1d1..8cc69d9267 100644 --- a/.github/workflows/main-push-build.yml +++ b/.github/workflows/main-push-build.yml @@ -15,10 +15,10 @@ jobs: with: persist-credentials: false - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0 with: - java-version: '17' + java-version: '21' distribution: 'temurin' - name: Cache Maven packages
