Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2025

Bumps redis.clients:jedis from 6.2.0 to 7.0.0.

Release notes

Sourced from redis.clients:jedis's releases.

7.0.0

Overview

Jedis 7.0.0 is a major release that modernizes the API, removes deprecated features, and introduces enhanced failover/failback behavior.

The main focus areas of this release are:

  1. Automatic Failover and Failback API update - The automatic failover client has been refactored and stabilized.
  2. Builder pattern introduction - New fluent builders are now available for JedisPooled, JedisCluster, and JedisSentinel.
  3. Removal of deprecated sharding features - JedisSharding and related classes have been removed.
  4. Base class consolidation - Pipeline and Transaction base classes have been renamed for consistency.
  5. API cleanup - Deprecated constructors and methods have been removed to streamline the API.

For detailed migration guidance, refer to Jedis 7.0.0 Migration Guide.

🚀 New Features

  • Add builders for classes based on UnifiedJedis (#4263)
  • Automatic Failover and Failback (#4317, #4310, #4308, #4306, #4297, #4228) Jedis 7.0.0 significantly refactors the automatic failover and failback API.

More details on new features

🔥 Breaking Changes

More details on breaking changes

🧰 Maintenance

  • Bump eu.rekawek.toxiproxy:toxiproxy-java from 2.1.7 to 2.1.11 (#4288)
  • Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 (#4290)
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 (#4296)
  • [automatic failover] Fix misleading timing information for AA scenario test (#4303)
  • Add v6 and v7 migration guides (#4315)
  • [automatic failover] Update failover docs (#4314)
  • Fix #4147: Broken links at https://redis.github.io/jedis/ (#4285)
  • Bump maven.surefire.version from 3.5.3 to 3.5.4 (#4289)
  • Fix docs on how to consume snapshots (#4283)
  • Bump ch.qos.logback:logback-classic from 1.2.12 to 1.2.13 (#4266)
  • Bump jackson.version from 2.19.2 to 2.20.0 (#4265)
  • DOC-5076 vector set doc examples (#4281)

Contributors

We'd like to thank all the contributors who worked on this release!

@​SwapnaliY16, @​andy-stark-redis, @​atakavci, @​dependabot, @​dependabot[bot], @​ggivo and @​uglide

Commits
  • 47d46af Bump eu.rekawek.toxiproxy:toxiproxy-java from 2.1.7 to 2.1.11 (#4288)
  • 392ae4f Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 (#4290)
  • 5f4997a Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 (#4...
  • aa7fee1 [automatic failover] Fix misleading timing information for AA scenario test ...
  • 840eb9e [automatic failover] Automatic failover client improvements (part 4) (#4317)
  • 297279e Add v6 and v7 migration guides (#4315)
  • 3645601 Dedicated profile for running Scenario tests (#4312)
  • 07bf3b0 [automatic failover] Update failover docs (#4314)
  • 158e726 Remove deprecated constructors, classes and JedisSharding (#4311)
  • 5db1a39 Remove spellcheck (#4309)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 6.2.0 to 7.0.0.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v6.2.0...v7.0.0)

---
updated-dependencies:
- dependency-name: redis.clients:jedis
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 10, 2025
@cla-bot cla-bot bot added the cla-signed label Oct 10, 2025
@github-actions github-actions bot added the redis Redis connector label Oct 10, 2025
@wendigo wendigo merged commit e52c3ff into master Oct 10, 2025
15 checks passed
@wendigo wendigo deleted the dependabot/maven/redis.clients-jedis-7.0.0 branch October 10, 2025 13:25
@github-actions github-actions bot added this to the 478 milestone Oct 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed dependencies Pull requests that update a dependency file java Pull requests that update java code redis Redis connector

Development

Successfully merging this pull request may close these issues.

2 participants