cstamas commented on a change in pull request #131:
URL: https://github.com/apache/maven-resolver/pull/131#discussion_r734009974



##########
File path: 
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/synccontext/NamedLockFactorySelector.java
##########
@@ -53,11 +56,11 @@
     ) );
 
     private static final String FACTORY_NAME = System.getProperty(
-        "aether.syncContext.named.factory", 
LocalReadWriteLockNamedLockFactory.NAME
+        "aether.syncContext.named.factory", FileLockNamedLockFactory.NAME

Review comment:
       This is **EXPERIMENT** (will not be merged)

##########
File path: 
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/synccontext/NamedLockFactorySelector.java
##########
@@ -53,11 +56,11 @@
     ) );
 
     private static final String FACTORY_NAME = System.getProperty(
-        "aether.syncContext.named.factory", 
LocalReadWriteLockNamedLockFactory.NAME
+        "aether.syncContext.named.factory", FileLockNamedLockFactory.NAME
     );
 
     private static final String NAME_MAPPER_NAME = System.getProperty(
-        "aether.syncContext.named.nameMapper", GAVNameMapper.NAME
+        "aether.syncContext.named.nameMapper", TakariNameMapper.NAME

Review comment:
       This is **EXPERIMENT** (will not be merged)




-- 
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-unsubscr...@maven.apache.org

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


Reply via email to