-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Move o.o.action.support.master classes #17104
Conversation
aa80c2f
to
94ad333
Compare
❌ Gradle check result for 94ad333: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
I could be mistaken, but I think the build failed as a result of #17098 not being merged yet. |
Move AcknowledgedResponse, AcknowledgedRequest, AcknowledgedRequestBuilder,and ShardsAcknowledgedResponse to "clustermanager" Java package. This is a purely structural move done via the IDE with no logic changes. Signed-off-by: Andrew Ross <andrross@amazon.com>
94ad333
to
e1abfba
Compare
❌ Gradle check result for e1abfba: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17104 +/- ##
=========================================
Coverage 72.30% 72.31%
+ Complexity 65482 65425 -57
=========================================
Files 5309 5309
Lines 304324 304324
Branches 44132 44132
=========================================
+ Hits 220056 220058 +2
+ Misses 66259 66204 -55
- Partials 18009 18062 +53 ☔ View full report in Codecov by Sentry. |
Move AcknowledgedResponse, AcknowledgedRequest, AcknowledgedRequestBuilder,and ShardsAcknowledgedResponse to "clustermanager" Java package. This is a purely structural move done via the IDE with no logic changes. Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: expani <anijainc@amazon.com>
Move AcknowledgedResponse, AcknowledgedRequest, AcknowledgedRequestBuilder,and ShardsAcknowledgedResponse to "clustermanager" Java package. This is a purely structural move done via the IDE with no logic changes. Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Eugene Tolbakov <ev.tolbakov@gmail.com>
Move AcknowledgedResponse, AcknowledgedRequest, AcknowledgedRequestBuilder,and ShardsAcknowledgedResponse to "clustermanager" Java package. This is a purely structural move done via the IDE with no logic changes.
Related Issues
Resolves #4856
Check List
API changes companion pull request created, if applicable.Public documentation issue/PR created, if applicable.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.