From 2c38e93e96cf2899689370c6b56026f063ec0d2b Mon Sep 17 00:00:00 2001 From: javanna Date: Sat, 15 Jul 2017 07:50:25 +0200 Subject: [PATCH] [DOCS] Added note to high level client docs on version The alpha2 docs is built out of master which may make users think that the high level client was already released as part of alpha2 which it was not. This note should clarify that the client will be released with 6.0.0-beta1 --- docs/java-rest/high-level/index.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/java-rest/high-level/index.asciidoc b/docs/java-rest/high-level/index.asciidoc index 56fc257a509..0dbab938469 100644 --- a/docs/java-rest/high-level/index.asciidoc +++ b/docs/java-rest/high-level/index.asciidoc @@ -3,6 +3,8 @@ [partintro] -- +added[6.0.0-beta1] + The Java High Level REST Client works on top of the Java Low Level REST client. Its main goal is to expose API specific methods, that accept request objects as an argument and return response objects, so that request marshalling and