-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Replace java.security.AccessController with org.opensearch.secure_sm.AccessController in sub projects with SocketAccess class #19803
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Craig Perkins <cwperx@amazon.com>
|
❌ Gradle check result for daa1491: 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? |
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #19803 +/- ##
============================================
- Coverage 73.21% 73.19% -0.02%
- Complexity 71416 71491 +75
============================================
Files 5779 5781 +2
Lines 326332 326534 +202
Branches 47227 47291 +64
============================================
+ Hits 238918 239007 +89
- Misses 68189 68305 +116
+ Partials 19225 19222 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| } while (page != null); | ||
| return deleteResult; | ||
| }); | ||
| } catch (Exception e) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering if this can lead to ClassCastException during runtime?
(applies to other error handling in other places in the PR as well)
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Description
Modules in this PR include:
Related Issues
Related to #18339
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.