gnodet commented on code in PR #598: URL: https://github.com/apache/maven-site/pull/598#discussion_r1894472402
########## content/markdown/whatsnewinmaven4.md: ########## @@ -381,15 +385,17 @@ article ["Handling sensitive data in Maven"][31] by Maven maintainer Tamás Cser ### Maven Resolver The [Maven Artifact Resolver][28] is a library for working with artifact repositories and dependency resolution. -Maven 4 will include the new 2.0 release of this library, which contains more than 150 fixes, upgrades, and improvements, -e.g., a Java native HTTP-Client - thanks to raising the Java version requirement to JDK 17! +Maven 4 will include the new 2.0 release of this library, which contains more than 150 fixes, upgrades, and +improvements, e.g., a Java native HTTP-Client - thanks to raising the Java version requirement to JDK 17! +Another big difference in comparison with Maven 3 is that with the new major version the resolver aims to be hidden +behind the new Maven API and thus not used directly anymore. Review Comment: `Another major difference compared to Maven 3 is that in the new major version, the resolver is hidden behind the new Maven API and is no longer used directly by plugins.` -- 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