cstamas opened a new issue, #1800: URL: https://github.com/apache/maven-resolver/issues/1800
### Affected version all ### Bug description The file locking in this component is present ONLY for backward compatibility with Maven 2. Hence, if client is NOT using Maven2, all this is not needed (happens without any reason). Maybe introduce alt implementation that uses named locks? But that change would require breaking changes on interface level... Also, the "read" method is VERY HOT, and same file is being read over and over many times, so consider some caching, if worth. -- 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]
