Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Requiring JDK 11 for Jetty 10.x

Hi Simone,

Can you please update on Jetty 10.X release dates, I checked on GitHub but there is no date mentioned .

Also will Jetty 10.X also supports OpenJDK 12? Do we have any current Jetty release which supports JDK 12?

Thanks
Kapil

On Wed, Sep 26, 2018 at 6:47 PM Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
Hi,

with Jetty 9.2.x series minimum requirement of JDK 7, and Jetty 9.3.x
and 9.4.x series minimum requirement of JDK 8, we are thinking of
making JDK 11 the minimum requirement for Jetty 10.x.

With the rapid pace the JDK is released, by the time we stabilize and
complete the work on Jetty 10.x there are good chances that JDK 12
will be out already.

JDK 11 as minimum requirement for Jetty 10.x will also allow us to
clean up the codebase, drop JDK 8-only modules such as those for ALPN
on JDK 8, and use the JPMS Module APIs to explore new ways to deploy
web applications using JPMS modules.

Furthermore, JDK 9 and JDK 10 are basically already unmaintained, even
by OpenJDK vendors such as Oracle, Azul, RedHat, etc.

Now that JDK 11 is released officially, we think it's going to be the
main version people will use from now onwards, so it makes sense for
Jetty 10.x to have as minimum requirement JDK 11.

We post this email to welcome any feedback from the Jetty Community
about this decision.
If you think JDK 11 is a too strict minimum requirement for Jetty
10.x, speak now.

Webtide is - as always - supporting the Jetty project and customers
that want to move to newer Jetty versions and JDK versions.

Cheers
--
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Back to the top