Skip to content

Commit

Permalink
Adds warning to Java high-level REST client (#2557) (#2607)
Browse files Browse the repository at this point in the history
Signed-off-by: Fanit Kolchina <[email protected]>
(cherry picked from commit 7aa5f40)

Co-authored-by: kolchfa-aws <[email protected]>
  • Loading branch information
1 parent bdf776e commit dc6f5ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _clients/java-rest-high-level.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ nav_order: 60

# 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
Expand Down

0 comments on commit dc6f5ce

Please sign in to comment.