cstamas commented on pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#issuecomment-811916624
@Tibor17 agreed, the use of atomic move in resolver is out of scope for this PR. Re atomic move, it was used throughout Proximity/Nexus/1/2 since Java7 came out with it just fine. Re "no need for locking" -- YES, if you are on POSIX OS/FS (where OS guarantees that a reader can read once opened file fully even if other process overwrites/deletes it). So pretty much locking is still needed if on Windows. -- 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: us...@infra.apache.org