cstamas commented on code in PR #1923:
URL: https://github.com/apache/maven-resolver/pull/1923#discussion_r3410136803
##########
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/scope/OptionalDependencySelector.java:
##########
@@ -37,8 +38,8 @@
* @see Dependency#isOptional()
*/
public final class OptionalDependencySelector implements DependencySelector {
- public static final String IGNORED_KEYS =
OptionalDependencySelector.class.getName() + ".ignored";
- public static final String UNSELECTED_KEYS =
OptionalDependencySelector.class.getName() + ".unselected";
+ public static final Object IGNORED_KEYS =
Keys.of(OptionalDependencySelector.class, "ignored");
Review Comment:
Yes, these two keys are new, and are not yet present in any released code.
--
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]