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

Java 9 support #69

Open
JonathanxD opened this issue Nov 4, 2017 · 0 comments
Open

Java 9 support #69

JonathanxD opened this issue Nov 4, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@JonathanxD
Copy link
Collaborator

One of the features of CodeAPI 4 is Java 9 Support, only Module structure was implemented, now that Java 9 was released, some reviews is needed to achieve the full support, example, TryWithResources only accepts VariableDeclaration, in Java 9, you can use an existing variable in try-with-resources.

Also, CodeAPI should be modularized, this will happen in the future (in some minor release), and later, in 5.0.0, all CodeAPI code base will be compiled targeting Java 9.

Note: _ is no longer a valid identifier, but as CodeAPI does not care about valid identifier, this check will be added to JavaValidator.

@JonathanxD JonathanxD self-assigned this Nov 4, 2017
@JonathanxD JonathanxD added this to the 4.0.0 milestone Aug 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant