-
Notifications
You must be signed in to change notification settings - Fork 61
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 imports from org.opensearch.common.xcontent to org.opensearch.… #718
Conversation
Build is breaking as common utils also need to fix the imports. |
…core.xcontent Signed-off-by: Ankit Kala <ankikala@amazon.com>
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 @@
## main #718 +/- ##
============================================
- Coverage 72.97% 72.37% -0.61%
+ Complexity 997 989 -8
============================================
Files 141 141
Lines 4637 4637
Branches 519 519
============================================
- Hits 3384 3356 -28
- Misses 925 948 +23
- Partials 328 333 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Description
Update imports from org.opensearch.common.xcontent to org.opensearch.core.xcontent
Related to opensearch-project/OpenSearch#5902
Check List
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.