-
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
Create initial Java Agent to intercept Socket::connect calls #17724
Conversation
@kumargu moving on with the Agent, the Policy is not a blocker till we jump to JDK-24 or above |
This change is lot simpler now and LGTM. thanks! |
Thank you, we do need that in any case, but we could proceed in parallel here |
❌ Gradle check result for 5c79974: 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? |
Signed-off-by: Andriy Redko <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17724 +/- ##
============================================
- Coverage 72.46% 72.42% -0.04%
- Complexity 65855 65891 +36
============================================
Files 5322 5326 +4
Lines 305477 305548 +71
Branches 44312 44322 +10
============================================
- Hits 221359 221301 -58
- Misses 66023 66105 +82
- Partials 18095 18142 +47 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Create initial Java Agent to intercept Socket::connect calls
Related Issues
Closes #17660
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.