slachiewicz commented on issue #1412: URL: https://github.com/apache/maven-resolver/issues/1412#issuecomment-5485341264
Delivered in Resolver 1.9.0: the new dependency collectors download POMs in parallel (MRESOLVER-7; DF collector in 5ce73125, BF collector in #817 — BfDependencyCollector CONFIG_PROP_THREADS, default 5, and BF is the default collector in 2.x), metadata resolution is parallel (aether.metadataResolver.threads, default 4), and artifact downloads are parallelized by the connector worker threads (connector-basic CONFIG_PROP_THREADS). A demo of fully parallel transitive resolution ships in maven-resolver-demo-snippets (ResolveTransitiveDependenciesParallel). Closing as delivered. -- 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]
