Hello
wt., 27 paź 2020 o 11:17 Robert Varga <n...@hq.sk> napisał(a): > On 26/10/2020 17:22, Jean-Baptiste Onofre wrote: > > Hi guys, > > > > What is the story with servlet-api, though? pax-web-features references > 4.0.1 while karaf defines it at 3.1.0 -- leading to duplicate packaging. > Seems strange, as Jetty 10 (servlet-4) is not yet released... > Pax Web 7.3.x is using Undertow 2 and Tomcat 9 (both Servlet API 4) and Jetty 9 (still Servlet API 3). Even Pax Web 8 will use the same combination (Jetty 9, Undertow 2, Tomcat 9) and jetty will be associated with "servlet-api compatibility bundle" that adds package exports for javax.servlet.* to provide 3.1.x version. For now I think Pax Web 7.3.x needs both versions of servlet API... regards Grzegorz Grzybek