-
Notifications
You must be signed in to change notification settings - Fork 45
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
Swagger issue for JAVA 11 #186
Comments
Turning this into more of a "can we get off of Oracle Java 8 and on to the latest OpenJDK" discussion. Judging from the title of the issue, I guess that Swagger doesn't work well with Java 11? I don't know the Java ecosystem much at all. Would it be an issue to try to jump right to Java 14? Would we encounter breaking changes? Thanks for getting me up to speed. I will continue to do research to address this and the issues mentioned in #191 . Hopefully we can find a flavor of Java that gets us out of the Oracle licensing situation, so that it won't be necessary to bundle lengthy Java setup instructions with our install and compile documentation. |
Can you please provide more information on "Swagger issue for JAVA 11?" Thank you. |
So, I've confirmed that the Ubuntu 18.04 package Will try
Or, do we need to stick with Oracle? Also, anyone know why |
@peerchemist reports that Java 14 works but looked at some phoronix benchmarks and thinks it makes the most sense to wait to change for now, until Java 15, which is expected to boost performance. |
Suggest that we make sdkman the norm for all versions of the tooling used to build VSYS, then we can toss this issue aside. Install sdkman like: curl -s "https://get.sdkman.io" | bash
AdoptOpenJDK8 is the only working solution. |
FYI
The text was updated successfully, but these errors were encountered: