You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Tamás Cservenák <cs...@apache.org> on 2024/01/29 13:21:45 UTC

[ANN] Apache Maven Resolver 2.0.0-alpha-7 released

Howdy,

The Apache Maven team is pleased to announce the release of the
Maven Resolver 2.0.0-alpha-7.

https://maven.apache.org/resolver-archives/resolver-2.0.0-alpha-7/

This is a sixth *PREVIEW* (alpha-4 was scrubbed) release of upcoming Maven
Resolver 2.0.0 meant for users of Resolver to pick it up and adapt code if
needed. This alpha contains almost all of the planned features and
improvements, and for sure some unplanned bugs as well.

Release Notes - Maven Resolver - Version 2.0.0-alpha-7

** Bug
    * [MRESOLVER-334] - Maven Resolver GenericVersionScheme diverges from
the spec
    * [MRESOLVER-336] - Unexpected handling of qualifiers in
GenericVersionScheme
    * [MRESOLVER-464] - JDK transport bug
** Improvement
    * [MRESOLVER-264] - Make file-lock the default locking
    * [MRESOLVER-463] - Ensure checksum record file (summary fie) is sorted
by artifact relative path and not checksum
    * [MRESOLVER-465] - Make room for new version scheme implementations
    * [MRESOLVER-467] - Pull out shared HTTP (Remote Included checksum) code
    * [MRESOLVER-468] - Stabilize supplier binary and source compatibility
** Task
    * [MRESOLVER-466] - Extend site documentation
    * [MRESOLVER-470] - Prepare for new changes regarding Artifact
properties/scopes
    * [MRESOLVER-471] - Resolver should be oblivious about scopes
** Dependency upgrade
    * [MRESOLVER-469] - Upgrade to Maven 4.0.0-alpha-12
    * [MRESOLVER-472] - Upgrade Jetty dependency to 10.0.19
    * [MRESOLVER-473] - Upgrade slf4j to version 2.0.11 (align with Maven)
    * [MRESOLVER-474] - Upgrade (build, not project) dependency
commons-lang to 3.14.0
    * [MRESOLVER-475] - Upgrade Wagon transport dependency:
plexus-classworlds to 2.8.0
    * [MRESOLVER-476] - Upgrade Wagon transport test dependency:
plexus-testing to 1.3.0
    * [MRESOLVER-477] - Upgrade managed dependency: plexus-xml to 4.0.3
    * [MRESOLVER-478] - Redisson named locks: upgrade to
org.redisson:redisson 3.26.0
    * [MRESOLVER-479] - Hazelcast named locks: upgrade to
com.hazelcast:hazelcast 5.3.6

Have fun,
Maven Team