You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/11/02 17:19:02 UTC

[GitHub] [maven-resolver] cstamas opened a new pull request, #214: [EXPERIMENT] Do what Java does: retry and hope the best

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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-resolver] cstamas commented on pull request #214: [EXPERIMENT] Do what Java does: retry and hope the best

Posted by GitBox <gi...@apache.org>.
cstamas commented on PR #214:
URL: https://github.com/apache/maven-resolver/pull/214#issuecomment-1303148978

   Superseded by https://github.com/apache/maven-resolver/pull/216


-- 
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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-resolver] cstamas closed pull request #214: [EXPERIMENT] Do what Java does: retry and hope the best

Posted by GitBox <gi...@apache.org>.
cstamas closed pull request #214: [EXPERIMENT] Do what Java does: retry and hope the best
URL: https://github.com/apache/maven-resolver/pull/214


-- 
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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-resolver] cstamas commented on pull request #214: [EXPERIMENT] Do what Java does: retry and hope the best

Posted by GitBox <gi...@apache.org>.
cstamas commented on PR #214:
URL: https://github.com/apache/maven-resolver/pull/214#issuecomment-1303148811

   This fix is reported as working as well.


-- 
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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org