Hi Elliotte, Can we target it for next round? I'm not yet sure of the best way to solve it but it looks like it needs more love since all EE specs + microprofile + SPI based loading with a hardocoded default have this issue and I doubt we want to list all spec x impl x vendor + others deps there (would lead to a list >= 100 at minimum for the well known OSS ones). Guess using ClassFile/asm to browse the code and see it is hardcoded can be a bit neater and is very doable even if it requires more effort (this is why I think a 3.10 is not crazy for this feature to be well done).
Romain Manni-Bucau @rmannibucau <https://x.com/rmannibucau> | .NET Blog <https://dotnetbirdie.github.io/> | Blog <https://rmannibucau.github.io/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/en-us/product/java-ee-8-high-performance-9781788473064> Javaccino founder (Java/.NET service - contact via linkedin) Le lun. 29 sept. 2025 à 14:01, Elliotte Rusty Harold <[email protected]> a écrit : > I would really like to get > https://github.com/apache/maven-dependency-plugin/pull/459 in before > the next cut. In itself, it's pretty minor but it points the way > forward for a large number of small in isolation improvements that > together make dependency analysis more accurate and reliable. > > On Mon, Sep 29, 2025 at 6:05 AM Slawomir Jaranowski > <[email protected]> wrote: > > > > Hi, > > > > We solved 74 issues: > > > https://github.com/apache/maven-dependency-plugin/issues?q=is%3Aclosed%20milestone%3A3.9.0 > > > > Changes since the last release: > > > https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.8.1...maven-dependency-plugin-3.9.0 > > > > As we have about 74 solved issues/PRs and 117 commits, some of them can > be > > incorrectly categorized for release notes. > > Please look also at it, if something should be added or removed to > release > > notes. > > > > Staging repo: > > https://repository.apache.org/content/repositories/maven-2325/ > > > https://repository.apache.org/content/repositories/maven-2325/org/apache/maven/plugins/maven-dependency-plugin/3.9.0/maven-dependency-plugin-3.9.0-source-release.zip > > > > Source release checksum(s): > > maven-dependency-plugin-3.9.0-source-release.zip - SHA-512 : > > > c31c0f419274722db071de80832dc7170831d681c0d16c5fa4c9812f9d92934f61c1fe03c04e788e8a8c3dc08417990df929e8dfa8faef7e769359a2906a9b6e > > > > Staging site: > > > https://maven.apache.org/plugins-archives/maven-dependency-plugin-LATEST/ > > > > Guide to testing staged releases: > > https://maven.apache.org/guides/development/guide-testing-releases.html > > > > Vote open for at least 72 hours. > > > > [ ] +1 > > [ ] +0 > > [ ] -1 > > > > -- > > Sławomir Jaranowski > > > > -- > Elliotte Rusty Harold > [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
