This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/main by this push:
new 4d6d0cd3929 CAUSEWAY-3892: attempted build on JDK 25 (CI)
new 176f794fc21 Merge branch 'main' of
https://github.com/apache/causeway.git into main
4d6d0cd3929 is described below
commit 4d6d0cd3929d31ed08c3930f3ee53860f8e1ec32
Author: Andi Huber <[email protected]>
AuthorDate: Wed Sep 17 12:19:30 2025 +0200
CAUSEWAY-3892: attempted build on JDK 25 (CI)
---
.github/workflows/ci-build-artifacts-no-push-maven.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml
b/.github/workflows/ci-build-artifacts-no-push-maven.yml
index 9e0b1ae9acd..63482138ff7 100644
--- a/.github/workflows/ci-build-artifacts-no-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml
@@ -56,18 +56,18 @@ jobs:
run: |
echo BRANCH_NAME \: $BRANCH_NAME
- - name: Set up JDK (zulu 24)
+ - name: Set up JDK (zulu 25)
if: matrix.language == 'java'
uses: actions/setup-java@v5
with:
distribution: 'zulu'
- java-version: 24
+ java-version: 25
- - name: Set up Maven (3.9.10)
+ - name: Set up Maven (3.9.11)
if: matrix.language == 'java' && env.BRANCH_NAME == 'main'
uses: stCarolas/setup-maven@v5
with:
- maven-version: 3.9.10
+ maven-version: 3.9.11
- name: Set up Maven (4.0.0-rc-4)
if: matrix.language == 'java' && env.BRANCH_NAME == 'v4'
uses: stCarolas/setup-maven@v5