newrelic / newrelic-java-agent

The New Relic Java agent
Apache License 2.0
202 stars 143 forks source link

Remove custom ExpiringValueCache in favor of a Caffeine implementation #1890

Closed jtduffy closed 5 months ago

jtduffy commented 5 months ago

Overview

Resolves #1791

codecov-commenter commented 5 months ago

Codecov Report

Attention: Patch coverage is 50.00000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 70.66%. Comparing base (afda029) to head (7932037). Report is 3 commits behind head on main.

Files Patch % Lines
...om/newrelic/agent/util/AgentCollectionFactory.java 0.00% 2 Missing :warning:
...ewrelic/agent/bridge/DefaultCollectionFactory.java 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1890 +/- ## ============================================ - Coverage 70.69% 70.66% -0.03% + Complexity 9880 9858 -22 ============================================ Files 828 826 -2 Lines 39851 39804 -47 Branches 6064 6062 -2 ============================================ - Hits 28171 28127 -44 + Misses 8954 8951 -3 Partials 2726 2726 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.