Skip to content

Conversation

@kanderson250
Copy link
Contributor

@kanderson250 kanderson250 commented Aug 21, 2025

Resolves #2349

This PR bumps the jedis module. It was a very small lift. Starting in version 6.0.0 Jedis wrapped the Connection client field that used to be directly on the JedisPubSubBase with a JedisSafeAuthenticator, see the diff here.

The client is a field on the authenticator.

I have tested this bumping the AITs to use Jedis 6.0.0. Test run against bumped Jedis AIT: https://github.com/newrelic/newrelic-java-agent/actions/runs/17140747711/job/48628128721

@codecov-commenter
Copy link

codecov-commenter commented Aug 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.44%. Comparing base (7d8b7e0) to head (a18e159).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #2466   +/-   ##
=========================================
  Coverage     70.44%   70.44%           
+ Complexity    10043    10042    -1     
=========================================
  Files           845      845           
  Lines         40730    40730           
  Branches       6180     6180           
=========================================
  Hits          28691    28691           
+ Misses         9248     9245    -3     
- Partials       2791     2794    +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kanderson250 kanderson250 merged commit e6cdd8a into main Aug 26, 2025
115 checks passed
@kanderson250 kanderson250 deleted the jedis-6-support branch August 26, 2025 17:04
@kmudduluru kmudduluru moved this from Triage to Code Complete/Done in Java Engineering Board Sep 8, 2025
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.

Add instrumentation for redis.clients:jedis:6.0.0

4 participants