-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Use JDK 24 and enable NullAway's JSpecify mode #4628
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
Conversation
9559060 to
e7a8bcd
Compare
vlsi
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.
It would be great to stop using sourceCompatibility/targetCompatibility properties
junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/execution/NamespaceAwareStore.java
Outdated
Show resolved
Hide resolved
|
Setting the "release" is indeed better, possible via Gradle JavaCompile options. |
I've only used them for build logic projects, not production code. I'll change it to use |
Didn't the Eclipse project export feature had issues with this? 🤔 |
|
@marcphilipp , @sdeleuze , @sormuras , it was a pleasure to listen to your talks and comments at IDEA Conf. Many thanks for pushing all this forward. |
|
Anffything basic i can help with? |
|
How do we enable the mode? |
76ef497 to
4391b43
Compare
junit-jupiter-params/src/main/java/org/junit/jupiter/params/ResolutionCache.java
Outdated
Show resolved
Hide resolved
4391b43 to
88bbc6f
Compare
88bbc6f to
306ee4d
Compare
c012900 to
0e6ee91
Compare
0e6ee91 to
d8364a9
Compare
Overview
UnsafeI hereby agree to the terms of the JUnit Contributor License Agreement.
Definition of Done
@APIannotations