The Apache Maven team is pleased to announce the release of Apache
Maven 4.0.0-rc-7.

Maven is a software project management and comprehension tool. Based
on the concept of a project object model (POM), Maven can manage a
project's build, reporting, and documentation from a central piece of
information.

Maven 4 is a major release that includes significant improvements and changes.
See https://maven.apache.org/whatsnewinmaven4.html for more details.

This release candidate is expected to be the last before the Maven 4.0.0 GA
release, which we aim to publish in the coming weeks, pending community
feedback. Please report any issues to https://github.com/apache/maven/issues

Issues fixed since rc-6:
- PathConflictResolver OOM on dense dependency graphs (enabled by default,
  use -Daether.conflictResolver.impl=classic to revert)
- Fix parent relativePath mismatch check (MNG-5146)
- Fix comparison cycles in version qualifiers (MNG-6568)
- Fix initialization of current project from execution root (MNG-6979)
- Fix concurrent executor ignoring java.lang.Error subclasses (MNG-8678)
- Fix NPE when a property references itself in a plugin configuration (MNG-8174)
- Profile activation conditions evaluated lazily
- Consumer POM: strip executable() conditions, fix uninterpolated properties
- Multiple mvnup fixes: JDK version constraints, exec-plugin, toolchain
  detection, war/ear plugin support

Plus many additional bug fixes and improvements. See the full release notes at:
  https://maven.apache.org/docs/4.0.0-rc-7/release-notes.html

To upgrade, use the mvnup tool to detect and fix common issues:
  mvnup check
  mvnup apply

Download:
  https://maven.apache.org/download.cgi

Reference documentation:
  https://maven.apache.org/ref/4.0.0-rc-7/

Release notes:
  https://maven.apache.org/docs/4.0.0-rc-7/release-notes.html

Full changelog:
  https://github.com/apache/maven/releases/tag/maven-4.0.0-rc-7

Enjoy,

-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to