Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): bump redis.clients:jedis from 3.3.0 to 7.0.0 in /app/server#41391

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubNov 17, 2025
edited by github-actionsbot
Loading

Bumpsredis.clients:jedis from 3.3.0 to 7.0.0.

Release notes

Sourced fromredis.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 forJedisPooled,JedisCluster, andJedisSentinel.
  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 toJedis 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 athttps://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

... (truncated)

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 incompare 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)

Warning

Tests have not run on the HEAD5167504 yet


Mon, 17 Nov 2025 23:39:34 UTC

Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 3.3.0 to 7.0.0.- [Release notes](https://github.com/redis/jedis/releases)- [Commits](redis/jedis@jedis-3.3.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] <support@github.com>
@dependabotdependabotbot added DependenciesPull requests that update a dependency file javaPull requests that update Java code labelsNov 17, 2025
@dependabotdependabotbot added the DependenciesPull requests that update a dependency file labelNov 17, 2025
@dependabotdependabotbot added the javaPull requests that update Java code labelNov 17, 2025
@coderabbitai
Copy link
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the@coderabbitai review command.

You can disable this status message by setting thereviews.review_status tofalse in the CodeRabbit configuration file.


Comment@coderabbitai help to get the list of available commands and usage tips.

@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubNov 24, 2025

Superseded by#41409.

@dependabotdependabotbot closed thisNov 24, 2025
@dependabotdependabotbot deleted the dependabot/maven/app/server/redis.clients-jedis-7.0.0 branchNovember 24, 2025 23:49
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@sharat87sharat87Awaiting requested review from sharat87sharat87 is a code owner

@nidhi-nairnidhi-nairAwaiting requested review from nidhi-nairnidhi-nair is a code owner

Assignees

No one assigned

Labels

DependenciesPull requests that update a dependency filejavaPull requests that update Java code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants


[8]ページ先頭

©2009-2025 Movatter.jp