Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate RestClientTransport #536

Merged
merged 1 commit into from
Jun 27, 2023
Merged

Conversation

reta
Copy link
Collaborator

@reta reta commented Jun 22, 2023

Description

Deprecate RestClientTransport

Issues Resolved

Closes #326

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Andriy Redko <[email protected]>
@@ -148,9 +148,13 @@ dependencies {
val jacksonDatabindVersion = "2.14.2"

// Apache 2.0
implementation("org.opensearch.client", "opensearch-rest-client", opensearchVersion)
compileOnly("org.opensearch.client", "opensearch-rest-client", opensearchVersion)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Becomes optional:

image

@dblock
Copy link
Member

dblock commented Jun 26, 2023

Thanks! @VachaShah yes?

Copy link
Collaborator

@VachaShah VachaShah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3.0.0 Issues and PRs related to version v3.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Deprecate RestClientTransport
4 participants