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

Use Java 11 #266

Open
montss opened this issue Sep 4, 2019 · 2 comments
Open

Use Java 11 #266

montss opened this issue Sep 4, 2019 · 2 comments

Comments

@montss
Copy link

montss commented Sep 4, 2019

The open JDK image which this image is using as its JDK have Java 11 now, so is there anyway to run this image with objenjdk 11 at this moment, and if not is there any plan to support that in the future ?

@montss
Copy link
Author

montss commented Sep 19, 2019

Can I get an answer on this please ?

@joakime
Copy link
Contributor

joakime commented Sep 19, 2019

Jetty itself supports Java 11, but some of toolchain in this project currently does not.
It'll likely have to be a totally different image with different toolchain, if for no other reason than to bring in the classes that Java 11 has as optional, but Java 8 has as default. (javax.sql.DataSource being a prime example)

While I can't speak for the others here, I do believe that Java 11 support is planned for this runtime.

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

2 participants