From e84f713741e7167d2b0f71071a911c96d6b2cb37 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 28 Sep 2025 10:56:44 +0200 Subject: [PATCH 1/2] Replace Java 17 with 25 --- .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 ee486ae..abbaac7 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -35,7 +35,7 @@ on: jdk-matrix: description: jdk matrix as json array required: false - default: '[ "17", "21", "8" ]' + default: '[ "21", "25", "8" ]' type: string jdk-distribution-matrix: @@ -202,7 +202,7 @@ jobs: runs-on: "ubuntu-latest" # execute on any push or pull request from forked repo, skip release commit if: > - (github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork)) && + (github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork)) && !startsWith(github.event.head_commit.message , '[maven-release-plugin] prepare release') outputs: version: ${{ steps.version.outputs.version }} From 1f5d450385c5650fc3c8635aa40f5c0ed8c5741f Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 28 Sep 2025 11:01:23 +0200 Subject: [PATCH 2/2] Bump parent pom to 45 to use latest spotless plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 945cdf8..69bcd8c 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.apache.maven maven-parent - 44 + 45