Re: [CANCELED][VOTE] Release Apache Maven 3.9.4

2023-07-29 Thread Gary Gregory
Or a Set. Gary On Sat, Jul 29, 2023, 11:37 AM Gary Gregory wrote: > Sounds like a Java Map implementation is used that does not preserve > insertion order. > > Gary > > > On Sat, Jul 29, 2023, 11:03 AM Tamás Cservenák > wrote: > >> Yes, you are right. >> >> Seems only the /META-INF/MANIFEST.MF

Re: [CANCELED][VOTE] Release Apache Maven 3.9.4

2023-07-29 Thread Gary Gregory
Sounds like a Java Map implementation is used that does not preserve insertion order. Gary On Sat, Jul 29, 2023, 11:03 AM Tamás Cservenák wrote: > Yes, you are right. > > Seems only the /META-INF/MANIFEST.MF differs, only the Export-Package and > Import-Package entries like their ordering

Re: [CANCELED][VOTE] Release Apache Maven 3.9.4

2023-07-29 Thread Tamás Cservenák
Yes, you are right. Seems only the /META-INF/MANIFEST.MF differs, only the Export-Package and Import-Package entries like their ordering is different? T On Sat, Jul 29, 2023, 15:28 Gary Gregory wrote: > Maybe figuring out the exact difference between the jars will give you a > hint? > >

Re: [CANCELED][VOTE] Release Apache Maven 3.9.4

2023-07-29 Thread Gary Gregory
Maybe figuring out the exact difference between the jars will give you a hint? Gary On Sat, Jul 29, 2023, 9:19 AM Tamás Cservenák wrote: > Sure, > > Will do that, thanks. > > What I don't understand is how I got 2 different jars in the first place, > as i did not release twice (nor build from t

Re: [CANCELED][VOTE] Release Apache Maven 3.9.4

2023-07-29 Thread Tamás Cservenák
Sure, Will do that, thanks. What I don't understand is how I got 2 different jars in the first place, as i did not release twice (nor build from tag two times)... T On Sat, Jul 29, 2023, 11:58 Herve Boutemy wrote: > notice that you don't need to go to 3.9.5: rebuilding 3.9.4 from a clean > lo

Re: [CANCELED][VOTE] Release Apache Maven 3.9.4

2023-07-29 Thread Herve Boutemy
notice that you don't need to go to 3.9.5: rebuilding 3.9.4 from a clean local repository and Git checkout from tag with `mvn -Papache-release deploy` will do the job that has to be re-done Regards, Hervé On 2023/07/29 08:47:48 Tamás Cservenák wrote: > Am cancelling the vote due Herve -1 > >

[CANCELED][VOTE] Release Apache Maven 3.9.4

2023-07-29 Thread Tamás Cservenák
Am cancelling the vote due Herve -1 Will need to figure out how this happened. T

Re: [VOTE] Release Apache Maven 3.9.4

2023-07-29 Thread Herve Boutemy
-1 Reproducible Build not ok: the binary release ships with a lib/maven-resolver-api-1.9.14.jar that is not the same as the reference one published on Maven Central (surprisingly, other resolver jar are ok...) Regards, Hervé On 2023/07/26 10:08:53 Tamás Cservenák wrote: > Howdy, > > We solve

Re: plexus-utils 4.x and Xpp3DomBuilder

2023-07-29 Thread Christoph Läubrich
I tried the same with Tycho and the conclusion was that a maven plugin can currently not upgrade to plexus-xml4 if you still want to support maven 3.x Am 25.07.23 um 20:56 schrieb Slawomir Jaranowski: Hi I'm trying to update plexus-utils 3.5.x to plexus-utils/plexus-xml 4.x in maven-enforcer