GoogleCloudPlatform / jetty-runtime

Google Cloud Platform Jetty Docker image
Apache License 2.0
44 stars 33 forks source link

Use Java 11 #266

Open montss opened 5 years ago

montss commented 5 years ago

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 commented 5 years ago

Can I get an answer on this please ?

joakime commented 5 years ago

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.