-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Does not compile with Java 9 #7976
Comments
JohannesHoppe
changed the title
[JAVA] Does not compile with Java 9
Does not compile with Java 9
Apr 5, 2018
any status on this bug? this impacts java10 compatibility as well. java8 standard commercial public update support ends January 2019. JCP notice can be found at https://bugs.java.com/view_bug.do?bug_id=JDK-8049422 |
A generated Java client with
can't also be built with Gradle and Java 11. |
frantuma
added a commit
that referenced
this issue
Feb 13, 2019
frantuma
added a commit
that referenced
this issue
Feb 13, 2019
ref #7976 - update mockito to support JDK9+
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
This is a friendly reminder that swagger-codegen fails on Java 9.
Everything compiles as expected with Java 8.
Swagger-codegen version
all version 2.x and 3.x
Steps to reproduce
Install Java 9
This might be related to:
https://stackoverflow.com/questions/34947994/neon-how-to-run-on-jdk9
Suggest a fix/enhancement
Right now it's fine to install Java 8 as instructed in the README.
This issue hopefully helps other people when searching for a solution.
But this should be fixed some day, too! 😉
In example, on my Mac I did the following:
The text was updated successfully, but these errors were encountered: