RE: Support for Jakarta Servlet 6.0

2023-11-28 Thread Gary Potagal
Thank you!  Confirming this worked for us

From: Simon Steiner 
Sent: Tuesday, November 28, 2023 4:41 AM
To: fop-dev@xmlgraphics.apache.org
Subject: RE: Support for Jakarta Servlet 6.0

You don't often get email from 
simonsteiner1...@gmail.com<mailto:simonsteiner1...@gmail.com>. Learn why this 
is important<https://aka.ms/LearnAboutSenderIdentification>
CAUTION: External Sender

Hi,

I was able to generate a pdf using fop war using tomcat 10.1, by adding 

For mvn build I needed to add:
https://github.com/apache/xmlgraphics-fop/commit/1cc4244b69d8de060e8fb00e86d4f2a9871e503d

Thanks

From: Gary Potagal mailto:gary.pota...@wellsky.com>>
Sent: 27 November 2023 17:27
To: fop-dev@xmlgraphics.apache.org<mailto:fop-dev@xmlgraphics.apache.org>
Subject: RE: Support for Jakarta Servlet 6.0

This doesn't work if the library that I'm dependent on is dependent on javax:

https://stackoverflow.com/questions/72302174/tomcat-10-upgrade-cant-find-javax-servlet-jsp-reference

From: Simon Steiner 
mailto:simonsteiner1...@gmail.com>>
Sent: Thursday, November 23, 2023 3:21 AM
To: fop-dev@xmlgraphics.apache.org<mailto:fop-dev@xmlgraphics.apache.org>
Subject: RE: Support for Jakarta Servlet 6.0

You don't often get email from 
simonsteiner1...@gmail.com<mailto:simonsteiner1...@gmail.com>. Learn why this 
is important<https://aka.ms/LearnAboutSenderIdentification>
CAUTION: External Sender

Hi,

tomcat 10 has a option to rewrite javax namespace to jarkarta at runtime

adding the single line "  " after the  in the main
conf/context.xml file

Thanks

From: Gary Potagal mailto:gary.pota...@wellsky.com>>
Sent: 22 November 2023 16:48
To: fop-dev@xmlgraphics.apache.org<mailto: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!


RE: Support for Jakarta Servlet 6.0

2023-11-27 Thread Gary Potagal
This doesn't work if the library that I'm dependent on is dependent on javax:

https://stackoverflow.com/questions/72302174/tomcat-10-upgrade-cant-find-javax-servlet-jsp-reference

From: Simon Steiner 
Sent: Thursday, November 23, 2023 3:21 AM
To: fop-dev@xmlgraphics.apache.org
Subject: RE: Support for Jakarta Servlet 6.0

You don't often get email from 
simonsteiner1...@gmail.com<mailto:simonsteiner1...@gmail.com>. Learn why this 
is important<https://aka.ms/LearnAboutSenderIdentification>
CAUTION: External Sender

Hi,

tomcat 10 has a option to rewrite javax namespace to jarkarta at runtime

adding the single line "  " after the  in the main
conf/context.xml file

Thanks

From: Gary Potagal mailto:gary.pota...@wellsky.com>>
Sent: 22 November 2023 16:48
To: fop-dev@xmlgraphics.apache.org<mailto: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!


Support for Jakarta Servlet 6.0

2023-11-22 Thread Gary Potagal
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!