-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Remove package org.opensearch.action.support.master
#17118
Remove package org.opensearch.action.support.master
#17118
Conversation
server/src/test/java/org/opensearch/action/admin/indices/get/GetIndexRequestTests.java
Outdated
Show resolved
Hide resolved
All classes in this package have been deprecated and can be removed for the 3.0 release. Signed-off-by: Andrew Ross <andrross@amazon.com>
71ce880
to
783b401
Compare
❕ Gradle check result for 783b401: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17118 +/- ##
============================================
+ Coverage 72.30% 72.33% +0.02%
+ Complexity 65482 65450 -32
============================================
Files 5309 5300 -9
Lines 304324 304311 -13
Branches 44132 44136 +4
============================================
+ Hits 220056 220129 +73
+ Misses 66259 66098 -161
- Partials 18009 18084 +75 ☔ View full report in Codecov by Sentry. |
…ject#17118) All classes in this package have been deprecated and can be removed for the 3.0 release. Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Eugene Tolbakov <ev.tolbakov@gmail.com>
All classes in this package have been deprecated and can be removed for the 3.0 release.
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.