The Apache Maven team is pleased to announce the release of the Maven Resolver 1.9.15:
This release focuses on "third party integrations" and provides a migration path for those who rely on deprecated `ServiceLocator`, which is about to be dropped in the near future (in 2.x). Read more about it here https://maven.apache.org/resolver/third-party-integrations.html Furthermore, the tip of Resolver soon becomes 2.x, to be used in upcoming Maven 4.x. The Maven 3.x line remains on the Resolver 1.x line. The planned API changes between Resolver 1.x and 2.x are roughly removal of deprecated stuff (use 1.9.15 as "baseline"). In general, if your code does not use deprecated stuff from Resolver 1.x, you should be fine. === https://maven.apache.org/resolver/ Release Notes - Maven Resolver - Version 1.9.15 ** Bug * [MRESOLVER-393] - Transport HTTP does not retain last modified as sent by remote end ** Improvement * [MRESOLVER-387] - Provide "static" supplier for RepositorySystem ** Task * [MRESOLVER-386] - Make all injected ctors public, deprecate all def ctors * [MRESOLVER-388] - Transport HTTP old codec proper override ** Dependency upgrade * [MRESOLVER-395] - Update dependencies Have fun, -The Apache Maven team