Tamas Cservenak created MRESOLVER-285:
-----------------------------------------
Summary: File locking on windows knows to misbehave
Key: MRESOLVER-285
URL: https://issues.apache.org/jira/browse/MRESOLVER-285
Project: Maven Resolver
Issue Type: Bug
Components: Resolver
Reporter: Tamas Cservenak
Fix For: 1.9.0
Maven Mvnd user reported how file locking sporadically knows to fail on Windows.
Discussion here: [https://github.com/apache/maven-mvnd/issues/728]
Probably solutions:
* prevent "delete concurrency"
[https://github.com/apache/maven-resolver/pull/211] Problem: leaves lock files
undeleted
* do what Java dolks do: repeat and hope the best
[https://github.com/apache/maven-resolver/pull/214]
Related links:
* [https://bugs.openjdk.org/browse/JDK-8252883]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)