-
-
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 17 support #2898
Comments
Thanks for the reminder, release date for Java 17 is 2021-09-14. So far I have identified these tasks:
I already started to fix the first switch expression related thing (https://github.com/Rawi01/lombok/tree/jdk-17). |
An edge release is out with this patch applied. Give it a whirl if you like :) |
The edge release works well on a large project that uses most of Lombok's features. We had trouble with the @Singular annotation and slow val performance. Both are fixed as I verified on OpenJDK 11 and 17GA. We are keen to upgrade and hope that a new release can be cut soon. |
Hi, |
Weeeellll, time for us to start getting a new release out the door Real Soon Now. @Rawi01 deserves all the credit for making it work. @clemstoquart gracias for checking the edge build! |
Hello lombok team,
JDK 17 release is just around the corner and it would be very convenient to have at least a lombok snapshot to start working on the migration.
Thanks !
The text was updated successfully, but these errors were encountered: