Closed cthomas-newrelic closed 7 months ago
Attention: Patch coverage is 4.76190%
with 20 lines
in your changes are missing coverage. Please review.
Project coverage is 53.57%. Comparing base (
25d330d
) to head (3c63219
).
Files | Patch % | Lines |
---|---|---|
...lic/agent/android/ClassTransformWrapperTask.groovy | 0.00% | 16 Missing :warning: |
...a/com/newrelic/agent/compile/ClassTransformer.java | 20.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The exceptions we've seen with signed JAR files (Bouncy Castle, et. al.) were a product of the Jar validation in the JarFile parser. Disabling JAR signing verification allows the plugin to read the classes without issue.
We no longer have to exclude signed JARS from instrumentation, or problematic packages like Bouncy Castle.