Skip to content
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

Resolve missing class exception on Scala instrumentation. #1528

Merged
merged 4 commits into from
Oct 17, 2023

Conversation

jbedell-newrelic
Copy link
Contributor

@jbedell-newrelic jbedell-newrelic commented Sep 28, 2023

Resolves #1219

@codecov-commenter
Copy link

codecov-commenter commented Sep 28, 2023

Codecov Report

Merging #1528 (2a920a1) into main (2c20813) will increase coverage by 0.02%.
Report is 72 commits behind head on main.
The diff coverage is 64.28%.

@@             Coverage Diff              @@
##               main    #1528      +/-   ##
============================================
+ Coverage     70.60%   70.63%   +0.02%     
- Complexity     9745     9790      +45     
============================================
  Files           813      817       +4     
  Lines         39264    39460     +196     
  Branches       5962     5985      +23     
============================================
+ Hits          27723    27873     +150     
- Misses         8856     8883      +27     
- Partials       2685     2704      +19     
Files Coverage Δ
...om/newrelic/agent/util/asm/PatchedClassWriter.java 50.00% <ø> (ø)
...tation/custom/ScalaTraitFinalFieldTransformer.java 7.14% <0.00%> (ø)
...c/agent/util/asm/CustomClassLoaderClassWriter.java 65.85% <65.85%> (ø)

... and 29 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jbedell-newrelic jbedell-newrelic merged commit 94b344a into main Oct 17, 2023
103 checks passed
@jbedell-newrelic jbedell-newrelic deleted the 1219_Scala_Try_Not_Present_Exception branch October 17, 2023 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Agent compatibility issue with Scala 2.13x and Java 11+
3 participants