Re: How to control ordering of transient dependencies?

2023-08-30 Thread Tamás Cservenák
... and let me preemptively respond about plans, if anyone is interested: Maven 3 is NOT getting these changes. New features for Resolver (we already accumulated quite some, like this above, but also HTTP/2 transport support etc) are planned for the Resolver 2.x line (latest Resolver release is

Re: How to control ordering of transient dependencies?

2023-08-30 Thread Tamás Cservenák
Howdy, Let's put aside discussion about _correctness_ or _righfulness_ of having duplicated classpath entries for start, and talk about classpath ordering only... Also, this below discusses Maven Core ONLY, as there are some plugins out there doing similar things, and Maven Core cannot affect

Re: How to control ordering of transient dependencies?

2023-08-30 Thread Nils Breunese
If you wish to control the version of a transitive dependency, you can specify it in . Nils. > Op 29 aug. 2023 om 19:10 heeft David Karr het > volgende geschreven: > > I support a large number of SpringBoot services built with Maven. > > I recently noticed that one of our transient