gnodet commented on code in PR #1391:
URL: https://github.com/apache/maven/pull/1391#discussion_r1464861777
##########
maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/MavenRepositorySystemUtils.java:
##########
@@ -49,7 +49,9 @@
* assist those clients that employ the repository system outside of an IoC
container, Maven plugins should instead
* always use regular dependency injection to acquire the repository system.
*
+ * @deprecated See {@link MavenSessionBuilderSupplier}
*/
+@Deprecated
public final class MavenRepositorySystemUtils {
Review Comment:
Shouldn't this class be re-implemented on top of
MavenSessionBuilderSupplier, so that any change in the new one can be somewhat
reflected in the old one ?
--
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]