dependabot[bot] opened a new pull request, #20482: URL: https://github.com/apache/camel/pull/20482
Bumps [org.springframework.data:spring-data-redis](https://github.com/spring-projects/spring-data-redis) from 3.5.5 to 4.0.1. <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>4.0.1</h2> <h2>:green_book: Links</h2> <ul> <li><a href="https://docs.spring.io/spring-data/redis/reference/4.0/">Spring Data Redis 4.0 Reference documentation</a></li> <li><a href="https://docs.spring.io/spring-data/redis/docs/4.0.1/api/">Spring Data Redis 4.0 Javadoc</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Use Jackson default factory to create JavaType <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3277">#3277</a></li> <li>JacksonJsonRedisSerializer in Spring Data Redis 4.0.0 breaks deserialization due to use of unsafeSimpleType <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3271">#3271</a></li> </ul> <h2>4.0.0</h2> <h2>:green_book: Links</h2> <ul> <li><a href="https://docs.spring.io/spring-data/redis/reference/4.0/">Spring Data Redis 4.0 Reference documentation</a></li> <li><a href="https://docs.spring.io/spring-data/redis/docs/4.0.0/api/">Spring Data Redis 4.0 Javadoc</a></li> </ul> <h2>:star: New Features</h2> <ul> <li>Annotate ValueOperations.get(…) methods with <code>@Nullable</code> <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3244">#3244</a></li> <li>Add support for HGETGEL, HGETEX and HSETEX commands <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3226">#3226</a></li> <li>Allow configuring phase in <code>RedisMessageListenerContainer</code> <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3224">#3224</a></li> <li><code>ValueOperations.get(…)</code> methods should be annotated with <code>@Nullable</code> <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3223">#3223</a></li> <li>Rename Jackson3… classes to Jackson to align class naming <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3220">#3220</a></li> <li>Consider renaming "Jackson3"-classes to "Jackson" <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3219">#3219</a></li> <li>Add <code>RedisStaticMasterReplicaConfiguration</code> no-args constructor <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3218">#3218</a></li> <li>Feature Request: Support HGETDEL, HGETEX and HSETEX from Redis 8.0 <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3211">#3211</a></li> <li>Add support for Redis SINTERCARD command <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3210">#3210</a></li> <li>Allow overriding phase in RedisMessageListenerContainer <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3208">#3208</a></li> <li>Avoid wrapping RedisConnection into StringRedisConnection via StringRedisTemplate <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3193">#3193</a></li> <li>Remove deprecated API <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3176">#3176</a></li> <li>Add support for Jackson 3-based <code>HashMapper</code> and <code>RedisSerializer</code> <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3168">#3168</a></li> <li>Use to JSpecify for nullness checks <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3159">#3159</a></li> <li>Add support for Jackson 3 <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3154">#3154</a></li> <li>Remove <code>MicrometerTracingAdapter</code> in favor of Lettuce's Micrometer support <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3093">#3093</a></li> <li>Migrate to JSpecify annotations for nullability constraints <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3092">#3092</a></li> <li>Adopt to deprecation removals in Commons <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3051">#3051</a></li> <li>feature request: SINTERCARD in SetOperations <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2906">#2906</a></li> <li>Add <code>IDLE</code> argument to <code>XPENDING</code> command <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2046">#2046</a></li> <li>Move <code>PropertyPath</code> and <code>TypeInformation</code> types to <code>core</code> package <a href="https://redirect.github.com/spring-projects/spring-data-commons/issues/3393">#3393</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Apply non-blocking eviction when using Lettuce for <code>RedisCache</code> <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3243">#3243</a></li> <li><code>RedisCache</code> does not comply with non-blocking semantics for <code>evict</code> and <code>clear</code> methods <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3236">#3236</a></li> <li><code>GenericJackson3JsonRedisSerializer</code> has Jackson 2 core dependencies <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3228">#3228</a></li> <li><code>rangeWithScores</code> methods returning not null in transactions <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3225">#3225</a></li> <li>Add stream-key auto-conversion for ByteRecord <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3204">#3204</a></li> <li><code>SMISMEMBER</code> is a unknown command for <code>ConnectionSplittingInterceptor</code> <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3191">#3191</a></li> <li>Fixes <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3179">#3179</a> – Restore _class metadata for collections in MappingRedisConverter <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3188">#3188</a></li> <li><code>rangeWithScores()</code> resolves to <code>RedisCommand.UNKNOWN</code> inside transaction <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3187">#3187</a></li> <li>Regression in latest Redis Stream serialization (or deserialization) <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3179">#3179</a></li> <li>Fix <code>LettucePoolingConnectionProvider</code> and <code>ClusterCommandExecutor</code> disposal <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3164">#3164</a></li> <li><code>LettuceConnectionFactory.destroy(…)</code> releases cluster connections after shutting down the connection pool <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3100">#3100</a></li> </ul> <!-- 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/4e1f3be64c3f010636e1803caffb4e4e102afb16"><code>4e1f3be</code></a> Release version 4.0.1 (2025.1.1).</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/cd0e5e60d59dbc1a8706d13a4d7d7dca0c67588d"><code>cd0e5e6</code></a> Prepare 4.0.1 (2025.1.1).</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/42e3d5dfa5adb5ef246fd1ae8390b1407f87e41d"><code>42e3d5d</code></a> Polishing.</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/751775d067dacc6d4548e767b2b410e73694c7a3"><code>751775d</code></a> Use Jackson default factory to create JavaType.</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/41cca8323ba2d9bde1d527a32e77321a3096f3ca"><code>41cca83</code></a> Update CI Properties.</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/c45193cece13f660df8e2e23046d16b4063f3967"><code>c45193c</code></a> After release cleanups.</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/18c540b4df402170d759ee128fc684163ec3484d"><code>18c540b</code></a> Prepare next development iteration.</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/04f43aacce8a69876a6751ac8fdb8076ffc21267"><code>04f43aa</code></a> Release version 4.0 GA (2025.1.0).</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/30d7555f2145c178e23e41700a8d0bc3aad176ab"><code>30d7555</code></a> Prepare 4.0 GA (2025.1.0).</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/aebe9f18e1d1231daec2279e8b34b2c412efe3cb"><code>aebe9f1</code></a> Update Update security documentation.</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-data-redis/compare/3.5.5...4.0.1">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]
