diff --git a/_clients/java-rest-high-level.md b/_clients/java-rest-high-level.md index 69c2de09..1da69c0b 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