The javax vs jakarta issue is with open source libs and not the JDK. All those libs - in general - were moved out of the JDK.
There is a lot of discussion about this in our Jira issues and the next Axis2 release along with the next Axiom release will have progress on that question, On Thu, Aug 17, 2023 at 2:25 AM Vignesh Ragavan <vigneshr.raga...@gmail.com> wrote: > Hi > > Axis2-transport-http uses javax.servlet and java 17 support jakarta. We > are using axisservlet class which is not jakarta type. How to resolve > this issue? > > Regards > Vignesh > > On Thu, 17 Aug, 2023, 5:41 pm Vignesh Ragavan, <vigneshr.raga...@gmail.com> > wrote: > >> Axis2-transport-http uses javax.servlet and java 17 support jakarta. How >> to resolve this issue? >> >> On Thu, 17 Aug, 2023, 5:30 pm robertlazarski, <robertlazar...@gmail.com> >> wrote: >> >>> At my day job, all of our projects use JDK 17 and I expect that you will >>> have no issues. >>> >>> On Thu, Aug 17, 2023, 18:39 Vignesh Ragavan <vigneshr.raga...@gmail.com> >>> wrote: >>> >>>> Hi >>>> >>>> I am using Axis2-transport-http maven dependency in my project. I am >>>> updating project to java 17. Is axis2 support java 17? >>>> >>>> Thanks >>>> Vignesh >>>> >>>>