cstamas commented on code in PR #11380:
URL: https://github.com/apache/maven/pull/11380#discussion_r2606415567


##########
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/type/DefaultType.java:
##########
@@ -42,7 +42,7 @@
  * @deprecated since 4.0.0, use {@code maven-api-impl} jar instead
  */
 @Deprecated(since = "4.0.0")
-public class DefaultType implements Type, ArtifactType {
+public class DefaultType implements Type {

Review Comment:
   The decoupling is a must as we figured, as this class violates (maven or 
resolver, dependending how you look at it) contract for Type: classifier 
returns `null` instead of `""` (resolver).



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