ops4j / org.ops4j.pax.web

OSGi R7 Http Service, Whiteboard and Web Applications (OSGi CMPN Release chapters 102, 140 and 128) implementation using Jetty 9, Tomcat 9 or Undertow 2.
https://ops4j1.jira.com/wiki/display/paxweb/Pax+Web
Other
144 stars 183 forks source link

Upgrade to Tomcat 9.0.x [PAXWEB-1187] #1471

Closed ops4j-issues closed 4 years ago

ops4j-issues commented 5 years ago

Grzegorz Grzybek created PAXWEB-1187

As with PAXWEB-1185 where I want to upgrade to Undertow 2.0.x, It'd be nice to have pax-web supporting Tomcat 9.

Tomcat 9 and Undertow 2 are both compatible with servlet-api 4.0. The only problem I see is that there's no Jetty 10 yet.


Fixed in: 7.3.0 Votes: 0, Watches: 2


Referenced issues

relates to:

ops4j-issues commented 5 years ago

Grzegorz Grzybek commented

Achim Nierbeck, Guillaume Nodet, Jean-Baptiste Onofre, together with PAXWEB-1185 , I did a major upgrade of 2 out of 3 container runtimes.
I have local branch (based on 7.2.x now) where all the tests work (with 3 snapshots from pax-cdi, myfaces and primefaces - my primefaces PR was already accepted and merged). Ah - I have local pax.tipi version of tomcat 9.0.12.

I think 7.3.0 is too little bump - and I'll think about incorporating this upgrade to 8.0.0. Because the servlet-api changed to 4.0, the theme of 8.0.0 would be both servlet-api 4.0 (JavaEE 8) and OSGi Enterprise R7.

ops4j-issues commented 5 years ago

Achim Nierbeck commented

Fine with me, to have both "new" features in the next Major Version.