Re: Migrating axis2-1.8.2

Amir Razi <[email protected]> Mon, 1 Jul 2024 03:40:44 +0000 (UTC)
Newsgroups gmane.text.xml.axis.user
Message-ID <[email protected]>
------=_Part_459268_631383862.1719805244922
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

 Is axis 1.8.3 ( which is expected to supports Java 17 and Jakarta) =C2=A0g=
oing to be released soon?
I appreciate your support since we are migrating to EAP 8 and Java 17 and g=
etting some runtime errors with Axis 2 1.8.2.


    On Sunday, May 26, 2024 at 08:22:57 PM EDT, robertlazarski <robertlazar=
[email protected]> wrote: =20
=20
 Might want to use openjdk.=20

On Sun, May 26, 2024 at 2:14=E2=80=AFPM Amit Patil <amitpatil12.ap67@gmail.=
com> wrote:

Okay, I will also try with the latest=C2=A0version of jdk and try to compil=
e.
On Mon, 27 May 2024 at 05:42, robertlazarski <[email protected]> wro=
te:

Your JDK is a little dated though I am unsure if that matters; mine comes w=
ith recent Ubuntu:=20

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, shar=
ing)

On Sun, May 26, 2024 at 2:00=E2=80=AFPM robertlazarski <robertlazarski@gmai=
l.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 bra=
nch and I run Ubuntu locally.=20

We are moving to JDK 17 as jakarta requires it and at a glance it compiles =
ok on my local machine but I see the following locations that need compiler=
 section changes.=20

pom.xml ./modules/tool/axis2-aar-maven-plugin/src/it/test1/pom.xml ./module=
s/tool/axis2-java2w
sdl-maven-plugin/target/it/test1/pom.xml ./modules/tool/axis2-java2wsdl-mav=
en-plugin/src/it/test1/pom.xml

On Sun, May 26, 2024 at 1:56=E2=80=AFPM Amit Patil <amitpatil12.ap67@gmail.=
com> wrote:

By using this=C2=A0mvn -Dmaven.test.skip.exec clean install=C2=A0I am facin=
g an issue with=C2=A0
java.lang.NullPointerException: Cannot invoke "org.slf4j.Logger.error(Strin=
g, java.lang.Throwable)" because "logger" is null

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

Is this because of some configuration issue in my local machine? Because I =
can see that the build is passed in git.=C2=A0
On Mon, 27 May 2024 at 05:02, Amit Patil <[email protected]> wrote=
:

Shoule source and target in parent pom.xml be 17?

=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 <configuration>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 <sour=
ce>1.8</source>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 <targ=
et>1.8</target>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 </configuration>

On Mon, 27 May 2024 at 04:45, robertlazarski <[email protected]> wro=
te:

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:=C2=A0
mvn -B -e -Papache-release -Dgpg.skip=3Dtrue verify
https://github.com/apache/axis-axis2-java-core/actions/runs/9235500518/job/=
25410379970=20
On Sun, May 26, 2024 at 12:55=E2=80=AFPM Amit Patil <amitpatil12.ap67@gmail=
.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]> wro=
te:

You need to compile with JDK 17.=20

On Sun, May 26, 2024 at 12:50=E2=80=AFPM Amit Patil <amitpatil12.ap67@gmail=
.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? and
I am getting the following error while building.=C2=A0

[ERROR] Errors:=20
[ERROR] =C2=A0 ServiceClientTest.testWSDLWithImportsFromZIP:50 =C2=BB Acces=
sControl access denied ("java.io.FilePermission" "jar:file:\C:\Users\apatil=
56\Downloads\axis-axis2-java-core-master\axis-axis2-java-core-master\module=
s\kernel\target\test-zip.zip!\test.wsdl" "read")
[ERROR] =C2=A0 URIResolverTest.testResolveEntity:33 =C2=BB AccessControl ac=
cess denied ("java.io.FilePermission" "http:\www.test.org\schema.xsd" "read=
")
[ERROR] =C2=A0 WSDLLocatorTest.testGetInputSource:33 =C2=BB AccessControl a=
ccess denied ("java.io.FilePermission" "http:\www.test.org\schema.xsd" "rea=
d")
[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.27=
1 s]


This is because of Java Security Manager blocking access to certain resourc=
es (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


Thanks,
Amit Patil
On Mon, 27 May 2024 at 03:39, robertlazarski <[email protected]> wro=
te:

The license is open source via the Apache license at all times - the only d=
ifference with an official release of 1.8.3 is binaries that can be loaded =
via Maven and direct links.=20

On Sun, May 26, 2024 at 12:06=E2=80=AFPM robertlazarski <robertlazarski@gma=
il.com> wrote:

This is the repo - only missing feature is OSGI as it may get dropped if we=
 don't get a volunteer.=20

Beyond that, the only expected difference is httpclient4 instead of httpcli=
ent5 ... which is going to be more stable for the next month or two.=20

https://github.com/apache/axis-axis2-java-core
On Sun, May 26, 2024 at 11:52=E2=80=AFAM Amit Patil <amitpatil12.ap67@gmail=
.com> wrote:

Hi,Thank you so much for the response. Can you please provide me with the l=
ink 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=C2=A0which has not been rele=
ased yet with=C2=A0a licence. Although=C2=A0it will be good for testing for=
 now and communicating with the customer for future=C2=A0roadmap.=C2=A0
Also is there any other workaround for this?=C2=A0

Thanks for the=C2=A0help,
Amit Patil
On Mon, 27 May 2024 at 03:06, robertlazarski <[email protected]> wro=
te:

Tomcat 10 supports axis2 via the legacyAppBase folder - see the Tomcat 10 d=
ocs for details.=20

Axis 1.8.3 will support jakarta and the only thing holding up the release i=
s httpclient5 which isn't related to jakarta at all ... you can check out t=
he Axis2 github repo and compile from source now if you are so inclined.=20

The httpclient5 upgrade ended up being harder than expected due to some Axi=
s2 quirks that goes deep into the architecture and the classic API changing=
 more that it would appear.=20

Nevertheless, progress continues.=20

On Sun, May 26, 2024 at 11:21=E2=80=AFAM Amit Patil <amitpatil12.ap67@gmail=
.com> wrote:

Hello,=C2=A0
I am a software developer in a MNC working on developing web applications i=
n java. Currently I am in the middle of a task of migrating my code from ja=
vax to jakarta because we are upgrading to tomcat 10. We use=C2=A0axis2 1.8=
.2=C2=A0in our code which consists of some javax jars and code snippets wit=
h javax use in it.=C2=A0
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?=
=C2=A0
Can you please guide me what I should do in this situation?


Kind regards,
Amit Patil













 =20
------=_Part_459268_631383862.1719805244922
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<html><head></head><body><div class=3D"ydp2e1d458byahoo-style-wrap" style=
=3D"font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px=
;"><div></div>
        <div dir=3D"ltr" data-setdir=3D"false">Is axis 1.8.3 ( which is exp=
ected to supports Java 17 and Jakarta) &nbsp;going to be released soon?</di=
v><div dir=3D"ltr" data-setdir=3D"false"><br></div><div dir=3D"ltr" data-se=
tdir=3D"false">I appreciate your support since we are migrating to EAP 8 an=
d Java 17 and getting some runtime errors with Axis 2 1.8.2.</div><div dir=
=3D"ltr" data-setdir=3D"false"><br></div><div dir=3D"ltr" data-setdir=3D"fa=
lse"><br></div><div dir=3D"ltr" data-setdir=3D"false"><br></div>
       =20
        </div><div id=3D"ydp2377538ayahoo_quoted_0532555314" class=3D"ydp23=
77538ayahoo_quoted">
            <div style=3D"font-family:'Helvetica Neue', Helvetica, Arial, s=
ans-serif;font-size:13px;color:#26282a;">
               =20
                <div>
                        On Sunday, May 26, 2024 at 08:22:57 PM EDT, robertl=
azarski &lt;[email protected]&gt; wrote:
                    </div>
                    <div><br></div>
                    <div><br></div>
               =20
               =20
                <div><div id=3D"ydp2377538ayiv7165615386"><div><div dir=3D"=
ltr">Might want to use openjdk. <br clear=3D"none"></div><br clear=3D"none"=
><div id=3D"ydp2377538ayiv7165615386yqt39932" class=3D"ydp2377538ayiv716561=
5386yqt5703695137"><div class=3D"ydp2377538ayiv7165615386gmail_quote"><div =
dir=3D"ltr" class=3D"ydp2377538ayiv7165615386gmail_attr">On Sun, May 26, 20=
24 at 2:14=E2=80=AFPM Amit Patil &lt;<a shape=3D"rect" href=3D"mailto:amitp=
[email protected]" rel=3D"nofollow" target=3D"_blank">amitpatil12.ap67@=
gmail.com</a>&gt; wrote:<br clear=3D"none"></div><blockquote style=3D"margi=
n:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex=
;" class=3D"ydp2377538ayiv7165615386gmail_quote"><div dir=3D"ltr">Okay, I w=
ill also try with the latest&nbsp;version of jdk and try to compile.</div><=
br clear=3D"none"><div class=3D"ydp2377538ayiv7165615386gmail_quote"><div d=
ir=3D"ltr" class=3D"ydp2377538ayiv7165615386gmail_attr">On Mon, 27 May 2024=
 at 05:42, robertlazarski &lt;<a shape=3D"rect" href=3D"mailto:robertlazars=
[email protected]" rel=3D"nofollow" target=3D"_blank">[email protected]</=
a>&gt; wrote:<br clear=3D"none"></div><blockquote style=3D"margin:0px 0px 0=
px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex;" class=3D=
"ydp2377538ayiv7165615386gmail_quote"><div dir=3D"ltr"><div>Your JDK is a l=
ittle dated though I am unsure if that matters; mine comes with recent Ubun=
tu: <br clear=3D"none"></div><div><br clear=3D"none"></div><div><span style=
=3D"font-family:monospace;"><span style=3D"color:rgb(0,0,0);background-colo=
r:rgb(255,255,255);">openjdk version "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 class=3D"ydp2377538ayiv7165615386gmail_quote"><div dir=3D"ltr" cl=
ass=3D"ydp2377538ayiv7165615386gmail_attr">On Sun, May 26, 2024 at 2:00=E2=
=80=AFPM robertlazarski &lt;<a shape=3D"rect" href=3D"mailto:robertlazarski=
@gmail.com" rel=3D"nofollow" target=3D"_blank">[email protected]</a>=
&gt; 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;" class=3D"y=
dp2377538ayiv7165615386gmail_quote"><div dir=3D"ltr"><div>No idea, I am not=
 seeing these issues anywhere else - locally, on GitHub - however I don't d=
oubt there is a problem as this is the unstable master branch and I run Ubu=
ntu locally. <br clear=3D"none"></div><div><br clear=3D"none"></div><div>We=
 are moving to JDK 17 as jakarta requires it and at a glance it compiles ok=
 on my local machine but I see the following locations that need compiler s=
ection changes. <br clear=3D"none"></div><div><br clear=3D"none"></div><div=
><span style=3D"font-family:monospace;"><span style=3D"color:rgb(0,0,0);bac=
kground-color:rgb(255,255,255);">pom.xml ./modules/tool/axis2-aar-maven-plu=
gin/src/it/test1/pom.xml ./modules/tool/axis2-java2w</span><br clear=3D"non=
e">sdl-maven-plugin/target/it/test1/pom.xml ./modules/tool/axis2-java2wsdl-=
maven-plugin/src/it/test1/pom.xml<br clear=3D"none"></span></div></div><br =
clear=3D"none"><div class=3D"ydp2377538ayiv7165615386gmail_quote"><div dir=
=3D"ltr" class=3D"ydp2377538ayiv7165615386gmail_attr">On Sun, May 26, 2024 =
at 1:56=E2=80=AFPM Amit Patil &lt;<a shape=3D"rect" href=3D"mailto:amitpati=
[email protected]" rel=3D"nofollow" target=3D"_blank">amitpatil12.ap67@gma=
il.com</a>&gt; wrote:<br clear=3D"none"></div><blockquote style=3D"margin:0=
px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex;" =
class=3D"ydp2377538ayiv7165615386gmail_quote"><div dir=3D"ltr">By using thi=
s&nbsp;

<span style=3D"color:rgb(0,0,0);font-family:monospace;">mvn -Dmaven.test.sk=
ip.exec clean install&nbsp;</span>I am facing an issue with&nbsp;<blockquot=
e style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);=
padding-left:1ex;" class=3D"ydp2377538ayiv7165615386gmail_quote">java.lang.=
NullPointerException: Cannot invoke "org.slf4j.Logger.error(String, java.la=
ng.Throwable)" because "logger" is null</blockquote><div><br clear=3D"none"=
>And by using this&nbsp; mvn -B -e -Papache-release -Dgpg.skip=3Dtrue verif=
y I am facing the same issue as before with the access issue.&nbsp;<br clea=
r=3D"none"><br clear=3D"none">Is this because of some configuration issue i=
n my local machine? Because I can see that the build is passed in git.&nbsp=
;</div></div><br clear=3D"none"><div class=3D"ydp2377538ayiv7165615386gmail=
_quote"><div dir=3D"ltr" class=3D"ydp2377538ayiv7165615386gmail_attr">On Mo=
n, 27 May 2024 at 05:02, Amit Patil &lt;<a shape=3D"rect" href=3D"mailto:am=
[email protected]" rel=3D"nofollow" target=3D"_blank">amitpatil12.ap=
[email protected]</a>&gt; wrote:<br clear=3D"none"></div><blockquote style=3D"ma=
rgin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:=
1ex;" class=3D"ydp2377538ayiv7165615386gmail_quote"><div dir=3D"ltr">Shoule=
 source and target in parent pom.xml be 17?<br clear=3D"none"><br clear=3D"=
none">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;configura=
tion&gt;<br clear=3D"none">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=
 &nbsp; &nbsp; &nbsp; &lt;source&gt;1.8&lt;/source&gt;<br clear=3D"none">&n=
bsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tar=
get&gt;1.8&lt;/target&gt;<br clear=3D"none">&nbsp; &nbsp; &nbsp; &nbsp; &nb=
sp; &nbsp; &nbsp; &nbsp; &lt;/configuration&gt;<br clear=3D"none"></div><br=
 clear=3D"none"><div class=3D"ydp2377538ayiv7165615386gmail_quote"><div dir=
=3D"ltr" class=3D"ydp2377538ayiv7165615386gmail_attr">On Mon, 27 May 2024 a=
t 04:45, robertlazarski &lt;<a shape=3D"rect" href=3D"mailto:robertlazarski=
@gmail.com" rel=3D"nofollow" target=3D"_blank">[email protected]</a>=
&gt; 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;" class=3D"y=
dp2377538ayiv7165615386gmail_quote"><div dir=3D"ltr"><div>Hmm, "<span style=
=3D"font-family:monospace;"><span style=3D"color:rgb(0,0,0);background-colo=
r:rgb(255,255,255);">mvn -Dmaven.test.skip.exec clean install</span></span>=
" should work however if not then I suggest trying the command used to buil=
d with GitHub Actions:&nbsp;</div><div><br clear=3D"none"></div><div><span>=
<span>mvn -B -e -Papache-release -Dgpg.skip=3Dtrue verify</span></span></di=
v><div><span><span><br clear=3D"none"></span></span></div><div><a shape=3D"=
rect" href=3D"https://github.com/apache/axis-axis2-java-core/actions/runs/9=
235500518/job/25410379970" rel=3D"nofollow" target=3D"_blank">https://githu=
b.com/apache/axis-axis2-java-core/actions/runs/9235500518/job/25410379970</=
a> </div></div><br clear=3D"none"><div class=3D"ydp2377538ayiv7165615386gma=
il_quote"><div dir=3D"ltr" class=3D"ydp2377538ayiv7165615386gmail_attr">On =
Sun, May 26, 2024 at 12:55=E2=80=AFPM Amit Patil &lt;<a shape=3D"rect" href=
=3D"mailto:[email protected]" rel=3D"nofollow" target=3D"_blank">a=
[email protected]</a>&gt; 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;" class=3D"ydp2377538ayiv7165615386gmail_quote"><div dir=
=3D"ltr">Yes I am using jdk 17.<br clear=3D"none">permission java.io.FilePe=
rmission "C:\\Program Files\\Eclipse Adoptium\\jdk-17.0.3.7-hotspot", "read=
,readlink";<br clear=3D"none"></div><br clear=3D"none"><div class=3D"ydp237=
7538ayiv7165615386gmail_quote"><div dir=3D"ltr" class=3D"ydp2377538ayiv7165=
615386gmail_attr">On Mon, 27 May 2024 at 04:23, robertlazarski &lt;<a shape=
=3D"rect" href=3D"mailto:[email protected]" rel=3D"nofollow" target=
=3D"_blank">[email protected]</a>&gt; 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;" class=3D"ydp2377538ayiv7165615386gmail_quote"=
><div dir=3D"ltr">You need to compile with JDK 17. <br clear=3D"none"></div=
><br clear=3D"none"><div class=3D"ydp2377538ayiv7165615386gmail_quote"><div=
 dir=3D"ltr" class=3D"ydp2377538ayiv7165615386gmail_attr">On Sun, May 26, 2=
024 at 12:50=E2=80=AFPM Amit Patil &lt;<a shape=3D"rect" href=3D"mailto:ami=
[email protected]" rel=3D"nofollow" target=3D"_blank">amitpatil12.ap6=
[email protected]</a>&gt; wrote:<br clear=3D"none"></div><blockquote style=3D"mar=
gin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1=
ex;" class=3D"ydp2377538ayiv7165615386gmail_quote"><div dir=3D"ltr">Thanks =
for the clarification,<br clear=3D"none"><div>Can you please confirm a coup=
le of things, Can I officially take the master branch of the axis2 reposito=
ry and compile it to use in my code? and<br clear=3D"none">I am getting the=
 following error while building.&nbsp;<br clear=3D"none"><blockquote style=
=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding=
-left:1ex;" class=3D"ydp2377538ayiv7165615386gmail_quote">[ERROR] Errors: <=
br clear=3D"none">[ERROR] &nbsp; ServiceClientTest.testWSDLWithImportsFromZ=
IP:50 =C2=BB AccessControl access denied ("java.io.FilePermission" "jar:fil=
e:\C:\Users\apatil56\Downloads\axis-axis2-java-core-master\axis-axis2-java-=
core-master\modules\kernel\target\test-zip.zip!\test.wsdl" "read")<br clear=
=3D"none">[ERROR] &nbsp; URIResolverTest.testResolveEntity:33 =C2=BB Access=
Control access denied ("java.io.FilePermission" "http:\<a shape=3D"rect" hr=
ef=3D"http://www.test.org" rel=3D"nofollow" target=3D"_blank">www.test.org<=
/a>\schema.xsd" "read")<br clear=3D"none">[ERROR] &nbsp; WSDLLocatorTest.te=
stGetInputSource:33 =C2=BB AccessControl access denied ("java.io.FilePermis=
sion" "http:\<a shape=3D"rect" href=3D"http://www.test.org" rel=3D"nofollow=
" target=3D"_blank">www.test.org</a>\schema.xsd" "read")<br clear=3D"none">=
[INFO]<br clear=3D"none">[ERROR] Tests run: 380, Failures: 0, Errors: 3, Sk=
ipped: 0<br clear=3D"none">[INFO]<br clear=3D"none">[INFO] ----------------=
--------------------------------------------------------<br clear=3D"none">=
[INFO] Reactor Summary for Apache 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 because of Java Security Manager blocking acces=
s to certain resources (files and URLs) required by the tests. I will try t=
o solve this but can you tell if I am missing anything here?&nbsp;<br clear=
=3D"none"><br clear=3D"none"><br clear=3D"none">Thanks,<br clear=3D"none">A=
mit Patil</div></div></div><br clear=3D"none"><div class=3D"ydp2377538ayiv7=
165615386gmail_quote"><div dir=3D"ltr" class=3D"ydp2377538ayiv7165615386gma=
il_attr">On Mon, 27 May 2024 at 03:39, robertlazarski &lt;<a shape=3D"rect"=
 href=3D"mailto:[email protected]" rel=3D"nofollow" target=3D"_blank=
">[email protected]</a>&gt; 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;" class=3D"ydp2377538ayiv7165615386gmail_quote"><div dir=
=3D"ltr">The license is open source via the Apache license at all times - t=
he only difference with an official release of 1.8.3 is binaries that can b=
e loaded via Maven and direct links. <br clear=3D"none"></div><br clear=3D"=
none"><div class=3D"ydp2377538ayiv7165615386gmail_quote"><div dir=3D"ltr" c=
lass=3D"ydp2377538ayiv7165615386gmail_attr">On Sun, May 26, 2024 at 12:06=
=E2=80=AFPM robertlazarski &lt;<a shape=3D"rect" href=3D"mailto:robertlazar=
[email protected]" rel=3D"nofollow" target=3D"_blank">[email protected]<=
/a>&gt; 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;" class=
=3D"ydp2377538ayiv7165615386gmail_quote"><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>Bey=
ond that, the only expected difference is httpclient4 instead of httpclient=
5 ... which is going to be more stable for the next month or two. <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"nofollow" target=
=3D"_blank">https://github.com/apache/axis-axis2-java-core</a></div></div><=
br clear=3D"none"><div class=3D"ydp2377538ayiv7165615386gmail_quote"><div d=
ir=3D"ltr" class=3D"ydp2377538ayiv7165615386gmail_attr">On Sun, May 26, 202=
4 at 11:52=E2=80=AFAM Amit Patil &lt;<a shape=3D"rect" href=3D"mailto:amitp=
[email protected]" rel=3D"nofollow" target=3D"_blank">amitpatil12.ap67@=
gmail.com</a>&gt; wrote:<br clear=3D"none"></div><blockquote style=3D"margi=
n:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex=
;" class=3D"ydp2377538ayiv7165615386gmail_quote"><div dir=3D"ltr">Hi,<div>T=
hank 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. Bu=
t we are not authorized to use the product&nbsp;which has not been released=
 yet with&nbsp;a licence. Although&nbsp;it will be good for testing for now=
 and communicating with the customer for future&nbsp;roadmap.&nbsp;<br clea=
r=3D"none">Also is there any other workaround for this?&nbsp;<br clear=3D"n=
one"><br clear=3D"none">Thanks for the&nbsp;help,<br clear=3D"none">Amit Pa=
til</div></div><br clear=3D"none"><div class=3D"ydp2377538ayiv7165615386gma=
il_quote"><div dir=3D"ltr" class=3D"ydp2377538ayiv7165615386gmail_attr">On =
Mon, 27 May 2024 at 03:06, robertlazarski &lt;<a shape=3D"rect" href=3D"mai=
lto:[email protected]" rel=3D"nofollow" target=3D"_blank">robertlaza=
[email protected]</a>&gt; wrote:<br clear=3D"none"></div><blockquote style=3D"=
margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-lef=
t:1ex;" class=3D"ydp2377538ayiv7165615386gmail_quote"><div dir=3D"ltr"><div=
>Tomcat 10 supports axis2 via the <span style=3D"font-family:monospace;"><s=
pan style=3D"color:rgb(0,0,0);background-color:rgb(255,255,255);">legacyApp=
Base folder - see the Tomcat 10 docs for details. <br clear=3D"none"></span=
></span></div><div><span style=3D"font-family:monospace;"><span style=3D"co=
lor:rgb(0,0,0);background-color:rgb(255,255,255);"><br clear=3D"none"></spa=
n></span></div><div><span style=3D"font-family:monospace;"><span style=3D"c=
olor:rgb(0,0,0);background-color:rgb(255,255,255);">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 an=
d 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"co=
lor:rgb(0,0,0);background-color:rgb(255,255,255);"><br clear=3D"none"></spa=
n></span></div><div><span style=3D"font-family:monospace;"><span style=3D"c=
olor:rgb(0,0,0);background-color:rgb(255,255,255);">The httpclient5 upgrade=
 ended up being harder than expected due to some Axis2 quirks that goes dee=
p into the architecture and the classic API changing more that it would app=
ear. <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,2=
55);"><br clear=3D"none"></span></span></div><div><span style=3D"font-famil=
y:monospace;"><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,=
255);">Nevertheless, progress continues. <br clear=3D"none"></span></span><=
/div><div><span style=3D"font-family:monospace;"></span></div></div><br cle=
ar=3D"none"><div class=3D"ydp2377538ayiv7165615386gmail_quote"><div dir=3D"=
ltr" class=3D"ydp2377538ayiv7165615386gmail_attr">On Sun, May 26, 2024 at 1=
1:21=E2=80=AFAM Amit Patil &lt;<a shape=3D"rect" href=3D"mailto:amitpatil12=
[email protected]" rel=3D"nofollow" target=3D"_blank">amitpatil12.ap67@gmail.=
com</a>&gt; 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;" cla=
ss=3D"ydp2377538ayiv7165615386gmail_quote"><div dir=3D"ltr">Hello,&nbsp;<br=
 clear=3D"none"><div>I am a software developer in a MNC working on developi=
ng web applications in java. Currently I am in the middle of a task of migr=
ating my code from javax to jakarta because we are upgrading to tomcat 10. =
We use&nbsp;<b>axis2 1.8.2&nbsp;</b>in our code which consists of some java=
x jars and code snippets with javax use in it.&nbsp;<br clear=3D"none">I wa=
nt 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?&nbs=
p;<br clear=3D"none">Can you please guide me what I should do in this situa=
tion?<br clear=3D"none"><br clear=3D"none"><br clear=3D"none">Kind regards,=
<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></body></html>
------=_Part_459268_631383862.1719805244922--