-
-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
This is an extension to #490 (first half of it, anyway). Over there it was proposed to to upgrade to servlet 4 spec, but nothing is said on javax -> jakarta namespace migration that is part of spec 4.
So I propose migration in 2 steps:
- migrate to Servlet 4 spec, but keep javax.servlet namespace
- switch namespace to jakarta.servlet (this will imply switching implementations, but all currently supported implementations supports this in parallel releases: Jetty 10/11, Tomcat 9/10 and Undertow with
io.undertow:undertow-servlet-jakartaee9dependency
If Pippo doesn't have to support parallel versions for JavaEE and JakartaEE, then those two steps could be squashed into one and leave JavaEE compatibility behind.
Depends on #613
Metadata
Metadata
Assignees
Labels
No labels