Open montss opened 5 years ago
Can I get an answer on this please ?
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.
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 ?