jetty-runtime icon indicating copy to clipboard operation
jetty-runtime copied to clipboard

Use Java 11

Open montss opened this issue 6 years ago • 2 comments

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 avatar Sep 04 '19 13:09 montss

Can I get an answer on this please ?

montss avatar Sep 19 '19 09:09 montss

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.

joakime avatar Sep 19 '19 18:09 joakime