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.
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
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