From 114b012a80404da3c26e71265e8d4eb4fc96dd42 Mon Sep 17 00:00:00 2001 From: Travis Lyons Date: Mon, 31 Aug 2026 18:28:42 +0000 Subject: [PATCH] Upgrade Java build target to JDK 25 Bump declared Java compile target / toolchain to JDK 25. --- .github/workflows/build.yml | 2 +- auth/pom.xml | 4 ++-- client/pom.xml | 4 ++-- logging/pom.xml | 4 ++-- pom.xml | 4 ++-- serviceregistry/pom.xml | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0dfa0a6..e94a9fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: - java-version: '8' + java-version: '25' distribution: 'temurin' cache: 'maven' - run: mvn -s $GITHUB_WORKSPACE/.github/workflows/maven-settings.xml -B package diff --git a/auth/pom.xml b/auth/pom.xml index f69897c..e9d1b96 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -12,8 +12,8 @@ auth - 8 - 8 + 25 + 25 \ No newline at end of file diff --git a/client/pom.xml b/client/pom.xml index a0ddc00..89e5ac2 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -12,8 +12,8 @@ client - 8 - 8 + 25 + 25 diff --git a/logging/pom.xml b/logging/pom.xml index 52e9617..d940083 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -12,8 +12,8 @@ logging - 8 - 8 + 25 + 25 \ No newline at end of file diff --git a/pom.xml b/pom.xml index efe3938..0ce696e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,8 +10,8 @@ 1.0.0 - 8 - 8 + 25 + 25 diff --git a/serviceregistry/pom.xml b/serviceregistry/pom.xml index 0d8faa4..7dc954b 100644 --- a/serviceregistry/pom.xml +++ b/serviceregistry/pom.xml @@ -12,8 +12,8 @@ serviceregistry - 8 - 8 + 25 + 25 \ No newline at end of file