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


##########
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/filter/RemoteRepositoryFilterSourceSupport.java:
##########
@@ -73,7 +73,8 @@ protected String configPropKey(String name) {
      * Default is {@code false}.
      */
     protected boolean isEnabled(RepositorySystemSession session) {
-        return ConfigUtils.getBoolean(session, false, CONFIG_PROP_PREFIX + 
this.name);
+        return ConfigUtils.getBoolean(session, false, CONFIG_PROP_PREFIX + 
this.name)
+                && !ConfigUtils.getBoolean(session, false, CONFIG_PROP_PREFIX 
+ this.name + ".skipped");

Review Comment:
   Yes, this is "mild" backport and forward compatibility.



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