Hi,
tomcat 10 has a option to rewrite javax namespace to jarkarta at runtime adding the single line " <Loader jakartaConverter="TOMCAT" />" after the <Context> in the main conf/context.xml file Thanks From: Gary Potagal <gary.pota...@wellsky.com> Sent: 22 November 2023 16:48 To: fop-dev@xmlgraphics.apache.org Subject: Support for Jakarta Servlet 6.0 Hello, Please consider providing support for Jakarta Servlet 6.0 - SpringBoot 2.7 is end of life on 18 Nov 2023 - SpringBoot 3.x requires JDK17 and Tomcat 10.1 - pls see discussion on: https://stackoverflow.com/questions/75087509/spring-boot-3-and-spring-6-with -tomcat-9 - Tomcat 10.1 supports the Jakarta Servlet 6.0 only In practice, it means going from javax.servlet to jakarta.servlet support. Is there a way to open a JIRA ticket for this? Thank you in advance for your support!