restlet / restlet-framework-java

The first REST API framework for Java
https://restlet.talend.com
649 stars 284 forks source link

Restlet-2.4 integration with up-to-date Jetty versions #1396

Open effad opened 2 years ago

effad commented 2 years ago

Since Jetty 9 is no longer community supported as of June 1st, 2022 and will be end-of-life soon: Will there be version of Restlet-2.4 that integrates with one of the newer Jetty versions?

kerbymart commented 1 year ago

Restlet is unmaintained (afaik)

modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/JettyServerHelper.java

Would be the starting point (I think) to upgrade Restlet to a new Jetty server

roopchandak commented 6 months ago

Will there be any plans to integrate Jetty 11/12 with Restlet?

jlouvel commented 5 months ago

Currently both Restlet 2.4 and also the upcoming Restlet 2.5 are meant to stay compatible with Java 8 which is only supported with Jetty 9.4.

Therefore supporting Jetty 12 could happen at the earliest in Restlet 3.0 which we will start working on seriously this Summer, based on Jetty requirements: https://eclipse.dev/jetty/download.php