You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "cstamas (via GitHub)" <gi...@apache.org> on 2023/03/22 08:18:22 UTC

[GitHub] [maven-resolver] cstamas commented on pull request #271: [MRESOLVER-345] BD and DF collect differences with ranges

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)


-- 
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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org