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.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]