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

Fix generics on JDK 9+ #2710

Merged
merged 1 commit into from
Feb 3, 2022
Merged

Conversation

jord1e
Copy link
Contributor

@jord1e jord1e commented Feb 1, 2022

Compilation of these specific methods fails on JDK 9+. IntelliJ does not produce IDE warnings/errors.

Probably related to JEP 215 "Tiered Attribution for javac"

See: https://openjdk.java.net/jeps/215

Part of my CI effort (#2676 )

Compilation of these specific methods fails on JDK 9+. IntelliJ does not produce IDE warnings/errors.

Probably related to JEP 215 "Tiered Attribution for javac"

See: https://openjdk.java.net/jeps/215
@bbakerman bbakerman added this to the 18.0 milestone Feb 3, 2022
@bbakerman bbakerman merged commit a006366 into graphql-java:master Feb 3, 2022
@bbakerman
Copy link
Member

Thanks

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

Successfully merging this pull request may close these issues.

2 participants