This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new c70eb4542 SLING-12948 Add JDK HttpClient info. (#229)
c70eb4542 is described below
commit c70eb4542aabbca6eeeb2c90fd665515348856d1
Author: Michał Szczęśniak <[email protected]>
AuthorDate: Tue Oct 7 15:04:40 2025 +0200
SLING-12948 Add JDK HttpClient info. (#229)
---
src/main/jbake/content/documentation/bundles/connection-timeout-agent.md | 1 +
1 file changed, 1 insertion(+)
diff --git
a/src/main/jbake/content/documentation/bundles/connection-timeout-agent.md
b/src/main/jbake/content/documentation/bundles/connection-timeout-agent.md
index e03a4f1ab..e63f2b7d1 100644
--- a/src/main/jbake/content/documentation/bundles/connection-timeout-agent.md
+++ b/src/main/jbake/content/documentation/bundles/connection-timeout-agent.md
@@ -17,6 +17,7 @@ It currently supports setting timeouts for HTTP connections
done using:
* [Apache Commons HttpClient 3.x](https://hc.apache.org/httpclient-3.x/)
* [Apache HttpComponents Client
4.x](https://hc.apache.org/httpcomponents-client-ga/)
* [OK Http](https://square.github.io/okhttp/)
+* [JDK
HttpClient](https://docs.oracle.com/en/java/javase/21/docs/api/java.net.http/java/net/http/HttpClient.html)
## Usage