[ https://issues.apache.org/jira/browse/MNGSITE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907509#comment-17907509 ]
ASF GitHub Bot commented on MNGSITE-550: ---------------------------------------- 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.` > Information about "What's new in Maven 4?" > ------------------------------------------ > > Key: MNGSITE-550 > URL: https://issues.apache.org/jira/browse/MNGSITE-550 > Project: Maven Project Web Site > Issue Type: Improvement > Reporter: Matthias Bünger > Priority: Major > > A comprehensive article/list of the important changes in Maven 4 is needed. > ---- > > Issue based on the slack message / thread, started by [~cstamas] > {quote} > More and more times we get questions like "and what is new in Maven4?". We > have no document that distills the relevant changes. Could someone try to > collect that in cwiki or somewhere? > {quote} -- This message was sent by Atlassian Jira (v8.20.10#820010)