-
Enhancement
-
Resolution: Won't Do
-
Major
-
None
-
2.2.16.Final
-
None
Would it be possible to implement jakarta-servlet support such that the undertow implementations use different package names?
For example:
io.undertow.servlet.core.DeploymentManagerImpl.class
Could be packaged in the jakarta module as:
io.undertow.jakarta.servlet.core.DeploymentManagerImpl.class
At the moment, there's no way to support a dual-mode deployment without classloader magic, and a risk that a runtime dependency on the old servlet module will cause code which expects to use undertow-servlet-jakarta to fail to link.
I totally understand that it may be too late already given there have already been some undertow releases with the matching names. Thanks!