Description
Lift and integrate mvnd IPC locking as new named lock (or for perf reason, to lessen outbound calls, as another SyncContext) implementation into resolver. It is MP capable, but probably a bit slower than file locking.
For some "weird" environments (like WSL2) we could make use of this (slower but potentially supported) locking tech.
Ref: https://github.com/apache/maven-mvnd/tree/0.7.1/sync/src/main/java/org/mvndaemon/mvnd/sync
Attachments
Issue Links
- is fixed by
-
MRESOLVER-499 IPC Named Locks
- Closed