[ https://issues.apache.org/jira/browse/MNGSITE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907551#comment-17907551 ]
ASF GitHub Bot commented on MNGSITE-550: ---------------------------------------- Bukama commented on code in PR #598: URL: https://github.com/apache/maven-site/pull/598#discussion_r1894577113 ########## content/markdown/whatsnewinmaven4.md: ########## @@ -325,11 +329,11 @@ See [MNG-8286][27] for more information about supported functions. #### Lifecycle changed from graph to tree -Up to Maven 3, the lifecycle was a mathematical graph. +Up to Maven 3 the lifecycle was a literally an ordered list which contains all phases. Review Comment: Thanks again! ########## 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: Thanks again! > 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)