Skip to content

Commit

Permalink
[MRESOLVER-7] Download POMs in parallel in DF collector (#178)
Browse files Browse the repository at this point in the history
Parallel POM downloading in DF collector.
- only parallelize the VersionRange and ArtifactDesciptor resolution part (poms.xml & maven-metadata.xml downloading in parallel) as the poms downloading or maven-metadata.xml is the most slow part.
- Pure dependency resolution logic and the [skip logic](#158) are still run in sequence.

---

https://issues.apache.org/jira/browse/MRESOLVER-7
  • Loading branch information
caiwei-ebay committed Oct 26, 2022
1 parent a8c0b56 commit 5ce7312
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 49 deletions.
Loading

0 comments on commit 5ce7312

Please sign in to comment.