[Backport 2.x] Fix build after Lucene upgrade and breaking XContentFactory changes (#3069)#3075
Merged
peternied merged 1 commit intoopensearch-project:2.xfrom Jul 31, 2023
Merged
Conversation
…pensearch-project#3069) There are multiple PRs in core affecting the security plugin that the security plugin needs to adapt to. - opensearch-project/OpenSearch#7792 - opensearch-project/OpenSearch#8826 - opensearch-project/OpenSearch#8668 I am opening a Draft PR that includes a fix for the Lucene-related test failures which was caused by opensearch-project/OpenSearch#7792 Resolves: opensearch-project#3064 Signed-off-by: Craig Perkins <cwperx@amazon.com> (cherry picked from commit 08d1734)
davidlago
approved these changes
Jul 31, 2023
reta
approved these changes
Jul 31, 2023
Codecov Report
@@ Coverage Diff @@
## 2.x #3075 +/- ##
=============================================
+ Coverage 36.27% 62.21% +25.94%
- Complexity 1879 3312 +1433
=============================================
Files 265 265
Lines 19488 19497 +9
Branches 3328 3328
=============================================
+ Hits 7069 12131 +5062
+ Misses 11314 5738 -5576
- Partials 1105 1628 +523
|
willyborankin
approved these changes
Jul 31, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport #3069 to 2.x