aws / aws-xray-sdk-java

The official AWS X-Ray Recorder SDK for Java.
Apache License 2.0
96 stars 99 forks source link

Fixing NoClassDefFoundError #366

Closed atshaw43 closed 1 year ago

atshaw43 commented 1 year ago

Issue #, if available: Fixing NoClassDefFoundError

Description of changes: Moving ObjectMapper to a different class.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 1 year ago

Codecov Report

Merging #366 (d824e15) into master (1311d58) will increase coverage by 0.00%. The diff coverage is 79.16%.

@@            Coverage Diff            @@
##             master     #366   +/-   ##
=========================================
  Coverage     58.41%   58.41%           
- Complexity     1229     1232    +3     
=========================================
  Files           133      134    +1     
  Lines          5011     5014    +3     
  Branches        589      589           
=========================================
+ Hits           2927     2929    +2     
- Misses         1814     1815    +1     
  Partials        270      270           
Impacted Files Coverage Δ
...n/java/com/amazonaws/xray/entities/EntityImpl.java 83.98% <50.00%> (-0.26%) :arrow_down:
...va/com/amazonaws/xray/entities/SubsegmentImpl.java 72.46% <50.00%> (-1.07%) :arrow_down:
...n/java/com/amazonaws/xray/AWSXRayObjectMapper.java 88.88% <88.88%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.