Tamas Cservenak opened MNG-7173 and commented
The MavenResolverModule is broken/incomplete since 3.6.2 (or 3.6.3). But as we have no tests for it, this went completely unnoticed and is seen by downstream clients only.
In maven-resolver-provider we need to:
a) fix the MavenResolverModule, make it complete (related to ModelBuilder deps)
b) add tests to ensure it is "complete"
Note: maven-resolver demo snippets for guice, while used MavenResolverModule, is and never will be in "lockstep", it used 3.5.0 of it, hence, the changes in 3.6.2 were missed by it.
Issue Links:
- MNG-6685 Convert Maven Model Builder to JSR 330
("is caused by")
Remote Links:
Tamas Cservenak opened MNG-7173 and commented
The MavenResolverModule is broken/incomplete since 3.6.2 (or 3.6.3). But as we have no tests for it, this went completely unnoticed and is seen by downstream clients only.
In maven-resolver-provider we need to:
a) fix the MavenResolverModule, make it complete (related to ModelBuilder deps)
b) add tests to ensure it is "complete"
Note: maven-resolver demo snippets for guice, while used MavenResolverModule, is and never will be in "lockstep", it used 3.5.0 of it, hence, the changes in 3.6.2 were missed by it.
Issue Links:
("is caused by")
Remote Links: