From 0d0c42c746b15afdfe58be1211778bebfc20b47d Mon Sep 17 00:00:00 2001 From: Jake Landis Date: Tue, 27 Oct 2020 11:52:13 -0500 Subject: [PATCH] [7.10] Update getting-started.asciidoc for Java version (#63106) (#64083) Update client documentation to state "at least" Java 1.8 Co-authored-by: junmuz --- docs/java-rest/high-level/getting-started.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/java-rest/high-level/getting-started.asciidoc b/docs/java-rest/high-level/getting-started.asciidoc index db4f6dce5ac..34bffb7af98 100644 --- a/docs/java-rest/high-level/getting-started.asciidoc +++ b/docs/java-rest/high-level/getting-started.asciidoc @@ -6,7 +6,7 @@ getting the artifact to using it in an application. [[java-rest-high-compatibility]] === Compatibility -The Java High Level REST Client requires Java 1.8 and depends on the Elasticsearch +The Java High Level REST Client requires at least Java 1.8 and depends on the Elasticsearch core project. The client version is the same as the Elasticsearch version that the client was developed for. It accepts the same request arguments as the `TransportClient` and returns the same response objects. See the <>