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 Travis on JDK11 #4180

Closed
jansupol opened this issue Jun 28, 2019 · 2 comments
Closed

Fix Travis on JDK11 #4180

jansupol opened this issue Jun 28, 2019 · 2 comments

Comments

@jansupol
Copy link
Contributor

At this moment, we feel the primary JDK the Jersey community use is JDK8. However, we want to make sure the JDK 11 can be used. While the majority of JDK 8 installations would be OracleJDK, we want to be sure to run Travis on OracleJDK8. Catch 22 there:

  • Oracle JDK 8 is not supported on Xenial (which is the default for Linux Travis environment), so we stick with Trusty.
  • Oracle JDK 11 is no longer supported on Trusty

We may need to switch to OpenJDK11 (OpenJDK12?) or hope OracleJDK will be available again.

@jansupol
Copy link
Contributor Author

jansupol commented Jul 2, 2019

The install script now installs JDK from https://jdk.java.net. Only OpenJDK is there.

@jansupol
Copy link
Contributor Author

jansupol commented Jul 3, 2019

Travis redirects OracleJDK11 to OpenJDK11 now.

@jansupol jansupol closed this as completed Jul 3, 2019
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

No branches or pull requests

1 participant