cstamas commented on code in PR #2135:
URL: https://github.com/apache/maven-resolver/pull/2135#discussion_r3999251323


##########
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/EnhancedLocalRepositoryManagerFactory.java:
##########
@@ -107,22 +81,29 @@ public class EnhancedLocalRepositoryManagerFactory 
implements LocalRepositoryMan
     public static final boolean DEFAULT_VERIFY_REAL_PATH = true;
 
     /**
-     * Whether to enable "legacy tracking fallback" in LRM. If starting 
"greenfield" with Resolver 2 enabled Maven,
-     * this should be {@code false}, but for smoother transition of users 
using Maven 3.9 or older versions, the default
-     * is {@code true}. When the local repository is shared across "older" and 
"newer" Maven versions (where "older"
-     * Maven versions are Resolver 1.x and "never" Maven versions are Resolver 
2.x based), the preferred way is to
-     * enable this feature. On the other hand, if local repository is 
exclusively used by "newer" Maven versions,
-     * like 3.10 or above, for improved Repository cache poisoning protection, 
this configuration is recommended
-     * to be set to {@code false}.
+     * Marks local repository is meant to be shared (or was shared) with 
legacy Maven 3.9 or older versions.

Review Comment:
   Fixed: reworded to "Marks whether the local repository is meant to be 
shared..." in 3c3e7061.



-- 
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]

Reply via email to