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

Release: use non-EOLed JDK version #223

Open
2 of 5 tasks
bzz opened this issue Apr 11, 2019 · 1 comment
Open
2 of 5 tasks

Release: use non-EOLed JDK version #223

bzz opened this issue Apr 11, 2019 · 1 comment

Comments

@bzz
Copy link
Contributor

bzz commented Apr 11, 2019

JDK version that we are using for enry-java release is oracle JDK 8 which EOLed 1 year ago (and e.g is not available on newer linux 16.04 CI images any more)

This issue is about:

  • update JDK to maintained LTS version e.g openJDK 11 (right now JDK 8 is used)
  • update sbt version to 1.x, that works on newer JDK (current 0.13 does not)
  • update sbt shell wrapper and plugin version, that support 1.0
  • update build.sbt, adjusting for plugin changes (fat-jar assembly fails by default)
  • make sure released version can be run on older JDK (one that Infra uses for the clusters)

Initial work was done under #221 but still a consensus on min JDK version is needed.

@smola
Copy link
Contributor

smola commented Jun 24, 2019

@bzz We're using JDK 8 for Apache Spark. I'm not sure what the status on JDK 11 is, see SPARK-24417.

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.

2 participants