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 9019e9c94 SLING-12617 - Internal error when running the connection
timeout agent with Java 17 or 21 (#190)
9019e9c94 is described below
commit 9019e9c943658f9935296397b78f3ad92baf35e1
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Jan 27 17:17:55 2025 +0100
SLING-12617 - Internal error when running the connection timeout agent with
Java 17 or 21 (#190)
Document supported JVM versions as for release 1.0.4
---
.../content/documentation/bundles/connection-timeout-agent.md | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
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 e606e8b52..e03a4f1ab 100644
--- a/src/main/jbake/content/documentation/bundles/connection-timeout-agent.md
+++ b/src/main/jbake/content/documentation/bundles/connection-timeout-agent.md
@@ -62,10 +62,12 @@ All HTTP client libraries offer a way of setting connect
and read timeouts, and
* [WCM.io Caravan - Commons HTTP
Client](https://caravan.wcm.io/commons/httpclient/)
-## Tested platforms
+## Tested platforms for version 1.0.4
-* openjdk version "1.8.0_212"
-* openjdk version "11.0.2" 2019-01-15
+* openjdk version "1.8.0_423"
+* openjdk version "11.0.25" 2024-10-15
+* openjdk version "17.0.13" 2024-10-15
+* openjdk version "21.0.5" 2024-10-15
* commons-httpclient 3.1
* httpclient 4.5.4
* okhttp 3.14.2