[Backport 3.3] [Java Agent] Allow JRT protocol URLs in protection domain extraction#19709
Merged
owaiskazi19 merged 1 commit into3.3from Oct 22, 2025
Merged
[Backport 3.3] [Java Agent] Allow JRT protocol URLs in protection domain extraction#19709owaiskazi19 merged 1 commit into3.3from
owaiskazi19 merged 1 commit into3.3from
Conversation
…19683) * [Java Agent] Allow JRT protocol URLs in protection domain extraction Signed-off-by: rithin-pullela-aws <rithinp@amazon.com> * Add changelog Signed-off-by: rithin-pullela-aws <rithinp@amazon.com> * Use static imports Signed-off-by: rithin-pullela-aws <rithinp@amazon.com> * Add spotbugs dependency Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> --------- Signed-off-by: rithin-pullela-aws <rithinp@amazon.com> Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> Co-authored-by: Owais Kazi <owaiskazi19@gmail.com> (cherry picked from commit 3443d27) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
owaiskazi19
approved these changes
Oct 21, 2025
65 tasks
Contributor
|
❌ Gradle check result for 227d787: 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? |
Contributor
|
❌ Gradle check result for 227d787: 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? |
Member
|
Flaky test: #18302 |
Contributor
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 3.3 #19709 +/- ##
============================================
+ Coverage 73.04% 73.06% +0.01%
- Complexity 70512 70522 +10
============================================
Files 5717 5717
Lines 323055 323056 +1
Branches 46791 46791
============================================
+ Hits 235986 236038 +52
+ Misses 68015 67955 -60
- Partials 19054 19063 +9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This was referenced Oct 22, 2025
65 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport 3443d27 from #19683.