-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Replace usages of java.security.AccessController in modules/ #20137
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?
Replace usages of java.security.AccessController in modules/ #20137
Conversation
Signed-off-by: Craig Perkins <[email protected]>
WalkthroughThis pull request systematically replaces Java's standard Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (10)
🧰 Additional context used🧬 Code graph analysis (10)modules/systemd/src/main/java/org/opensearch/systemd/Libsystemd.java (1)
modules/lang-mustache/src/main/java/org/opensearch/script/mustache/MustacheScriptEngine.java (1)
modules/lang-painless/spi/src/main/java/org/opensearch/painless/spi/AllowlistLoader.java (1)
modules/repository-url/src/main/java/org/opensearch/common/blobstore/url/URLBlobContainer.java (1)
modules/lang-painless/src/main/java/org/opensearch/painless/PainlessScriptEngine.java (1)
modules/transport-netty4/src/main/java/org/opensearch/transport/netty4/ssl/SecureNetty4Transport.java (1)
modules/lang-expression/src/main/java/org/opensearch/script/expression/ExpressionScriptEngine.java (1)
modules/lang-painless/src/test/java/org/opensearch/painless/DocFieldsPhaseTests.java (1)
modules/lang-painless/src/main/java/org/opensearch/painless/LambdaBootstrap.java (1)
modules/lang-painless/src/main/java/org/opensearch/painless/lookup/PainlessLookupBuilder.java (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (20)
🔇 Additional comments (21)
Comment |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #20137 +/- ##
============================================
+ Coverage 73.23% 73.26% +0.03%
- Complexity 71621 71638 +17
============================================
Files 5787 5787
Lines 327853 327831 -22
Branches 47218 47216 -2
============================================
+ Hits 240090 240183 +93
+ Misses 68505 68368 -137
- Partials 19258 19280 +22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I see this error with intellij |
|
@prudhvigodithi This replaces the usages under |
Description
This PR replaces usages of
java.security.AccessControllerin the modules/ dirRelated 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.
Summary by CodeRabbit
Refactor
Chores
✏️ Tip: You can customize this high-level summary in your review settings.