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

OpenSearch 1.1.0 #384

Merged
merged 1 commit into from
Oct 7, 2021
Merged

Conversation

dlvenable
Copy link
Member

@dlvenable dlvenable commented Oct 7, 2021

Description

Updated to use OpenSearch 1.1.0. The OpenSearch REST client is now at 1.1.0. Also, the build plugins used by the opensearch plugin are now at 1.1.0.

Along with this change, I updated the OpenSearch integration test to run against both 1.0.1 and 1.1.0. I also consolidated the ODFE tests into one test using GitHub Actions matrices.

Issues Resolved

N/A

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

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.

…egration tests against both OpenSearch 1.0.1 and 1.1.0. Consolidated the ODFE tests.

Signed-off-by: David Venable <[email protected]>
@dlvenable dlvenable requested a review from chenqi0805 October 7, 2021 21:55
Copy link
Collaborator

@chenqi0805 chenqi0805 left a comment

Choose a reason for hiding this comment

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

LGTM!

@@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
java: [14]
odfe: [1.12.0, 1.13.2]
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍

@dlvenable dlvenable merged commit 05de211 into opensearch-project:main Oct 7, 2021
@dlvenable dlvenable deleted the opensearch-1.1.0 branch November 29, 2021 17:59
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.

2 participants