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

Bump OpenSearch version to 2.7.0, SDK version to 3.10.0 #47

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

kotwanikunal
Copy link
Member

Description

  • Bump OpenSearch version to 2.7.0
  • Bump SDK version to 3.10.0
  • Bump Java version for oci-objectstorage-fixture to Java 19
  • Refactor import org.opensearch.common.xcontent.* to import org.opensearch.core.xcontent.*

Sidenote: I tested this locally by performing a ./gradlew publishToMavenLocal on a local 2.x branch for OpenSearch and tested the changes using the version opensearch_version = System.getProperty("opensearch.version", "2.7.0-SNAPSHOT")
We might need to cut a 2.7.0 tag for OpenSearch before merging this in.

Issues Resolved

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: Kunal Kotwani <kkotwani@amazon.com>
@kotwanikunal kotwanikunal merged commit 70ed00c into opensearch-project:main Apr 11, 2023
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.

[Refactor] XContent from common to core namespace
3 participants