[ 
https://issues.apache.org/jira/browse/MRESOLVER-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17692867#comment-17692867
 ] 

ASF GitHub Bot commented on MRESOLVER-326:
------------------------------------------

slawekjaranowski commented on code in PR #253:
URL: https://github.com/apache/maven-resolver/pull/253#discussion_r1116149411


##########
maven-resolver-api/src/main/java/org/eclipse/aether/ConfigurationProperties.java:
##########
@@ -129,6 +129,18 @@ public final class ConfigurationProperties {
      */
     public static final String DEFAULT_HTTP_CREDENTIAL_ENCODING = "ISO-8859-1";
 
+    /**
+     * The maximum number of times a request to a remote server should be 
retried in case of an error.
+     *
+     * @see #DEFAULT_HTTP_RETRY_HANDLER_COUNT
+     */
+    public static final String HTTP_RETRY_HANDLER_COUNT = PREFIX_CONNECTOR + 
"http.retryHandler.count";

Review Comment:
   New property should also be added to `src/site/markdown/configuration.md` 





> Transport http should retry on failures
> ---------------------------------------
>
>                 Key: MRESOLVER-326
>                 URL: https://issues.apache.org/jira/browse/MRESOLVER-326
>             Project: Maven Resolver
>          Issue Type: Task
>          Components: Resolver
>            Reporter: Tamas Cservenak
>            Priority: Major
>             Fix For: 1.9.6
>
>
> See issue MNG-7708



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to