cstamas opened a new pull request, #214: URL: https://github.com/apache/maven-resolver/pull/214
Java in bugfix for [1] does very same thing: on AccessDeniedEx it just retries. Here, the existing Retry utility is extended, and now "retry for given time" new method added "retry for given attempts" as well. The count of attempts and sleep times between attempts (probably unimportant) are exposed as system properties. [1] https://bugs.openjdk.org/browse/JDK-8252883 Patch experiment for https://github.com/apache/maven-mvnd/issues/728 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org