Re: Migrating axis2-1.8.2
robertlazarski <[email protected]> Sun, 30 Jun 2024 18:05:01 -1000
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <CABpPLBUdpAbbcgYkR8chY2TS0HPFD6YnMiTX78mr9pMsQXp9EQ@mail.gmail.com> |
--00000000000055cbac061c27b462 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I recently compiled the current GitHub repo from source that will soon be 1.8.3 and it runs fine on Wildly 32 - which is Jakarta compliant on.the latest standards. Development is pretty much complete but we are short on volunteers and we need to push out the current state of Rampart and Axiom first as prerequisites. So, the release of 1.8.3 is moving forward but not exactly quickly due to that we are all volunteers and there isn't many of us. On Sun, Jun 30, 2024, 17:40 Amir Razi <[email protected]> wrote: > Is axis 1.8.3 ( which is expected to supports Java 17 and Jakarta) going > to be released soon? > > I appreciate your support since we are migrating to EAP 8 and Java 17 and > getting some runtime errors with Axis 2 1.8.2. > > > > On Sunday, May 26, 2024 at 08:22:57 PM EDT, robertlazarski < > [email protected]> wrote: > > > Might want to use openjdk. > > On Sun, May 26, 2024 at 2:14=E2=80=AFPM Amit Patil <amitpatil12.ap67@gmai= l.com> > wrote: > > Okay, I will also try with the latest version of jdk and try to compile. > > On Mon, 27 May 2024 at 05:42, robertlazarski <[email protected]> > wrote: > > Your JDK is a little dated though I am unsure if that matters; mine comes > with recent Ubuntu: > > openjdk version "17.0.10" 2024-01-16 > OpenJDK Runtime Environment (build 17.0.10+7-Ubuntu-123.10.1) > OpenJDK 64-Bit Server VM (build 17.0.10+7-Ubuntu-123.10.1, mixed mode, > sharing) > > On Sun, May 26, 2024 at 2:00=E2=80=AFPM robertlazarski <robertlazarski@gm= ail.com> > wrote: > > No idea, I am not seeing these issues anywhere else - locally, on GitHub = - > however I don't doubt there is a problem as this is the unstable master > branch and I run Ubuntu locally. > > We are moving to JDK 17 as jakarta requires it and at a glance it compile= s > ok on my local machine but I see the following locations that need compil= er > section changes. > > pom.xml ./modules/tool/axis2-aar-maven-plugin/src/it/test1/pom.xml > ./modules/tool/axis2-java2w > sdl-maven-plugin/target/it/test1/pom.xml > ./modules/tool/axis2-java2wsdl-maven-plugin/src/it/test1/pom.xml > > On Sun, May 26, 2024 at 1:56=E2=80=AFPM Amit Patil <amitpatil12.ap67@gmai= l.com> > wrote: > > By using this mvn -Dmaven.test.skip.exec clean install I am facing an > issue with > > java.lang.NullPointerException: Cannot invoke > "org.slf4j.Logger.error(String, java.lang.Throwable)" because "logger" is > null > > > And by using this mvn -B -e -Papache-release -Dgpg.skip=3Dtrue verify I = am > facing the same issue as before with the access issue. > > Is this because of some configuration issue in my local machine? Because = I > can see that the build is passed in git. > > On Mon, 27 May 2024 at 05:02, Amit Patil <[email protected]> > wrote: > > Shoule source and target in parent pom.xml be 17? > > <configuration> > <source>1.8</source> > <target>1.8</target> > </configuration> > > On Mon, 27 May 2024 at 04:45, robertlazarski <[email protected]> > wrote: > > Hmm, "mvn -Dmaven.test.skip.exec clean install" should work however if > not then I suggest trying the command used to build with GitHub Actions: > > mvn -B -e -Papache-release -Dgpg.skip=3Dtrue verify > > > https://github.com/apache/axis-axis2-java-core/actions/runs/9235500518/jo= b/25410379970 > > On Sun, May 26, 2024 at 12:55=E2=80=AFPM Amit Patil <amitpatil12.ap67@gma= il.com> > wrote: > > Yes I am using jdk 17. > permission java.io.FilePermission "C:\\Program Files\\Eclipse > Adoptium\\jdk-17.0.3.7-hotspot", "read,readlink"; > > On Mon, 27 May 2024 at 04:23, robertlazarski <[email protected]> > wrote: > > You need to compile with JDK 17. > > On Sun, May 26, 2024 at 12:50=E2=80=AFPM Amit Patil <amitpatil12.ap67@gma= il.com> > wrote: > > Thanks for the clarification, > Can you please confirm a couple of things, Can I officially take the > master branch of the axis2 repository and compile it to use in my code? a= nd > I am getting the following error while building. > > [ERROR] Errors: > [ERROR] ServiceClientTest.testWSDLWithImportsFromZIP:50 =C2=BB AccessCo= ntrol > access denied ("java.io.FilePermission" > "jar:file:\C:\Users\apatil56\Downloads\axis-axis2-java-core-master\axis-a= xis2-java-core-master\modules\kernel\target\test-zip.zip!\test.wsdl" > "read") > [ERROR] URIResolverTest.testResolveEntity:33 =C2=BB AccessControl acces= s > denied ("java.io.FilePermission" "http:\www.test.org\schema.xsd" "read") > [ERROR] WSDLLocatorTest.testGetInputSource:33 =C2=BB AccessControl acce= ss > denied ("java.io.FilePermission" "http:\www.test.org\schema.xsd" "read") > [INFO] > [ERROR] Tests run: 380, Failures: 0, Errors: 3, Skipped: 0 > [INFO] > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary for Apache Axis2 - Kernel 1.8.3-SNAPSHOT: > [INFO] > [INFO] Apache Axis2 - Kernel .............................. FAILURE [ > 41.271 s] > > > This is because of Java Security Manager blocking access to certain > resources (files and URLs) required by the tests. I will try to solve thi= s > but can you tell if I am missing anything here? > > > Thanks, > Amit Patil > > On Mon, 27 May 2024 at 03:39, robertlazarski <[email protected]> > wrote: > > The license is open source via the Apache license at all times - the only > difference with an official release of 1.8.3 is binaries that can be load= ed > via Maven and direct links. > > On Sun, May 26, 2024 at 12:06=E2=80=AFPM robertlazarski <robertlazarski@g= mail.com> > wrote: > > This is the repo - only missing feature is OSGI as it may get dropped if > we don't get a volunteer. > > Beyond that, the only expected difference is httpclient4 instead of > httpclient5 ... which is going to be more stable for the next month or tw= o. > > https://github.com/apache/axis-axis2-java-core > > On Sun, May 26, 2024 at 11:52=E2=80=AFAM Amit Patil <amitpatil12.ap67@gma= il.com> > wrote: > > Hi, > Thank you so much for the response. Can you please provide me with the > link to the right branch or tag? I will try to compile from source as of > now. But we are not authorized to use the product which has not been > released yet with a licence. Although it will be good for testing for now > and communicating with the customer for future roadmap. > Also is there any other workaround for this? > > Thanks for the help, > Amit Patil > > On Mon, 27 May 2024 at 03:06, robertlazarski <[email protected]> > wrote: > > 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 ou= t > 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=E2=80=AFAM Amit Patil <amitpatil12.ap67@gma= il.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 > > --00000000000055cbac061c27b462 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"auto">I recently compiled the current GitHub repo from source t= hat will soon be 1.8.3 and it runs fine on Wildly 32 - which is Jakarta com= pliant on.the latest standards.=C2=A0<div dir=3D"auto"><br></div><div dir= =3D"auto">Development is pretty much complete but we are short on volunteer= s and we need to push out the current state of Rampart and Axiom first as p= rerequisites.=C2=A0</div><div dir=3D"auto"><br></div><div dir=3D"auto">So, = the release of 1.8.3 is moving forward but not exactly quickly due to that = we are all volunteers and there isn't many of us.=C2=A0</div></div><br>= <div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Sun, Ju= n 30, 2024, 17:40 Amir Razi <<a href=3D"mailto:[email protected]">amiryr@= yahoo.com</a>> wrote:<br></div><blockquote class=3D"gmail_quote" style= =3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><di= v style=3D"font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:= 13px"><div></div> <div dir=3D"ltr">Is axis 1.8.3 ( which is expected to supports Java= 17 and Jakarta) =C2=A0going to be released soon?</div><div dir=3D"ltr"><br= ></div><div dir=3D"ltr">I appreciate your support since we are migrating to= EAP 8 and Java 17 and getting some runtime errors with Axis 2 1.8.2.</div>= <div dir=3D"ltr"><br></div><div dir=3D"ltr"><br></div><div dir=3D"ltr"><br>= </div> =20 </div><div id=3D"m_260115146544317351ydp2377538ayahoo_quoted_053255= 5314"> <div style=3D"font-family:'Helvetica Neue',Helvetica,Ar= ial,sans-serif;font-size:13px;color:#26282a"> =20 <div> On Sunday, May 26, 2024 at 08:22:57 PM EDT, robertl= azarski <<a href=3D"mailto:[email protected]" target=3D"_blank" r= el=3D"noreferrer">[email protected]</a>> wrote: </div> <div><br></div> <div><br></div> =20 =20 <div><div id=3D"m_260115146544317351ydp2377538ayiv716561538= 6"><div><div dir=3D"ltr">Might want to use openjdk. <br clear=3D"none"></di= v><br clear=3D"none"><div id=3D"m_260115146544317351ydp2377538ayiv716561538= 6yqt39932"><div><div dir=3D"ltr">On Sun, May 26, 2024 at 2:14=E2=80=AFPM Am= it Patil <<a shape=3D"rect" href=3D"mailto:[email protected]" r= el=3D"nofollow noreferrer" target=3D"_blank">[email protected]</a>= > wrote:<br clear=3D"none"></div><blockquote style=3D"margin:0px 0px 0px= 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D= "ltr">Okay, I will also try with the latest=C2=A0version of jdk and try to = compile.</div><br clear=3D"none"><div><div dir=3D"ltr">On Mon, 27 May 2024 = at 05:42, robertlazarski <<a shape=3D"rect" href=3D"mailto:robertlazarsk= [email protected]" rel=3D"nofollow noreferrer" target=3D"_blank">robertlazarski@g= mail.com</a>> wrote:<br clear=3D"none"></div><blockquote style=3D"margin= :0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"= ><div dir=3D"ltr"><div>Your JDK is a little dated though I am unsure if tha= t matters; mine comes with recent Ubuntu: <br clear=3D"none"></div><div><br= clear=3D"none"></div><div><span style=3D"font-family:monospace"><span styl= e=3D"color:rgb(0,0,0);background-color:rgb(255,255,255)">openjdk version &q= uot;17.0.10" 2024-01-16 </span><br clear=3D"none">OpenJDK Runtime Environment (build 17.0.10+7-Ubun= tu-123.10.1) <br clear=3D"none">OpenJDK 64-Bit Server VM (build 17.0.10+7-Ubuntu-123.10.= 1, mixed mode, sharing)<br clear=3D"none"></span></div></div><br clear=3D"n= one"><div><div dir=3D"ltr">On Sun, May 26, 2024 at 2:00=E2=80=AFPM robertla= zarski <<a shape=3D"rect" href=3D"mailto:[email protected]" rel= =3D"nofollow noreferrer" target=3D"_blank">[email protected]</a>>= wrote:<br clear=3D"none"></div><blockquote style=3D"margin:0px 0px 0px 0.8= ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr= "><div>No idea, I am not seeing these issues anywhere else - locally, on Gi= tHub - however I don't doubt there is a problem as this is the unstable= master branch and I run Ubuntu locally. <br clear=3D"none"></div><div><br = clear=3D"none"></div><div>We are moving to JDK 17 as jakarta requires it an= d at a glance it compiles ok on my local machine but I see the following lo= cations that need compiler section changes. <br clear=3D"none"></div><div><= br clear=3D"none"></div><div><span style=3D"font-family:monospace"><span st= yle=3D"color:rgb(0,0,0);background-color:rgb(255,255,255)">pom.xml ./module= s/tool/axis2-aar-maven-plugin/src/it/test1/pom.xml ./modules/tool/axis2-jav= a2w</span><br clear=3D"none">sdl-maven-plugin/target/it/test1/pom.xml ./mod= ules/tool/axis2-java2wsdl-maven-plugin/src/it/test1/pom.xml<br clear=3D"non= e"></span></div></div><br clear=3D"none"><div><div dir=3D"ltr">On Sun, May = 26, 2024 at 1:56=E2=80=AFPM Amit Patil <<a shape=3D"rect" href=3D"mailto= :[email protected]" rel=3D"nofollow noreferrer" target=3D"_blank">= [email protected]</a>> wrote:<br clear=3D"none"></div><blockquo= te style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204)= ;padding-left:1ex"><div dir=3D"ltr">By using this=C2=A0 <span style=3D"color:rgb(0,0,0);font-family:monospace">mvn -Dmaven.test.ski= p.exec clean install=C2=A0</span>I am facing an issue with=C2=A0<blockquote= style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);p= adding-left:1ex">java.lang.NullPointerException: Cannot invoke "org.sl= f4j.Logger.error(String, java.lang.Throwable)" because "logger&qu= ot; is null</blockquote><div><br clear=3D"none">And by using this=C2=A0 mvn= -B -e -Papache-release -Dgpg.skip=3Dtrue verify I am facing the same issue= as before with the access issue.=C2=A0<br clear=3D"none"><br clear=3D"none= ">Is this because of some configuration issue in my local machine? Because = I can see that the build is passed in git.=C2=A0</div></div><br clear=3D"no= ne"><div><div dir=3D"ltr">On Mon, 27 May 2024 at 05:02, Amit Patil <<a s= hape=3D"rect" href=3D"mailto:[email protected]" rel=3D"nofollow no= referrer" target=3D"_blank">[email protected]</a>> wrote:<br cl= ear=3D"none"></div><blockquote style=3D"margin:0px 0px 0px 0.8ex;border-lef= t:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr">Shoule sour= ce and target in parent pom.xml be 17?<br clear=3D"none"><br clear=3D"none"= >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 <configuration&= gt;<br clear=3D"none">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 <source>1.8</source><br clear=3D"none">=C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 <target&= gt;1.8</target><br clear=3D"none">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 </configuration><br clear=3D"none"></div><br cle= ar=3D"none"><div><div dir=3D"ltr">On Mon, 27 May 2024 at 04:45, robertlazar= ski <<a shape=3D"rect" href=3D"mailto:[email protected]" rel=3D"n= ofollow noreferrer" target=3D"_blank">[email protected]</a>> wrot= e:<br clear=3D"none"></div><blockquote style=3D"margin:0px 0px 0px 0.8ex;bo= rder-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr"><di= v>Hmm, "<span style=3D"font-family:monospace"><span style=3D"color:rgb= (0,0,0);background-color:rgb(255,255,255)">mvn -Dmaven.test.skip.exec clean= install</span></span>" should work however if not then I suggest tryi= ng the command used to build with GitHub Actions:=C2=A0</div><div><br clear= =3D"none"></div><div><span><span>mvn -B -e -Papache-release -Dgpg.skip=3Dtr= ue verify</span></span></div><div><span><span><br clear=3D"none"></span></s= pan></div><div><a shape=3D"rect" href=3D"https://github.com/apache/axis-axi= s2-java-core/actions/runs/9235500518/job/25410379970" rel=3D"nofollow noref= errer" target=3D"_blank">https://github.com/apache/axis-axis2-java-core/act= ions/runs/9235500518/job/25410379970</a> </div></div><br clear=3D"none"><di= v><div dir=3D"ltr">On Sun, May 26, 2024 at 12:55=E2=80=AFPM Amit Patil <= <a shape=3D"rect" href=3D"mailto:[email protected]" rel=3D"nofollo= w noreferrer" target=3D"_blank">[email protected]</a>> wrote:<b= r clear=3D"none"></div><blockquote style=3D"margin:0px 0px 0px 0.8ex;border= -left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr">Yes I a= m using jdk 17.<br clear=3D"none">permission java.io.FilePermission "C= :\\Program Files\\Eclipse Adoptium\\jdk-17.0.3.7-hotspot", "read,= readlink";<br clear=3D"none"></div><br clear=3D"none"><div><div dir=3D= "ltr">On Mon, 27 May 2024 at 04:23, robertlazarski <<a shape=3D"rect" hr= ef=3D"mailto:[email protected]" rel=3D"nofollow noreferrer" target= =3D"_blank">[email protected]</a>> wrote:<br clear=3D"none"></div= ><blockquote style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(20= 4,204,204);padding-left:1ex"><div dir=3D"ltr">You need to compile with JDK = 17. <br clear=3D"none"></div><br clear=3D"none"><div><div dir=3D"ltr">On Su= n, May 26, 2024 at 12:50=E2=80=AFPM Amit Patil <<a shape=3D"rect" href= =3D"mailto:[email protected]" rel=3D"nofollow noreferrer" target= =3D"_blank">[email protected]</a>> wrote:<br clear=3D"none"></d= iv><blockquote style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(= 204,204,204);padding-left:1ex"><div dir=3D"ltr">Thanks for the clarificatio= n,<br clear=3D"none"><div>Can you please confirm a couple of things, Can I = officially take the master branch of the axis2 repository and compile it to= use in my code? and<br clear=3D"none">I am getting the following error whi= le building.=C2=A0<br clear=3D"none"><blockquote style=3D"margin:0px 0px 0p= x 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">[ERROR] Er= rors: <br clear=3D"none">[ERROR] =C2=A0 ServiceClientTest.testWSDLWithImpor= tsFromZIP:50 =C2=BB AccessControl access denied ("java.io.FilePermissi= on" "jar:file:\C:\Users\apatil56\Downloads\axis-axis2-java-core-m= aster\axis-axis2-java-core-master\modules\kernel\target\test-zip.zip!\test.= wsdl" "read")<br clear=3D"none">[ERROR] =C2=A0 URIResolverTe= st.testResolveEntity:33 =C2=BB AccessControl access denied ("java.io.F= ilePermission" "http:\<a shape=3D"rect" href=3D"http://www.test.o= rg" rel=3D"nofollow noreferrer" target=3D"_blank">www.test.org</a>\schema.x= sd" "read")<br clear=3D"none">[ERROR] =C2=A0 WSDLLocatorTest= .testGetInputSource:33 =C2=BB AccessControl access denied ("java.io.Fi= lePermission" "http:\<a shape=3D"rect" href=3D"http://www.test.or= g" rel=3D"nofollow noreferrer" target=3D"_blank">www.test.org</a>\schema.xs= d" "read")<br clear=3D"none">[INFO]<br clear=3D"none">[ERROR= ] Tests run: 380, Failures: 0, Errors: 3, Skipped: 0<br clear=3D"none">[INF= O]<br clear=3D"none">[INFO] -----------------------------------------------= -------------------------<br clear=3D"none">[INFO] Reactor Summary for Apac= he Axis2 - Kernel 1.8.3-SNAPSHOT:<br clear=3D"none">[INFO]<br clear=3D"none= ">[INFO] Apache Axis2 - Kernel .............................. FAILURE [ 41.= 271 s]<br clear=3D"none"></blockquote><div><br clear=3D"none">This is becau= se of Java Security Manager blocking access to certain resources (files and= URLs) required by the tests. I will try to solve this but can you tell if = I am missing anything here?=C2=A0<br clear=3D"none"><br clear=3D"none"><br = clear=3D"none">Thanks,<br clear=3D"none">Amit Patil</div></div></div><br cl= ear=3D"none"><div><div dir=3D"ltr">On Mon, 27 May 2024 at 03:39, robertlaza= rski <<a shape=3D"rect" href=3D"mailto:[email protected]" rel=3D"= nofollow noreferrer" target=3D"_blank">[email protected]</a>> wro= te:<br clear=3D"none"></div><blockquote style=3D"margin:0px 0px 0px 0.8ex;b= order-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr">Th= e license is open source via the Apache license at all times - the only dif= ference with an official release of 1.8.3 is binaries that can be loaded vi= a Maven and direct links. <br clear=3D"none"></div><br clear=3D"none"><div>= <div dir=3D"ltr">On Sun, May 26, 2024 at 12:06=E2=80=AFPM robertlazarski &l= t;<a shape=3D"rect" href=3D"mailto:[email protected]" rel=3D"nofollo= w noreferrer" target=3D"_blank">[email protected]</a>> wrote:<br = clear=3D"none"></div><blockquote style=3D"margin:0px 0px 0px 0.8ex;border-l= eft:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr"><div>This= is the repo - only missing feature is OSGI as it may get dropped if we don= 't get a volunteer. <br clear=3D"none"></div><div><br clear=3D"none"></= div><div>Beyond that, the only expected difference is httpclient4 instead o= f httpclient5 ... which is going to be more stable for the next month or tw= o. <br clear=3D"none"></div><div><br clear=3D"none"></div><div><a shape=3D"= rect" href=3D"https://github.com/apache/axis-axis2-java-core" rel=3D"nofoll= ow noreferrer" target=3D"_blank">https://github.com/apache/axis-axis2-java-= core</a></div></div><br clear=3D"none"><div><div dir=3D"ltr">On Sun, May 26= , 2024 at 11:52=E2=80=AFAM Amit Patil <<a shape=3D"rect" href=3D"mailto:= [email protected]" rel=3D"nofollow noreferrer" target=3D"_blank">a= [email protected]</a>> wrote:<br clear=3D"none"></div><blockquot= e style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);= padding-left:1ex"><div dir=3D"ltr">Hi,<div>Thank you so much for the respon= se. Can you please provide me with the link to the right branch or tag? I w= ill try to compile from source as of now. But we are not authorized to use = the product=C2=A0which has not been released yet with=C2=A0a licence. Altho= ugh=C2=A0it will be good for testing for now and communicating with the cus= tomer for future=C2=A0roadmap.=C2=A0<br clear=3D"none">Also is there any ot= her workaround for this?=C2=A0<br clear=3D"none"><br clear=3D"none">Thanks = for the=C2=A0help,<br clear=3D"none">Amit Patil</div></div><br clear=3D"non= e"><div><div dir=3D"ltr">On Mon, 27 May 2024 at 03:06, robertlazarski <<= a shape=3D"rect" href=3D"mailto:[email protected]" rel=3D"nofollow n= oreferrer" target=3D"_blank">[email protected]</a>> wrote:<br cle= ar=3D"none"></div><blockquote style=3D"margin:0px 0px 0px 0.8ex;border-left= :1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr"><div>Tomcat = 10 supports axis2 via the <span style=3D"font-family:monospace"><span style= =3D"color:rgb(0,0,0);background-color:rgb(255,255,255)">legacyAppBase folde= r - see the Tomcat 10 docs for details. <br clear=3D"none"></span></span></= div><div><span style=3D"font-family:monospace"><span style=3D"color:rgb(0,0= ,0);background-color:rgb(255,255,255)"><br clear=3D"none"></span></span></d= iv><div><span style=3D"font-family:monospace"><span style=3D"color:rgb(0,0,= 0);background-color:rgb(255,255,255)">Axis 1.8.3 will support jakarta and t= he 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. <br clear=3D"none"></span></span></= div><div><span style=3D"font-family:monospace"><span style=3D"color:rgb(0,0= ,0);background-color:rgb(255,255,255)"><br clear=3D"none"></span></span></d= iv><div><span style=3D"font-family:monospace"><span style=3D"color:rgb(0,0,= 0);background-color:rgb(255,255,255)">The httpclient5 upgrade ended up bein= g harder than expected due to some Axis2 quirks that goes deep into the arc= hitecture and the classic API changing more that it would appear. <br clear= =3D"none"></span></span></div><div><span style=3D"font-family:monospace"><s= pan style=3D"color:rgb(0,0,0);background-color:rgb(255,255,255)"><br clear= =3D"none"></span></span></div><div><span style=3D"font-family:monospace"><s= pan style=3D"color:rgb(0,0,0);background-color:rgb(255,255,255)">Neverthele= ss, progress continues. <br clear=3D"none"></span></span></div><div><span s= tyle=3D"font-family:monospace"></span></div></div><br clear=3D"none"><div><= div dir=3D"ltr">On Sun, May 26, 2024 at 11:21=E2=80=AFAM Amit Patil <<a = shape=3D"rect" href=3D"mailto:[email protected]" rel=3D"nofollow n= oreferrer" target=3D"_blank">[email protected]</a>> wrote:<br c= lear=3D"none"></div><blockquote style=3D"margin:0px 0px 0px 0.8ex;border-le= ft:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr">Hello,=C2= =A0<br clear=3D"none"><div>I am a software developer in a MNC working on de= veloping web applications in java. Currently I am in the middle of a task o= f migrating my code from javax to jakarta because we are upgrading to tomca= t 10. We use=C2=A0<b>axis2 1.8.2=C2=A0</b>in our code which consists of som= e javax jars and code snippets with javax use in it.=C2=A0<br clear=3D"none= ">I want to know whether to upgrade the binaries used in axis2-1.8.2 manual= ly or is there any other way of doing it? Does tomcat 10 support axis2-1.8.= 2?=C2=A0<br clear=3D"none">Can you please guide me what I should do in this= situation?<br clear=3D"none"><br clear=3D"none"><br clear=3D"none">Kind re= gards,<br clear=3D"none">Amit Patil</div><div></div></div> </blockquote></div> </blockquote></div> </blockquote></div> </blockquote></div> </blockquote></div> </blockquote></div> </blockquote></div> </blockquote></div> </blockquote></div> </blockquote></div> </blockquote></div> </blockquote></div> </blockquote></div> </blockquote></div></div> </div></div></div> </div> </div></div></blockquote></div> --00000000000055cbac061c27b462--