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