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/22 10:18:12 UTC

[maven-resolver] branch dynamic-lrm updated (e98a23a1 -> 7482bc2c)

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 e98a23a1 Pull out config
     add 7482bc2c Simplify

No new revisions were added by this update.

Summary of changes:
 .../eclipse/aether/impl/guice/AetherModule.java    | 25 ++------
 ... => DefaultLocalPathPrefixComposerFactory.java} | 54 ++++++++++------
 .../impl/EnhancedLocalRepositoryManager.java       |  6 +-
 .../EnhancedLocalRepositoryManagerFactory.java     | 33 ++--------
 .../internal/impl/LocalPathPrefixComposer.java     |  9 +--
 .../LocalPathPrefixComposerFactorySupport.java     | 26 ++++++--
 .../impl/NoopLocalPathPrefixComposerFactory.java   | 74 ----------------------
 .../impl/EnhancedLocalRepositoryManagerTest.java   |  2 +-
 .../EnhancedSplitLocalRepositoryManagerTest.java   |  6 +-
 9 files changed, 78 insertions(+), 157 deletions(-)
 rename maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/{SplitLocalPathPrefixComposerFactory.java => DefaultLocalPathPrefixComposerFactory.java} (61%)
 delete mode 100644 maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/NoopLocalPathPrefixComposerFactory.java