-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[FEATURE] JDK 24 Compatibility #3772
Comments
JDK 24 is now in RampDown phase. This means that it's safe to get this finalized. It would be really great if Lombok is, for the first time, compatible with the new JDK before its release date. ASM is already compatible. |
Rampdown doesn't mean that there are no breaking changes in the compiler. As far as I know we only have to adjust one small thing besides the mandatory ASM update. |
See https://devclass.com/2025/01/20/java-24-feature-frozen-as-it-enters-rampdown-phase-two/ And thank you for your work on Lombok! |
Describe the feature
Allow lombok to support building against JDK 24.
Describe the target audience
While JDK 24 is still in EA mode as of this writing, there are EA builds available nonetheless that one can use for experimentation and preparation against the next JDK release.
Additional context
Lombok likely requires a new version of the lombok patcher to support the new Opcodes.V24 constant for Java 24.
Please see projectlombok/lombok.patcher#17
The text was updated successfully, but these errors were encountered: