This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git


The following commit(s) were added to refs/heads/master by this push:
     new 0555431  WHISKER-31: Disable certain windows JDKs until cause is found 
and fixed
0555431 is described below

commit 055543185ebb99f2493393559e19485682f8f0ca
Author: P. Ottlinger <[email protected]>
AuthorDate: Sat May 10 21:24:03 2025 +0200

    WHISKER-31: Disable certain windows JDKs until cause is found and fixed
---
 .github/workflows/maven.yml | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 9f91998..39f2ddf 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -36,8 +36,9 @@ jobs:
 # Caused by: sun.security.validator.ValidatorException: PKIX path building 
failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to 
find valid certification path to requested target
 #
 # Java 17 disabled, because we are running into 
https://bugs.openjdk.java.net/browse/JDK-8270866
-        java: [8, 11, 17, 21]
-#        java: [21]
+# WHISKER-31: Build failures on Windows 8,11,17:
+#        java: [8, 11, 17, 21]
+        java: [21]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}
@@ -47,13 +48,13 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v4
 
-#      - name: Configure artifact caching
-#        uses: actions/cache@v4
-#        with:
-#          path: ~/.m2/repository
-#          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-#          restore-keys: |
-#            ${{ runner.os }}-maven-
+      - name: Configure artifact caching
+        uses: actions/cache@v4
+        with:
+          path: ~/.m2/repository
+          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+          restore-keys: |
+            ${{ runner.os }}-maven-
 
       - name: Set up JDK
         uses: actions/setup-java@v4

Reply via email to