projectlombok / lombok

Very spicy additions to the Java programming language.
https://projectlombok.org/
Other
12.92k stars 2.4k forks source link

[FEATURE] JDK 24 Compatibility #3772

Open mmoayyed opened 3 weeks ago

mmoayyed commented 3 weeks ago

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 https://github.com/projectlombok/lombok.patcher/pull/17