From 7aa5f40d04134c439d387905a74207e51c0d6311 Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Thu, 2 Feb 2023 20:28:00 -0500 Subject: [PATCH] Adds warning to Java high-level REST client (#2557) Signed-off-by: Fanit Kolchina --- _clients/java-rest-high-level.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_clients/java-rest-high-level.md b/_clients/java-rest-high-level.md index 69c2de0947..1da69c0b61 100644 --- a/_clients/java-rest-high-level.md +++ b/_clients/java-rest-high-level.md @@ -6,6 +6,9 @@ nav_order: 20 # Java high-level REST client +The OpenSearch Java high-level REST client will be deprecated starting with OpenSearch version 3.0.0 and will be removed in a future release. We recommend switching to the [Java client]({{site.url}}{{site.baseurl}}/clients/java/) instead. +{: .warning} + The OpenSearch Java high-level REST client lets you interact with your OpenSearch clusters and indices through Java methods and data structures rather than HTTP methods and JSON. ## Setup