The Apache Maven team is pleased to announce the release of the Apache
Maven 3.8.6
Apache 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 3.8.6 is available via https://maven.apache.org/download.cgi
The core release is independent of plugin releases. Further releases of
plugins will be made
separately.
If you have any questions, please consult:
- the web site: https://maven.apache.org/
- the maven-user mailing list: https://maven.apache.org/mailing-lists.html
- the reference documentation: https://maven.apache.org/ref/3.8.6/
Release Notes - Maven - Version 3.8.6
** Bug
* [MNG-7432] - [REGRESSION] Resolver session contains
non-MavenWorkspaceReader
* [MNG-7433] - [REGRESSION] Multiple maven instances working on
same source tree can lock each other
* [MNG-7441] - Update Version of (optional) Logback to Address
CVE-2021-42550
* [MNG-7448] - Don't ignore bin/ otherwise bin/ in apache-maven
module cannot be readded
* [MNG-7455] - [REGRESSION] IllegalStateException in SessionScope
during guice injection in multithreaded build
* [MNG-7459] - Revert MNG-7347 (SessionScoped beans should be
singletons for a given session)
* [MNG-7467] - [REGRESSION] Compilation failure with relocated
transitive dependency
* [MNG-7487] - Fix deadlock during forked lifecycle executions
* [MNG-7493] - [REGRESSION] Resolving dependencies between
submodules fails
** New Feature
* [MNG-7486] - Create a multiline message helper for boxed log messages
** Improvement
* [MNG-7445] - to refactor some useless code
* [MNG-7476] - Display a warning when an aggregator mojo is locking
other mojo executions
** Task
* [MNG-7466] - Align Assembly Descriptor NS versions
** Dependency upgrade
* [MNG-7488] - Upgrade SLF4J to 1.7.36
* [MNG-7489] - Upgrade JUnit to 4.13.2
* [MNG-7490] - Upgrade Plexus Utils to 3.3.1
For more information read
https://maven.apache.org/docs/3.8.6/release-notes.html
Enjoy!
- The Maven Team