Skip to content
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

Closed
monperrus opened this issue Sep 29, 2021 · 2 comments
Closed

add support for Java 17 #4189

monperrus opened this issue Sep 29, 2021 · 2 comments

Comments

@monperrus
Copy link
Collaborator

No description provided.

@SirYwell
Copy link
Collaborator

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.

@monperrus
Copy link
Collaborator Author

monperrus commented Sep 30, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants