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
The following commit(s) were added to refs/heads/ee11 by this push:
new 168bd2d9d9 Move to Java 21 (as dictated by CXF)
168bd2d9d9 is described below
commit 168bd2d9d9e174e2fb2374140c6c4468f3046e6e
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