You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/04/16 21:33:30 UTC

[maven-resolver] branch dynamic-lrm updated (4c4e8cf9 -> f6dc4e49)

This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a change to branch dynamic-lrm
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


    from 4c4e8cf9 Explain better this check, and prevent extra work for nothing
     add f6dc4e49 Fix API and simplify

No new revisions were added by this update.

Summary of changes:
 .../eclipse/aether/impl/guice/AetherModule.java    |  8 +--
 .../impl/EnhancedLocalRepositoryManager.java       |  6 +-
 .../EnhancedLocalRepositoryManagerFactory.java     |  4 --
 .../internal/impl/LocalPathPrefixComposer.java     | 11 ++--
 .../LocalPathPrefixComposerFactorySupport.java     | 10 +++
 .../impl/NoopLocalPathPrefixComposerFactory.java   |  5 +-
 .../impl/SplitLocalPathPrefixComposerFactory.java  | 31 +++++----
 ...itRepositoryLocalPathPrefixComposerFactory.java | 77 ----------------------
 .../EnhancedSplitLocalRepositoryManagerTest.java   |  6 +-
 9 files changed, 42 insertions(+), 116 deletions(-)
 delete mode 100644 maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/SplitRepositoryLocalPathPrefixComposerFactory.java