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

Update 'main' branch to build against 3.0.0 #117

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

msfroh
Copy link
Collaborator

@msfroh msfroh commented Mar 9, 2023

Description

Following our semver policy, the main branch shoudl track the next major version.

There was an XContent refactor in 3.x that required some imports to be fixed to find classes in their new locations. Also, REST client now uses Apache HTTPClient 5.

Issues Resolved

#116 - Updating search-processor for XContentType refactor
#114 - main branch should be tracking 3.0.0

Check List

  • [ ] New functionality includes testing.
    • [ ] All tests pass
  • [ ] New functionality has been documented.
    • [ ] New functionality has javadoc added
  • Commits are signed as 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.

Following our semver policy, the main branch shoudl track the next
major version.

There was an XContent refactor in 3.x that required some imports to be
fixed to find classes in their new locations. Also, REST client now
uses Apache HTTPClient 5.

Signed-off-by: Michael Froh <[email protected]>
@codecov-commenter
Copy link

Codecov Report

Merging #117 (0b9dcc7) into main (72e9d48) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff            @@
##               main     #117   +/-   ##
=========================================
  Coverage     80.93%   80.93%           
  Complexity      215      215           
=========================================
  Files            29       29           
  Lines           881      881           
  Branches        120      120           
=========================================
  Hits            713      713           
  Misses          106      106           
  Partials         62       62           
Impacted Files Coverage Δ
...search/search/relevance/SearchRelevancePlugin.java 0.00% <ø> (ø)
...e/configuration/SearchConfigurationExtBuilder.java 67.64% <ø> (ø)
...evance/configuration/TransformerConfiguration.java 100.00% <ø> (ø)
...uration/KendraIntelligentRankingConfiguration.java 82.65% <ø> (ø)
.../KendraIntelligentRankingConfigurationFactory.java 0.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Collaborator

@noCharger noCharger left a comment

Choose a reason for hiding this comment

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

@noCharger noCharger merged commit 87dafb0 into opensearch-project:main Mar 13, 2023
@msfroh msfroh deleted the main-to-3.0 branch March 13, 2023 21:37
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