-
Notifications
You must be signed in to change notification settings - Fork 143
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
Suppress [removal] AccessController in java.security has been deprecated and marked for removal #2195
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2195 +/- ##
============================================
- Coverage 81.92% 81.90% -0.03%
+ Complexity 5722 5719 -3
============================================
Files 547 547
Lines 23063 23063
Branches 2378 2378
============================================
- Hits 18894 18889 -5
- Misses 3224 3230 +6
+ Partials 945 944 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ted and marked for removal Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Thanks @reta , should we backport to 2.x ? |
Thanks @ylwu-amzn , yes please |
…ted and marked for removal (opensearch-project#2195) Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
…ted and marked for removal (opensearch-project#2195) Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Description
Suppress [removal] AccessController in java.security has been deprecated and marked for removal
Issues Resolved
Closes #1590
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.