From 6a82f17cf49be13934fef43b01cec186fc244a98 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 28 Sep 2025 12:44:07 +0200 Subject: [PATCH 1/2] Add matrix exclusion for specific JDK distributions --- .github/workflows/maven-verify.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index cff338c3c..5cc257083 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -29,3 +29,7 @@ jobs: jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "adopt-openj9" ]' maven4-build: true maven4-version: '4.0.0-rc-4' # the same as used in project + matrix-exclude: '[ + { "jdk": "25", "distribution": "adopt-openj9" }, + { "jdk": "25", "distribution": "microsoft"} + ]' From 3cd35f12c671dd638b5a1244fef8ba4bffaa2f2d Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Thu, 2 Oct 2025 19:14:40 +0200 Subject: [PATCH 2/2] Bump m-invoker-p to 3.9.1 for Java 25 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index fd75accc3..2b662e875 100644 --- a/pom.xml +++ b/pom.xml @@ -98,6 +98,7 @@ under the License. plugins-archives/${project.artifactId}-LATEST-4.x + 3.9.1 ${maven4x.site.path}