slachiewicz commented on issue #808: URL: https://github.com/apache/maven-resolver/issues/808#issuecomment-5485416216
Still valid on current master: both collectors apply the dependency selector before dependency management — DfDependencyCollector.java:188 selects the raw dependency and PremanagedDependency.create follows at :194, with the same ordering in BfDependencyCollector.java:286/294 (root at 200/215). A selector reasoning about managed scope or version therefore sees pre-management state. For the record: PR #145 (2018) was closed unmerged, successor MRESOLVER-235 (#1388) was closed as not planned, and the open PR #1815 (advised/enforced management) does not change this ordering. Keeping open. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
