This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 609e43488cc9ffff6a95949ddd1bd6ff1f7b474c Author: Andriy Redko <[email protected]> AuthorDate: Thu Sep 18 20:24:21 2025 -0400 Add JDK-25 to Jenkinsfile (cherry picked from commit 87a976b3d53c6f538e12006f247e8b45e89b1189) (cherry picked from commit 5aeeb3d89f8d3219f80a0ddb7658712b467ee8dd) # Conflicts: # Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cfb9d8a4a7..52febf547a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { axes { axis { name 'JAVA_VERSION' - values 'jdk_11_latest', 'jdk_17_latest', 'jdk_21_latest' + values 'jdk_11_latest', 'jdk_17_latest', 'jdk_21_latest', 'jdk_25_latest' } } stages {
