The Apache Maven team is pleased to announce the release of the
Apache Maven Resolver, version 1.8.0

Apache Maven Artifact Resolver is a library for working with artifact
repositories and dependency resolution.

Maven Artifact Resolver deals with the specification of local repository,
remote repository, developer workspaces, artifact transports and artifact
resolution.

It is expected to be extended by concrete repository implementation, like Maven
Artifact Resolver Provider for Maven repositories or any other provider for
other repository formats.

You can download the appropriate sources etc. from the download page.

Release Notes – Maven Resolver – Version Maven Artifact Resolver 1.8.0

  • Bugs:

    • MRESOLVER-241 – Resolver checksum calculation should be driven by layout
    • MRESOLVER-242 – When no remote checksums provided by layout, transfer inevitably fails/warns
    • MRESOLVER-250 – Usage of descriptors map in DataPool prevents gargabe collection
  • New Feature:

    • MRESOLVER-236 – Make it possible to resolve .asc on a ‘fail’ respository.
  • Improvements:

    • MRESOLVER-240 – Using breadth-first approach to resolve Maven dependencies
    • MRESOLVER-247 – Avoid unnecessary dependency resolution by a Skip solution based on BFS
    • MRESOLVER-248 – Make DF and BF collector implementations coexist
  • Tasks:

  • Dependency upgrade:

    • MRESOLVER-249 – Update Hazelcast to 5.1.1 in named-locks-hazelcast module

Enjoy,

  • The Apache Maven team