You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/04/25 20:08:35 UTC

[GitHub] [maven-resolver] cstamas opened a new pull request #97: Introduce ResolverLock, layer on top of low level Named Locks

cstamas opened a new pull request #97:
URL: https://github.com/apache/maven-resolver/pull/97


   The resolver lock adds a thin layer above low lever named locks,
   does not leak actualy named lock names, but is keyed by artifact,
   hence lock ordering is stable (is based on Artifact not on name mapper).
   Finally, resolver lock factory is able to spice up the logic for locking
   that is now "hacked in" to not alter SyncContextFactory API.
   
   This is EXPERIMENT for testing reasons only.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [maven-resolver] michael-o commented on pull request #97: Introduce ResolverLock, layer on top of low level Named Locks

Posted by GitBox <gi...@apache.org>.
michael-o commented on pull request #97:
URL: https://github.com/apache/maven-resolver/pull/97#issuecomment-831919316


   Post 1.7.0.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org