dependabot[bot] opened a new pull request, #14353: URL: https://github.com/apache/camel/pull/14353
Bumps [org.springframework.data:spring-data-redis](https://github.com/spring-projects/spring-data-redis) from 3.2.5 to 3.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-data-redis/releases">org.springframework.data:spring-data-redis's releases</a>.</em></p> <blockquote> <h2>3.3.0</h2> <h2>:green_book: Links</h2> <ul> <li><a href="https://docs.spring.io/spring-data/redis/reference/3.3/">Spring Data Redis 3.3 Reference documentation</a></li> <li><a href="https://docs.spring.io/spring-data/redis/docs/3.3.0/api/">Spring Data Redis 3.3 Javadoc</a></li> </ul> <h2>:star: New Features</h2> <ul> <li>Let <code>QueryByExampleRedisExecutor</code> implement <code>ListQueryByExampleExecutor</code> <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2880">#2880</a></li> <li>Allow RedisConnectionFactories to be initialized as part of the context lifecycle <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2866">#2866</a></li> <li>Extend properties for <code>RedisSentinelConfiguration</code> <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2860">#2860</a></li> <li><code>RedisCache</code> should expose <code>ValueWrapper</code> for cached null values returned from <code>retrieve(key)</code> <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2783">#2783</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li><code>BITFIELD INCRBY</code> applies incorrect offset using Lettuce <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2903">#2903</a></li> <li>Pipelined usage of Redis Cluster with Lettuce fails for some commands that return <code>PipelinedRedisFuture</code> <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2888">#2888</a></li> <li>RedisTemplate.hasKey() Behavior Change with setEnableTransactionSupport = true <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2886">#2886</a></li> <li>Index value for <code>@Index</code> column not removed after setting value to <code>null</code> <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2882">#2882</a></li> <li>Redis Repositories do not find results for custom <code>find…ById(…)</code> queries <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2851">#2851</a></li> <li>Jackson2HashMapper breaks when using GraalVM - NotReadablePropertyException <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2838">#2838</a></li> <li>Return duplicate data when querying via Query Methods. <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2799">#2799</a></li> <li>Cannot set config value to empty string using Lettuce <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2798">#2798</a></li> <li><code>RedisMessageListenerContainer</code> resubscribe using Jedis fails after exception <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2782">#2782</a></li> <li>DefaultRedisCacheWriter is not atomic [DATAREDIS-1117] <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/1686">#1686</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Document that keyspace events are not replicated across Redis Cluster shards <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2881">#2881</a></li> <li>Cache reference documentation does not use variable <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2869">#2869</a></li> <li>After timeout occurs on MULTI call every following transaction fails <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2865">#2865</a></li> <li>Reference documentation mentions wrong variable name <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2852">#2852</a></li> <li>Fix quoted variable reference in documentation <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2850">#2850</a></li> <li>Anchors in documentation links lost due to redirects <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2840">#2840</a></li> <li>Fix method name in Caching reference documentation <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2837">#2837</a></li> <li>Update Revved up by Develocity badge <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2836">#2836</a></li> <li><code>JedisConnectionFactory.setDatabase(…)</code> javadoc deprecation refers to client name <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2831">#2831</a></li> <li>Reference documentation mentions HashOperations to be autowired <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2828">#2828</a></li> <li>Fix reference documentation for Stream ops usage <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2825">#2825</a></li> <li>Update Jedis documentation to reflect supporting Redis Streams <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2824">#2824</a></li> <li>Use correct distance unit for repository query method documentation <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2823">#2823</a></li> <li>Update referencedocs url in README <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2786">#2786</a></li> <li>Refine code samples in reference docs <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2784">#2784</a></li> <li>Fixed the URL for the Spring Data Commons documentation <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2779">#2779</a></li> <li>Refine <code>ReactiveRedisOperations#listenTo</code> and <code>listenTo…Later</code> Javadoc mentioning resource usage <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2229">#2229</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Lettuce 6.3.2.RELEASE <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2867">#2867</a></li> <li>Upgrade to Lettuce 6.3.1 <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2826">#2826</a></li> <li>Upgrade to Maven Wrapper 3.9.6 <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2805">#2805</a></li> </ul> <h2>:heart: Contributors</h2> <p>We'd like to thank all the contributors who worked on this release!</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/94c7f26aecd8bf4893a8f9a7013f3522d705e6f8"><code>94c7f26</code></a> Release version 3.3 GA (2024.0.0).</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/933d5e393e7b79c79a695a5df293a01e33460b59"><code>933d5e3</code></a> Prepare 3.3 GA (2024.0.0).</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/7ca2779ea583d00dace9d94946c9c6bce45c58d6"><code>7ca2779</code></a> Polishing.</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/2809186e4d28a7dd8c9d0a70c590005a70960372"><code>2809186</code></a> Use correct bitfield <code>offset</code> for <code>INCRBY</code> using Lettuce.</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/3ab09fbd57973c9036571c17561ee9a2b2417279"><code>3ab09fb</code></a> Polishing.</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/c980407f7dc63ff8ec7b557b67abebdf93927df0"><code>c980407</code></a> Improve atomicity in DefaultRedisCacheWriter.doLock().</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/7fad17a1deaa2ccbcd69ec5d151b2119bb16d7f5"><code>7fad17a</code></a> Resolve element type from NodeType before falling back to reflection when rea...</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/2f34f63e288e248ed4f3599925db96744f720ee5"><code>2f34f63</code></a> Polishing.</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/8afabc1fe3dba319544989e69c3dada6ee3c29d6"><code>8afabc1</code></a> Clear indexed data if property value is set to null.</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/2d6481b5c2811c17d8cda55724dc890481d0dd73"><code>2d6481b</code></a> Polishing.</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-data-redis/compare/3.2.5...3.3.0">compare view</a></li> </ul> </details> <br /> [](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]
