This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
The following commit(s) were added to refs/heads/master by this push:
new 8df4ebcc Add since to javadoc
8df4ebcc is described below
commit 8df4ebccfdcfb3468c903fc4a06a31a0a4b97f4b
Author: Tamas Cservenak <[email protected]>
AuthorDate: Fri Feb 24 12:36:20 2023 +0100
Add since to javadoc
---
.../src/main/java/org/eclipse/aether/ConfigurationProperties.java | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/maven-resolver-api/src/main/java/org/eclipse/aether/ConfigurationProperties.java
b/maven-resolver-api/src/main/java/org/eclipse/aether/ConfigurationProperties.java
index 036f032c..7edecabe 100644
---
a/maven-resolver-api/src/main/java/org/eclipse/aether/ConfigurationProperties.java
+++
b/maven-resolver-api/src/main/java/org/eclipse/aether/ConfigurationProperties.java
@@ -133,11 +133,14 @@ public final class ConfigurationProperties {
* 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
+ * @since 1.9.6
*/
public static final String HTTP_RETRY_HANDLER_COUNT = PREFIX_CONNECTOR +
"http.retryHandler.count";
/**
* The default number of retries to use if {@link
#HTTP_RETRY_HANDLER_COUNT} isn't set.
+ *
+ * @since 1.9.6
*/
public static final int DEFAULT_HTTP_RETRY_HANDLER_COUNT = 3;