Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
Opensearch 3.5
Opensearch java rest high level client: 3.5
Describe the issue: We observed that, for the new release of opensearch version 3.5, theres is also a compatible version of REST high level client available.
Although this is deprecated, will it be ok to use the latest high level client version for 3.5 and will it support the required libraries for building all the latest features through JAVA.
Configuration:
<dependency>
<groupId>org.opensearch.client</groupId>
<artifactId>opensearch-rest-high-level-client</artifactId>
<version>3.5.0</version>
</dependency>
Relevant Logs or Screenshots: