Details
-
Bug
-
Resolution: Fixed
-
Critical
-
14.10.13
-
None
-
Unknown
-
Description
This is because Debian 12 moved to Tomcat 10 only and XWiki is not compatible with Tomcat 10 because of the javax -> jakarta package renaming.
Tomcat 10 has some automated migration if you put your application in the right folder (https://tomcat.apache.org/migration-10.html#Specification_APIs), but as advanced as this automated migration may be, I'm afraid it's whichfull thinking (it's probably working very well for a very simple application which only use the servlet API, but XWiki is using a lot of various javax which depend on each other and are not all covered by Tomcat).
The workaround is to use the Jetty based Debian package.
Attachments
Issue Links
- depends on
-
XCOMMONS-2963 Upgrade to Servlet 5.0
- In Progress
- is related to
-
XCOMMONS-2107 Move to jakarta packages
- Open
- relates to
-
XWIKI-21458 Provide XJetty based Debian packages
- Closed