[Axis 2] spring 6 tomcat 10 issue

2023-09-27 Thread Vignesh Ragavan
Hi I am planning to upgrade spring 5.30 to spring 6 due to cve-2016-100027 vulnerability. I am using axis-http-transport 1.64 Axis-kernel-1.64. I tried to upgrade to 1.82. But getting error from axisservlet because it is using javax.servlet.But tomcat 10 and spring 6 support jakarta servlet api.

Re: [Axis 2] spring 6 tomcat 10 issue

2023-09-27 Thread robertlazarski
Tomcat 10 will run javax packages via the folder named webapps-javaee i.e. Tomcat 10 has a compatibility mode that will run Axis2. The next release of Axis2 will no longer support javax packages in favor of jakarta but that won't likely happen until 2024. On Wed, Sep 27, 2023 at 2:36 AM Vignesh R

Re: [Axis 2] spring 6 tomcat 10 issue

2023-09-27 Thread Vignesh Ragavan
Thanks for the update. Then we can use both jakarta and javax if we use webapp-javaee folder. On Wed, 27 Sept, 2023, 6:28 pm robertlazarski, wrote: > Tomcat 10 will run javax packages via the folder named webapps-javaee > i.e. Tomcat 10 has a compatibility mode that will run Axis2. > > The next