-
Notifications
You must be signed in to change notification settings - Fork 283
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] Increment version to 2.7.0-SNAPSHOT and update usage of XContentFactory.xContent #2451
Conversation
* Switch from XContentType to MediaType Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Peter Nied <[email protected]> Co-authored-by: Peter Nied <[email protected]> (cherry picked from commit bae002b)
The CI will fail for this until Core merges the corresponding change in. I'm opening this PR to get ahead of this change in core. See comment from original core PR: opensearch-project/OpenSearch#6218 |
@cwperks the dependent changes have been backported to 2.x in opensearch-project/OpenSearch#6414 |
Codecov Report
📣 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 @@
## 2.x #2451 +/- ##
============================================
+ Coverage 61.08% 61.13% +0.04%
- Complexity 3252 3256 +4
============================================
Files 258 258
Lines 18130 18130
Branches 3231 3231
============================================
+ Hits 11075 11083 +8
+ Misses 5485 5478 -7
+ Partials 1570 1569 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
The backport in core was merged 6 hr ago: opensearch-project/OpenSearch#6433 I will re-run the CI for this as soon as a new SNAPSHOT includes the backport. |
This PR depends on the version increment PR: #2473 |
I will push a change to this PR to also include the version increment |
Signed-off-by: Craig Perkins <[email protected]>
2f16bb5
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Backport bae002b from #2433