martins-avots commented on issue #1800: URL: https://github.com/apache/maven-resolver/issues/1800#issuecomment-3998360394
> Sorry, but I don't get what are you saying: the existing code is not running in Maven 2 instances (in fact, Maven 2 does not even use Resolver). > > Can you rather create some demo/reproducer to explain what your concern is? If the code is already not synchronizing the file access access Maven instances (as both have distinct Java processes and therefore distinct String based mutexes for the files), then wouldn't it be enough to just remove the mutex from the code? This wouldn't even break Maven 2 and 3 instances running in parallel on the same repo, as the mutex was never implemented across process bounds. I hope, I am not getting on your nerves 😅 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
