-
Couldn't load subscription status.
- Fork 1k
Run smoke tests against Java 25 #14953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run smoke tests against Java 25 #14953
Conversation
bba2020 to
da44e14
Compare
|
🔧 The result from spotlessApply was committed to the PR branch. |
63a67f3 to
57ff940
Compare
|
🔧 The result from spotlessApply was committed to the PR branch. |
aedf65f to
93bbdd6
Compare
|
🔧 The result from spotlessApply was committed to the PR branch. |
b41a58d to
9705f65
Compare
| .hasAttribute( | ||
| ServiceAttributes.SERVICE_VERSION, | ||
| "2.10.0-alpha-SNAPSHOT")), | ||
| "2.21.0-alpha-SNAPSHOT")), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sent #14958 to avoid needing to bump this going forward
| listOf("28.0.1.Final", "29.0.1.Final", "30.0.1.Final"), | ||
| listOf("hotspot", "openj9"), | ||
| listOf("11", "17", "21", latestJava), | ||
| listOf("11", "17", "21"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these older app server versions fail with Java 25, I'll follow-up with a PR to add a newer version of the app servers that support Java 25
Wildfly versions 28.0.1.Final, 29.0.1.Final, and 30.0.1.Final do not support Java 25. Containers start but fail with 'execInContainer can only be used while the Container is running' errors before tests can execute.
9705f65 to
fa4f42b
Compare
(and update all smoke test tags to latest)
Closes #13375