Re: No version 2.0.0 for axis2-jaxbri ?
robertlazarski <[email protected]> Tue, 8 Jul 2025 06:56:53 -1000
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <CABpPLBW9sWvQ+KsW7aeZRoQaWmEqcWi81P3N2-oBXNL_fUWWnw@mail.gmail.com> |
--000000000000af5b7c06396dd977 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I just reviewed the git history, and best I can tell these commits below - see the partial commit message on the second commit - explains what happened. In summary, jaxbri is only used in codegen and it is not a runtime dependency. commit cb699dc816645d4080ed018f326be466f8b524fa Author: Andreas Veithen <[email protected]> Date: Sat Dec 23 08:45:39 2017 +0000 axis2-jaxbri is only used at build time during codegen. Remove from runtime depen dencies. commit 6008edf5df90b2bf1a097ed1f107b26a8a34af84 Author: Andreas Veithen <[email protected]> Date: Sat Dec 23 22:53:43 2017 +0000 Cleanly separate data binding support classes from code generation logic. diff --git a/apidocs/pom.xml b/apidocs/pom.xml index 6094ff78e4..1cee289c9e 100644 --- a/apidocs/pom.xml +++ b/apidocs/pom.xml @@ -71,7 +71,7 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>axis2-jaxbri</artifactId> + <artifactId>axis2-jaxbri-codegen</artifactId> On Tue, Jul 8, 2025 at 6:37=E2=80=AFAM Leonel Gayard <[email protected]= lid> wrote: > Ah, so are axis2-jaxbri-codegen and axis2-jaxbri the same artifact? > > I was under the impression that the former was for codegen (obviously), > while the latter was a runtime dependency. I guess that's not the case, > then. > > > Leonel Gayard > > Software Engineer > > Sorocaba, SP, Brazil > > Brex.com <http://brex.com/> > > > > On Tue, Jul 8, 2025 at 12:43=E2=80=AFPM robertlazarski <robertlazarski@gm= ail.com> > wrote: > >> Looks like it got renamed at some point, we still distribute it. >> >> https://mvnrepository.com/artifact/org.apache.axis2/axis2-jaxbri-codegen >> >> On Tue, Jul 8, 2025 at 3:38=E2=80=AFAM Leonel Gayard <[email protected]= nvalid> >> wrote: >> >>> I can't find version 2.0.0 for axis2-jaxbri in Maven repos [1]; nor >>> version 1.8.2. >>> >>> Is this artifact stuck at 1.7.9? >>> >>> [1]: >>> https://central.sonatype.com/artifact/org.apache.axis2/axis2-jaxbri/ver= sions >>> >>> Leonel Gayard >>> >>> Software Engineer >>> >>> Sorocaba, SP, Brazil >>> >>> Brex.com <http://brex.com/> >>> >>> --000000000000af5b7c06396dd977 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div>I just reviewed the git history, and best I can tell = these=C2=A0commits below - see the partial commit message on the second com= mit - explains what happened.=C2=A0</div><div><br></div><div>In summary, ja= xbri is only used in codegen and it is not a runtime dependency.=C2=A0</div= ><div><br></div><div><span style=3D"font-family:monospace"><span style=3D"c= olor:rgb(178,104,24);background-color:rgb(255,255,255)">commit cb699dc81664= 5d4080ed018f326be466f8b524fa</span><span style=3D"color:rgb(0,0,0);backgrou= nd-color:rgb(255,255,255)"> </span><br>Author: Andreas Veithen <<a href=3D"mailto:[email protected]= ">[email protected]</a>> <br>Date: =C2=A0=C2=A0Sat Dec 23 08:45:39 2017 +0000 <br> <br> =C2=A0=C2=A0=C2=A0axis2-<span style=3D"color:rgb(255,255,255);backgrou= nd-color:rgb(0,0,0)">jaxbri</span><span style=3D"color:rgb(0,0,0);backgroun= d-color:rgb(255,255,255)"> is only used at build time during codegen. Remov= e from runtime depen</span><br>dencies.<br></span><br></div><div><span styl= e=3D"font-family:monospace"><span style=3D"color:rgb(178,104,24);background= -color:rgb(255,255,255)">commit 6008edf5df90b2bf1a097ed1f107b26a8a34af84</s= pan><span style=3D"color:rgb(0,0,0);background-color:rgb(255,255,255)"> </span><br>Author: Andreas Veithen <<a href=3D"mailto:[email protected]= ">[email protected]</a>> <br>Date: =C2=A0=C2=A0Sat Dec 23 22:53:43 2017 +0000 <br> <br> =C2=A0=C2=A0=C2=A0Cleanly separate data binding support classes from c= ode generation logic. <br> <br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-color:rgb(2= 55,255,255)">diff --git a/apidocs/pom.xml b/apidocs/pom.xml</span><span sty= le=3D"color:rgb(0,0,0);background-color:rgb(255,255,255)"> </span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo= r:rgb(255,255,255)">index 6094ff78e4..1cee289c9e 100644</span><span style= =3D"color:rgb(0,0,0);background-color:rgb(255,255,255)"> </span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo= r:rgb(255,255,255)">--- a/apidocs/pom.xml</span><span style=3D"color:rgb(0,= 0,0);background-color:rgb(255,255,255)"> </span><br><span style=3D"font-weight:bold;color:rgb(0,0,0);background-colo= r:rgb(255,255,255)">+++ b/apidocs/pom.xml</span><span style=3D"color:rgb(0,= 0,0);background-color:rgb(255,255,255)"> </span><br><span style=3D"color:rgb(24,178,178);background-color:rgb(255,25= 5,255)">@@ -71,7 +71,7 @@</span><span style=3D"color:rgb(0,0,0);background-= color:rgb(255,255,255)"> </span><br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0</dependency= > <br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<dependency> <br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0<groupId>${project.groupId}</groupId> <br><span style=3D"color:rgb(178,24,24);background-color:rgb(255,255,255)">= - =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0<art= ifactId>axis2-jaxbri</artifactId></span><span style=3D"color:rgb(0= ,0,0);background-color:rgb(255,255,255)"> </span><br><span style=3D"color:rgb(24,178,24);background-color:rgb(255,255= ,255)">+ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= <artifactId>axis2-jaxbri-codegen</artifactId></span><br></span>= <br></div></div><br><div class=3D"gmail_quote gmail_quote_container"><div d= ir=3D"ltr" class=3D"gmail_attr">On Tue, Jul 8, 2025 at 6:37=E2=80=AFAM Leon= el Gayard <[email protected]> wrote:<br></div><blockquote clas= s=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid r= gb(204,204,204);padding-left:1ex"><div dir=3D"ltr"><div>Ah, so are axis2-ja= xbri-codegen and axis2-jaxbri the same artifact?<br><br>I was under the imp= ression that the former was for codegen (obviously), while the latter was a= runtime dependency. I guess that's not the case, then.<br><br><br></di= v><div><div dir=3D"ltr" class=3D"gmail_signature"><div dir=3D"ltr"><span><p= dir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><s= pan style=3D"font-size:10pt;font-family:Inter,sans-serif;color:rgb(34,34,34= );background-color:transparent;vertical-align:baseline;white-space:pre-wrap= ">Leonel Gayard</span></p><p dir=3D"ltr" style=3D"line-height:1.38;margin-t= op:0pt;margin-bottom:0pt"><span style=3D"font-size:10pt;font-family:Inter,s= ans-serif;color:rgb(34,34,34);background-color:transparent;font-weight:700;= vertical-align:baseline;white-space:pre-wrap">Software Engineer</span><span= style=3D"font-size:10pt;font-family:Inter,sans-serif;color:rgb(34,34,34);b= ackground-color:transparent;vertical-align:baseline;white-space:pre-wrap"><= br><br></span></p><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;m= argin-bottom:0pt"><span style=3D"font-size:10pt;font-family:Inter,sans-seri= f;color:rgb(244,106,53);background-color:transparent;vertical-align:baselin= e;white-space:pre-wrap"><span style=3D"border:medium;display:inline-block;o= verflow:hidden;width:77px;height:20px"><img src=3D"https://lh6.googleuserco= ntent.com/5WwKNfd034iIQvdeks662aJN52yoFhr_Bb2MjneYjBfPI_pPHiYVH8wwnFV4NV6wS= 9IOuUKTVCnWmCquIW_bkEmO9vn-_agPWYKwsjwDLoqAXH32nBqvVFw3PqBvzLeCkEpg1aqV" wi= dth=3D"77" height=3D"20" style=3D"margin-left: 0px; margin-top: 0px;"></spa= n></span></p><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin= -bottom:0pt"><span style=3D"font-size:10pt;font-family:Inter,sans-serif;col= or:rgb(34,34,34);background-color:transparent;vertical-align:baseline;white= -space:pre-wrap">Sorocaba, SP, Brazil</span></p><p dir=3D"ltr" style=3D"lin= e-height:1.38;margin-top:0pt;margin-bottom:0pt"><a href=3D"http://brex.com/= " target=3D"_blank"><span style=3D"font-size:10pt;font-family:Inter,sans-se= rif;color:rgb(244,106,53);background-color:transparent;vertical-align:basel= ine;white-space:pre-wrap">Brex.com</span></a></p><div><br></div></span></di= v></div></div><br></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" cla= ss=3D"gmail_attr">On Tue, Jul 8, 2025 at 12:43=E2=80=AFPM robertlazarski &l= t;<a href=3D"mailto:[email protected]" target=3D"_blank">robertlazar= [email protected]</a>> wrote:<br></div><blockquote class=3D"gmail_quote" sty= le=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);paddi= ng-left:1ex"><div dir=3D"ltr"><div>Looks like it got renamed at some point,= we still distribute it.=C2=A0</div><div><br></div><div><a href=3D"https://= mvnrepository.com/artifact/org.apache.axis2/axis2-jaxbri-codegen" target=3D= "_blank">https://mvnrepository.com/artifact/org.apache.axis2/axis2-jaxbri-c= odegen</a></div></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class= =3D"gmail_attr">On Tue, Jul 8, 2025 at 3:38=E2=80=AFAM Leonel Gayard <lg= [email protected]> wrote:<br></div><blockquote class=3D"gmail_quote= " style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);= padding-left:1ex"><div dir=3D"ltr"><div><div>I can't find version 2.0.0= for axis2-jaxbri in Maven repos [1]; nor version 1.8.2.</div><div><br></di= v><div>Is this artifact stuck at 1.7.9?</div><div><br></div><div>=C2=A0 [1]= :=C2=A0<a href=3D"https://central.sonatype.com/artifact/org.apache.axis2/ax= is2-jaxbri/versions" target=3D"_blank">https://central.sonatype.com/artifac= t/org.apache.axis2/axis2-jaxbri/versions</a></div><div><br></div></div><div= ><div dir=3D"ltr" class=3D"gmail_signature"><div dir=3D"ltr"><span><p dir= =3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span = style=3D"font-size:10pt;font-family:Inter,sans-serif;color:rgb(34,34,34);ba= ckground-color:transparent;vertical-align:baseline;white-space:pre-wrap">Le= onel Gayard</span></p><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0= pt;margin-bottom:0pt"><span style=3D"font-size:10pt;font-family:Inter,sans-= serif;color:rgb(34,34,34);background-color:transparent;font-weight:700;vert= ical-align:baseline;white-space:pre-wrap">Software Engineer</span><span sty= le=3D"font-size:10pt;font-family:Inter,sans-serif;color:rgb(34,34,34);backg= round-color:transparent;vertical-align:baseline;white-space:pre-wrap"><br><= br></span></p><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margi= n-bottom:0pt"><span style=3D"font-size:10pt;font-family:Inter,sans-serif;co= lor:rgb(244,106,53);background-color:transparent;vertical-align:baseline;wh= ite-space:pre-wrap"><span style=3D"border:medium;display:inline-block;overf= low:hidden;width:77px;height:20px"><img src=3D"https://lh6.googleuserconten= t.com/5WwKNfd034iIQvdeks662aJN52yoFhr_Bb2MjneYjBfPI_pPHiYVH8wwnFV4NV6wS9IOu= UKTVCnWmCquIW_bkEmO9vn-_agPWYKwsjwDLoqAXH32nBqvVFw3PqBvzLeCkEpg1aqV" width= =3D"77" height=3D"20" style=3D"margin-left: 0px; margin-top: 0px;"></span><= /span></p><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-bo= ttom:0pt"><span style=3D"font-size:10pt;font-family:Inter,sans-serif;color:= rgb(34,34,34);background-color:transparent;vertical-align:baseline;white-sp= ace:pre-wrap">Sorocaba, SP, Brazil</span></p><p dir=3D"ltr" style=3D"line-h= eight:1.38;margin-top:0pt;margin-bottom:0pt"><a href=3D"http://brex.com/" t= arget=3D"_blank"><span style=3D"font-size:10pt;font-family:Inter,sans-serif= ;color:rgb(244,106,53);background-color:transparent;vertical-align:baseline= ;white-space:pre-wrap">Brex.com</span></a></p><div><br></div></span></div><= /div></div></div> </blockquote></div> </blockquote></div> </blockquote></div> --000000000000af5b7c06396dd977--