mattrpav commented on code in PR #1533:
URL: https://github.com/apache/activemq/pull/1533#discussion_r2524439834


##########
Jenkinsfile:
##########
@@ -43,7 +43,7 @@ pipeline {
 
     parameters {
         choice(name: 'nodeLabel', choices: ['ubuntu', 's390x', 'arm', 
'Windows']) 
-        choice(name: 'jdkVersion', choices: ['jdk_17_latest', 'jdk_21_latest', 
'jdk_24_latest', 'jdk_17_latest_windows', 'jdk_21_latest_windows', 
'jdk_24_latest_windows'])
+        choice(name: 'jdkVersion', choices: ['jdk_17_latest', 'jdk_21_latest', 
'jdk_25_latest', 'jdk_17_latest_windows', 'jdk_21_latest_windows', 
'jdk_25_latest_windows'])

Review Comment:
   JDK 17 should stay. The new change is _during_ release builds we need to 
ensure JDK 21 is used. The other PR has the enforce plugin set to check for JDK 
21 being used *only* during release.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to