-
-
Notifications
You must be signed in to change notification settings - Fork 355
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 support for Java 17 #4189
Comments
Overview of new JDK features: https://openjdk.java.net/projects/jdk/17/ Ignoring preview features, following JEPs affect the JLS:
I didn't really look into 306 yet, but already tried to make some progress in terms of sealed classes. I already did a basic implementation targetting https://openjdk.java.net/jeps/397, I didn't had the time to make sure it's fully compatible (in terms of the spec and JDT) but I don't expect any major issues there. The issues I came across when working on that are covered by:
Once I updated my experiments to the new JDT version, I'll open a wip PR for it. |
Thanks Hannes!
|
No description provided.
The text was updated successfully, but these errors were encountered: