michael-o commented on a change in pull request #30: Fixes MRESOLVER-7, third
try
URL: https://github.com/apache/maven-resolver/pull/30#discussion_r270636447
##########
File path:
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/collect/DefaultDependencyCollector.java
##########
@@ -89,6 +90,10 @@
static final String CONFIG_PROP_MAX_CYCLES =
"aether.dependencyCollector.maxCycles";
+ private static final String CONFIG_PROP_NUM_ARTIFACT_DESCRIPTOR_THREADS =
"aether.artifact.descriptor.threads";
+ private static final String
CONFIG_PROP_NUM_ARTIFACT_DESCRIPTOR_THREADS_ALT =
"maven.artifact.descriptor.threads";
Review comment:
I don't see a need for an alternative. As soon as the package names will
change we will likely rename properties too.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services