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 2021/10/21 21:05:58 UTC

[maven-resolver] branch file-lock updated (e70f09c -> 3f517b7)

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

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


    from e70f09c  Bugfix: FS lock had bug to detect "is any other thread has lock"
     add 3f517b7  Refactor and make config integration friendly.

No new revisions were added by this update.

Summary of changes:
 .../eclipse/aether/impl/DefaultServiceLocator.java |  5 +-
 .../eclipse/aether/impl/guice/AetherModule.java    |  5 +-
 .../synccontext/DefaultSyncContextFactory.java     |  9 ++--
 .../synccontext/named/NamedLockFactoryAdapter.java |  8 +++
 .../named/NamedLockFactorySelector.java            | 51 ++++++++++++++++++
 .../SimpleNamedLockFactorySelector.java}           | 63 +++++++++++-----------
 6 files changed, 100 insertions(+), 41 deletions(-)
 create mode 100644 maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactorySelector.java
 rename maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/synccontext/{NamedLockFactorySelector.java => named/SimpleNamedLockFactorySelector.java} (75%)