gemmellr commented on code in PR #1533:
URL: https://github.com/apache/activemq/pull/1533#discussion_r2533499647
##########
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:
It does, but at least at present _this_ PR should also be updating it to
require at least 24 (I just went with requiring 25 for Artemis, sets the 25
baseline now and saves changing it later, plus who really needs to use 24 for
releasing now) since thats the compilation level being used.
--
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