[ https://issues.apache.org/jira/browse/MRESOLVER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703537#comment-17703537 ]
ASF GitHub Bot commented on MRESOLVER-345: ------------------------------------------ cstamas commented on PR #271: URL: https://github.com/apache/maven-resolver/pull/271#issuecomment-1479086460 Reason is simple: new BF does this: https://github.com/apache/maven-resolver/blob/master/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector.java#L409-L410 In short: new BF collects versions in reverse order (reverse of the found in metadata, DESC), while DF collects versions by the order in metadata (in both case we assume versions are in ascending order, example https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/maven-metadata.xml) > BF and DF collect differences when ranges are in play > ----------------------------------------------------- > > Key: MRESOLVER-345 > URL: https://issues.apache.org/jira/browse/MRESOLVER-345 > Project: Maven Resolver > Issue Type: Bug > Reporter: Tamas Cservenak > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)