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

apupier pushed a commit to branch camel-4.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.18.x by this push:
     new cc694e2f6c6c Remove JDK 25 from Test matrix on Jenkins
cc694e2f6c6c is described below

commit cc694e2f6c6c6a6cc01bbdb345441e8fd01b1054
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Tue Sep 1 11:03:33 2026 +0200

    Remove JDK 25 from Test matrix on Jenkins
    
    JDK 25 on 4.18.x is best effort only, it was not announced as supported.
    Due to increase of backports, the Jenkins CI is under heavy load,
    reducing the test matrix will improve the situation from the more
    important combinations
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3f759c3e6297..3cfda62cc6f7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -70,7 +70,7 @@ pipeline {
                 axes {
                     axis {
                         name 'JDK_NAME'
-                        values 'jdk_17_latest', 'jdk_21_latest', 
'jdk_25_latest'
+                        values 'jdk_17_latest', 'jdk_21_latest'
                     }
                     axis {
                         name 'PLATFORM'

Reply via email to