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