dependabot[bot] opened a new pull request, #19523:
URL: https://github.com/apache/camel/pull/19523

   Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 6.2.0 to 
7.0.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/redis/jedis/releases";>redis.clients:jedis's 
releases</a>.</em></p>
   <blockquote>
   <h2>7.0.0</h2>
   <h2>Overview</h2>
   <p><strong>Jedis 7.0.0</strong> is a major release that modernizes the API, 
removes deprecated features, and introduces enhanced failover/failback 
behavior.</p>
   <p>The main focus areas of this release are:</p>
   <ol>
   <li><a href="https://redis.github.io/jedis/failover/";><strong>Automatic 
Failover and Failback API update</strong></a>   - The automatic failover client 
has been refactored and stabilized.</li>
   <li><a 
href="https://redis.github.io/jedis/migration-guides/v6-to-v7/#builder-pattern-for-client-creation";><strong>Builder
 pattern introduction</strong></a>  - New fluent builders are now available for 
<code>JedisPooled</code>, <code>JedisCluster</code>, and 
<code>JedisSentinel</code>.</li>
   <li><a 
href="https://redis.github.io/jedis/migration-guides/v6-to-v7/#removed-deprecated-shardingsharded-features";><strong>Removal
 of deprecated sharding features</strong></a>   - <code>JedisSharding</code> 
and related classes have been removed.</li>
   <li><a 
href="https://redis.github.io/jedis/migration-guides/v6-to-v7/#base-class-changes";><strong>Base
 class consolidation</strong></a>  - Pipeline and Transaction base classes have 
been renamed for consistency.</li>
   <li><strong>API cleanup</strong>  - Deprecated constructors and methods have 
been removed to streamline the API.</li>
   </ol>
   <p>For detailed migration guidance, refer to <a 
href="https://redis.github.io/jedis/migration-guides/v6-to-v7/";>Jedis 7.0.0 
Migration Guide</a>.</p>
   <h3>🚀 New Features</h3>
   <ul>
   <li>Add builders for classes based on UnifiedJedis (<a 
href="https://redirect.github.com/redis/jedis/issues/4263";>#4263</a>)</li>
   <li>Automatic Failover and Failback  (<a 
href="https://redirect.github.com/redis/jedis/issues/4317";>#4317</a>, <a 
href="https://redirect.github.com/redis/jedis/issues/4310";>#4310</a>, <a 
href="https://redirect.github.com/redis/jedis/issues/4308";>#4308</a>, <a 
href="https://redirect.github.com/redis/jedis/issues/4306";>#4306</a>, <a 
href="https://redirect.github.com/redis/jedis/issues/4297";>#4297</a>, <a 
href="https://redirect.github.com/redis/jedis/issues/4228";>#4228</a>)
   <strong>Jedis 7.0.0</strong> significantly refactors the automatic failover 
and failback API.</li>
   </ul>
   <p><a 
href="https://redis.github.io/jedis/migration-guides/v6-to-v7/#new-features";>More
 details on new features</a></p>
   <h3>🔥 Breaking Changes</h3>
   <ul>
   <li><strong>Removed deprecated constructors, classes, and 
<code>JedisSharding</code></strong> (<a 
href="https://redirect.github.com/redis/jedis/issues/4311";>#4311</a>)</li>
   <li><strong>Automatic Failover and Failback API changes</strong> (<a 
href="https://redirect.github.com/redis/jedis/issues/4317";>#4317</a>, <a 
href="https://redirect.github.com/redis/jedis/issues/4310";>#4310</a>, <a 
href="https://redirect.github.com/redis/jedis/issues/4308";>#4308</a>, <a 
href="https://redirect.github.com/redis/jedis/issues/4306";>#4306</a>, <a 
href="https://redirect.github.com/redis/jedis/issues/4297";>#4297</a>, <a 
href="https://redirect.github.com/redis/jedis/issues/4228";>#4228</a>)<br />
   <code>MultiCluster*</code> classes and methods have been renamed and 
improved.<br />
   Users upgrading from v6.x should consult the <a 
href="https://redis.github.io/jedis/failover/#migration-from-6x-to-7x";>Automatic
 Failover and Failback Migration Guide</a>.</li>
   </ul>
   <p><a 
href="https://redis.github.io/jedis/migration-guides/v6-to-v7/#breaking-changes";>More
 details on breaking changes</a></p>
   <h3>🧰 Maintenance</h3>
   <ul>
   <li>Bump eu.rekawek.toxiproxy:toxiproxy-java from 2.1.7 to 2.1.11 (<a 
href="https://redirect.github.com/redis/jedis/issues/4288";>#4288</a>)</li>
   <li>Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 (<a 
href="https://redirect.github.com/redis/jedis/issues/4290";>#4290</a>)</li>
   <li>Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 
3.14.1 (<a 
href="https://redirect.github.com/redis/jedis/issues/4296";>#4296</a>)</li>
   <li>[automatic failover] Fix misleading timing information for AA scenario 
test  (<a 
href="https://redirect.github.com/redis/jedis/issues/4303";>#4303</a>)</li>
   <li>Add v6 and v7 migration guides (<a 
href="https://redirect.github.com/redis/jedis/issues/4315";>#4315</a>)</li>
   <li>[automatic failover] Update failover docs (<a 
href="https://redirect.github.com/redis/jedis/issues/4314";>#4314</a>)</li>
   <li>Fix <a 
href="https://redirect.github.com/redis/jedis/issues/4147";>#4147</a>: Broken 
links at <a 
href="https://redis.github.io/jedis/";>https://redis.github.io/jedis/</a> (<a 
href="https://redirect.github.com/redis/jedis/issues/4285";>#4285</a>)</li>
   <li>Bump maven.surefire.version from 3.5.3 to 3.5.4 (<a 
href="https://redirect.github.com/redis/jedis/issues/4289";>#4289</a>)</li>
   <li>Fix docs on how to consume snapshots (<a 
href="https://redirect.github.com/redis/jedis/issues/4283";>#4283</a>)</li>
   <li>Bump ch.qos.logback:logback-classic from 1.2.12 to 1.2.13 (<a 
href="https://redirect.github.com/redis/jedis/issues/4266";>#4266</a>)</li>
   <li>Bump jackson.version from 2.19.2 to 2.20.0 (<a 
href="https://redirect.github.com/redis/jedis/issues/4265";>#4265</a>)</li>
   <li>DOC-5076 vector set doc examples (<a 
href="https://redirect.github.com/redis/jedis/issues/4281";>#4281</a>)</li>
   </ul>
   <h2>Contributors</h2>
   <p>We'd like to thank all the contributors who worked on this release!</p>
   <p><a href="https://github.com/SwapnaliY16";><code>@​SwapnaliY16</code></a>, 
<a 
href="https://github.com/andy-stark-redis";><code>@​andy-stark-redis</code></a>, 
<a href="https://github.com/atakavci";><code>@​atakavci</code></a>, <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>, <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot], <a 
href="https://github.com/ggivo";><code>@​ggivo</code></a> and <a 
href="https://github.com/uglide";><code>@​uglide</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/redis/jedis/commit/47d46af06a84bfec68743acc5ec6cfecfe13e59c";><code>47d46af</code></a>
 Bump eu.rekawek.toxiproxy:toxiproxy-java from 2.1.7 to 2.1.11 (<a 
href="https://redirect.github.com/redis/jedis/issues/4288";>#4288</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/392ae4f86ccf069a6d70554bc0337fbf27c33835";><code>392ae4f</code></a>
 Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 (<a 
href="https://redirect.github.com/redis/jedis/issues/4290";>#4290</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/5f4997a9d518b79346e668acdf91b27237df0db5";><code>5f4997a</code></a>
 Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 (<a 
href="https://redirect.github.com/redis/jedis/issues/4";>#4</a>...</li>
   <li><a 
href="https://github.com/redis/jedis/commit/aa7fee1bb6beb458b2751879f45ce8024ea9de3b";><code>aa7fee1</code></a>
 [automatic failover] Fix misleading timing information for AA scenario test  
...</li>
   <li><a 
href="https://github.com/redis/jedis/commit/840eb9e6a20a0b511739c47b74d68e360387ee32";><code>840eb9e</code></a>
 [automatic failover] Automatic failover client improvements (part 4) (<a 
href="https://redirect.github.com/redis/jedis/issues/4317";>#4317</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/297279e3a50338622d4599dfd0be9398636ac45c";><code>297279e</code></a>
 Add v6 and v7 migration guides (<a 
href="https://redirect.github.com/redis/jedis/issues/4315";>#4315</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/3645601c3cdbf424100ce524741179ae5f62bc97";><code>3645601</code></a>
 Dedicated profile for running Scenario tests (<a 
href="https://redirect.github.com/redis/jedis/issues/4312";>#4312</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/07bf3b02c85343b555ef50fd3fbcf193f023d08e";><code>07bf3b0</code></a>
 [automatic failover] Update failover docs (<a 
href="https://redirect.github.com/redis/jedis/issues/4314";>#4314</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/158e726422dda76e74cb22cbe8d3e8f1d36a3bc3";><code>158e726</code></a>
 Remove deprecated constructors, classes and JedisSharding (<a 
href="https://redirect.github.com/redis/jedis/issues/4311";>#4311</a>)</li>
   <li><a 
href="https://github.com/redis/jedis/commit/5db1a39926566d1179a4cdae7feb5d20068f08fb";><code>5db1a39</code></a>
 Remove spellcheck (<a 
href="https://redirect.github.com/redis/jedis/issues/4309";>#4309</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/redis/jedis/compare/v6.2.0...v7.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=redis.clients:jedis&package-manager=maven&previous-version=6.2.0&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to