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] /_nodes/stats throwing serialization error (#315) #320

Merged
merged 1 commit into from
Jan 12, 2023

Conversation

reta
Copy link
Collaborator

@reta reta commented Jan 11, 2023

Backport of #315 to 2.x

import java.util.Optional;
import java.util.TreeSet;

public abstract class OpenSearchJavaClientTestCase extends OpenSearchRestTestCase {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does this change need to go in 2.x? Or it does not matter?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is just a test (so yeah, it does not matter much), but it would be better to have it, thanks

val opensearchVersion = "2.3.0"
val jacksonVersion = "2.14.0"
val jacksonDatabindVersion = "2.14.0"
val opensearchVersion = "2.4.1"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixing WhiteSource complains with version updates

@dblock dblock merged commit dcd5f58 into opensearch-project:2.x Jan 12, 2023
@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.

3 participants