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

[Backport 2.x] [BUG] Generic HTTP Actions in Java Client does not work with AwsSdk2Transport #984

Merged
merged 1 commit into from
May 14, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport b8e0dad from #978.

@reta
Copy link
Collaborator

reta commented May 14, 2024

Lint check fails, https://www.javadoc.io/doc/org.opensearch.client/opensearch-java/latest/index.html](https://www.javadoc.io/doc/org.opensearch.client/opensearch-java/latest/index.html is not available at the moment ...

…ransport (#978)

* [BUG] Generic HTTP Actions in Java Client does not work with AwsSdk2Transport

Signed-off-by: Andriy Redko <[email protected]>

* Address code review comments

Signed-off-by: Andriy Redko <[email protected]>

---------

Signed-off-by: Andriy Redko <[email protected]>
(cherry picked from commit b8e0dad)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Andriy Redko <[email protected]>
@reta reta force-pushed the backport/backport-978-to-2.x branch from 23c4536 to 6077918 Compare May 14, 2024 12:52
@@ -370,7 +370,6 @@ private <ResponseT> ResponseT decodeResponse(
InputStream content = null;
if (entity != null) {
// We may have to replay it.
entity = new BufferedHttpEntity(entity);
Copy link
Collaborator

Choose a reason for hiding this comment

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

@reta reta merged commit 44107eb into 2.x May 14, 2024
88 of 90 checks passed
@github-actions github-actions bot deleted the backport/backport-978-to-2.x branch May 14, 2024 13:05
@BrendonFaleiro BrendonFaleiro mentioned this pull request Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant