Tomcat 10 supports axis2 via the legacyAppBase folder - see the Tomcat 10 docs for details.
Axis 1.8.3 will support jakarta and the only thing holding up the release is httpclient5 which isn't related to jakarta at all ... you can check out the Axis2 github repo and compile from source now if you are so inclined. The httpclient5 upgrade ended up being harder than expected due to some Axis2 quirks that goes deep into the architecture and the classic API changing more that it would appear. Nevertheless, progress continues. On Sun, May 26, 2024 at 11:21 AM Amit Patil <amitpatil12.a...@gmail.com> wrote: > Hello, > I am a software developer in a MNC working on developing web applications > in java. Currently I am in the middle of a task of migrating my code from > javax to jakarta because we are upgrading to tomcat 10. We use *axis2 > 1.8.2 *in our code which consists of some javax jars and code snippets > with javax use in it. > I want to know whether to upgrade the binaries used in axis2-1.8.2 > manually or is there any other way of doing it? Does tomcat 10 support > axis2-1.8.2? > Can you please guide me what I should do in this situation? > > > Kind regards, > Amit Patil >