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


##########
maven-resolver-api/src/main/java/org/eclipse/aether/collection/UnsolvableVersionConflictException.java:
##########
@@ -42,9 +42,25 @@ public class UnsolvableVersionConflictException extends 
RepositoryException {
      * Creates a new exception with the specified paths to conflicting nodes 
in the dependency graph.
      *
      * @param paths The paths to the dependency nodes that participate in the 
version conflict, may be {@code null}.
+     * @deprecated Use {@link #UnsolvableVersionConflictException(String, 
Collection)} instead.

Review Comment:
   No existing code uses this deprecated ctor (not counting deprecated class), 
or new one with `null` param, it is left merely for binary compatibility. In 
fact, this exception is so special, that nothing else uses it.



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