Hello I'd like to announce 3 new versions of Pax Web - including really (hopefully) final version of Pax Web 8.0.x (5th attempt to make it a final release).
We should now have two versions of Pax Web supported: - 11.1.x for JakartaEE 10+ / Servlet API 6.1+ and jakarta.servlet packages (JDK 17+ only) - 10.1.x for JakartaEE 8 / Servlet API 4 and javax.servlet packages (JDK17+ only) For a long time, Pax Web 8.0.x was the line used with Karaf 4 - based on javax.servlet packages and Jetty 9. Pax Web 9 (no longer maintained) was the same as Pax Web 8, but based on Jetty 10 instead of Jetty 9. But Jetty 9 is no longer maintained. Pax Web 10 is a direct successor of Pax Web 8, but finally all the features work with Jetty 12.1.x in its EE8 (javax.servlet) flavor. Only recently I've fixed some session-related issues and we got a Jetty 12.1.10 release with a problem I've identified in Jetty NIO support[1]. Current runtime versions are: - Jetty 12.1.10 - Tomcat 9.0.118 (Pax Web 8 and Pax Web 10) and 11.0.22 (Pax Web 11) - Undertow 2.2.39.Final (Pax Web 8 and Pax Web 10) and 2.4.1.Final (Pax Web 11) For completeness, the changelog is available for 11.1.2[2], 10.1.0[3] and 8.0.36[4]. kind regards Grzegorz Grzybek === [1]: https://github.com/jetty/jetty.project/issues/15031 [2]: https://github.com/ops4j/org.ops4j.pax.web/milestone/284?closed=1 [3]: https://github.com/ops4j/org.ops4j.pax.web/milestone/277?closed=1 [4]: https://github.com/ops4j/org.ops4j.pax.web/milestone/283?closed=1 >
