-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add JRE.JAVA_25 #4181
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
Add JRE.JAVA_25 #4181
Conversation
Add `JRE.JAVA_25` constant and JDK 25 CI build Closes #4177
[skip ci] Co-authored-by: Marc Philipp <mail@marcphilipp.de>
sormuras
left a comment
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.
Add backticks around type and constant names
documentation/src/docs/asciidoc/release-notes/release-notes-5.12.0-M1.adoc
Outdated
Show resolved
Hide resolved
documentation/src/docs/asciidoc/release-notes/release-notes-5.11.4.adoc
Outdated
Show resolved
Hide resolved
[skip ci]
marcphilipp
left a comment
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.
I don't think this should be included in the 5.12.0-M1 release notes since we're releasing 5.11.4 before 5.12.0-M1 so it's reasonable to assume everything from the former is contained in the latter.
|
Yeah, had a similar thought, but someone who reads only the 5.12(.0) notes should get a chance to see what's new compared to the 5.11(.0) notes, not? |
|
I don't think we've usually done that. I'm okay with keeping it, though. |
Overview
Add
JRE.JAVA_25constant and JDK 25 CI buildCloses #4177
I hereby agree to the terms of the JUnit Contributor License Agreement.
Definition of Done
@APIannotations