[
https://issues.apache.org/jira/browse/MRESOLVER-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17692880#comment-17692880
]
ASF GitHub Bot commented on MRESOLVER-326:
------------------------------------------
jerrinot commented on code in PR #253:
URL: https://github.com/apache/maven-resolver/pull/253#discussion_r1116178009
##########
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:
thanks to both of you!
I added a new row & copied a property description from the code. but I am
not sure if the description fits the rest of the properties. it feels a bit off
in style.
> 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)