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 Java 13 support for Maven and Eclipse projects #1179

Closed
fbricon opened this issue Sep 17, 2019 · 1 comment · Fixed by #1190
Closed

Add Java 13 support for Maven and Eclipse projects #1179

fbricon opened this issue Sep 17, 2019 · 1 comment · Fixed by #1190

Comments

@fbricon
Copy link
Contributor

fbricon commented Sep 17, 2019

as usual, need to consume new jdt packages that support it

@fbricon fbricon self-assigned this Sep 17, 2019
@fbricon fbricon added this to the End September 2019 milestone Sep 17, 2019
@fbricon fbricon changed the title Add Java 13 support Add Java 13 support for Maven and Eclipse projects Sep 30, 2019
@fbricon
Copy link
Contributor Author

fbricon commented Sep 30, 2019

There's one significatant caveat with Java 13 support: JDT only supports enable-preview features for the latest version of the JDK. Which is problematic. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=549258#c9
Anyone using Java 12 right now with preview features will break immediately, unless they migrate to Java 13.

Gradle projects still fail to configure with Java 13 at this point.

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

Successfully merging a pull request may close this issue.

1 participant