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

lprimak pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/3.x by this push:
     new 4941af566 [3.x]: chore(jenkins): Java 17, disable JapiCmp plugin
4941af566 is described below

commit 4941af56632803f8475379da556b0f587127fe60
Author: lprimak <[email protected]>
AuthorDate: Sun Jan 18 17:25:56 2026 -0600

    [3.x]: chore(jenkins): Java 17, disable JapiCmp plugin
---
 .jenkins.groovy | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.jenkins.groovy b/.jenkins.groovy
index b90c80634..7b601f5ed 100644
--- a/.jenkins.groovy
+++ b/.jenkins.groovy
@@ -38,7 +38,7 @@ pipeline {
                     axis {
                         // 
https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix
                         name 'MATRIX_JDK'
-                        values 'jdk_11_latest', 'jdk_17_latest', 
'jdk_21_latest', 'jdk_25_latest'
+                        values 'jdk_17_latest', 'jdk_21_latest', 
'jdk_25_latest'
                     }
                     // Additional axes, like OS and maven version can be 
configured here.
                 }
@@ -88,7 +88,7 @@ pipeline {
                     stage('Use next -SNAPSHOT version') {
                         when {
                             expression { deployableBranch }
-                            expression { MATRIX_JDK == 'jdk_11_latest' }
+                            expression { MATRIX_JDK == 'jdk_17_latest' }
                             // is not a PR (GitHub) / MergeRequest (GitLab) / 
Change (Gerrit)?
                             not { changeRequest() }
                         }
@@ -124,7 +124,7 @@ pipeline {
                         steps {
                             echo 'Building'
                             sh './mvnw clean verify --show-version --errors 
--batch-mode --no-transfer-progress -Pdocs \
-                            -Dmaven.test.failure.ignore=true 
-Pskip_jakarta_ee_tests'
+                            -Dmaven.test.failure.ignore=true 
-Pskip_jakarta_ee_tests -Dmaven.compiler.release=17 -Djapicmp.skip=true'
                         }
                         post {
                             always {
@@ -139,7 +139,7 @@ pipeline {
                         when {
                             allOf {
                                 expression { deployableBranch }
-                                expression { MATRIX_JDK == 'jdk_11_latest' }
+                                expression { MATRIX_JDK == 'jdk_17_latest' }
                                 // is not a PR (GitHub) / MergeRequest 
(GitLab) / Change (Gerrit)?
                                 not { changeRequest() }
                             }

Reply via email to