dependabot[bot] opened a new pull request, #25677: URL: https://github.com/apache/camel/pull/25677
Bumps [org.springframework.data:spring-data-redis](https://github.com/spring-projects/spring-data-redis) from 4.1.0 to 4.1.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.1.1</h2> <h2>:green_book: Links</h2> <ul> <li><a href="https://docs.spring.io/spring-data/redis/reference/4.1/">Spring Data Redis 4.1.1 Reference documentation</a></li> <li><a href="https://docs.spring.io/spring-data/redis/reference/4.1/api/java/">Spring Data Redis 4.1.1 Javadoc</a></li> </ul> <h2>:star: New Features</h2> <ul> <li>Resolve type hint without parsing the entire payload <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3408">#3408</a></li> <li>Avoid potential duplicate parse operation within <code>GenericJacksonJsonRedisSerializer</code> <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3012">#3012</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Some Asserts assert the wrong / duplicate variable or have a wrong message <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3407">#3407</a></li> <li>Fix argument validation in RedisData.setTimeToLive(Long, TimeUnit) <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3406">#3406</a></li> <li>Fix typos in Javadoc and assertion messages <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3405">#3405</a></li> <li>Use Parser-bound <code>DeserializationContext</code> for parsing type hints in <code>TypeResolver</code> <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3404">#3404</a></li> <li>Fix UnifiedJedis watch transaction state <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3398">#3398</a></li> <li><code>GenericJacksonJsonRedisSerializer</code> throws NPE deserializing duplicate properties <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3396">#3396</a></li> <li>Resolve <code>@RedisListener</code> consumes placeholders <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3395">#3395</a></li> <li>Resolve <code>@RedisListener</code> topic placeholders <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3394">#3394</a></li> <li><code>@RedisListener</code> does not resolve property placeholders in all attributes <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3393">#3393</a></li> <li>Transaction with a read before MULTI fails with "Incorrect number of transaction results" <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3392">#3392</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Fix broken links in Redis reference documentation <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3409">#3409</a></li> <li>Add 3.x to 4.x migration guide <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3403">#3403</a></li> <li>Remove duplicated "the" in JavaDoc <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3402">#3402</a></li> <li>Fix inconsistent Javadoc parameter references <a href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3401">#3401</a></li> <li>Fix inconsistent Javadoc parameter references <a href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3400">#3400</a></li> </ul> <h2>:heart: Contributors</h2> <p>We'd like to thank all the contributors who worked on this release!</p> <ul> <li><a href="https://github.com/JuHyun419"><code>@JuHyun419</code></a></li> <li><a href="https://github.com/benelog"><code>@benelog</code></a></li> <li><a href="https://github.com/DragonFSKY"><code>@DragonFSKY</code></a></li> <li><a href="https://github.com/leeworms"><code>@leeworms</code></a></li> <li><a href="https://github.com/jichang-lee"><code>@jichang-lee</code></a></li> <li><a href="https://github.com/hutiefang76"><code>@hutiefang76</code></a></li> <li><a href="https://github.com/viktoriya-kutsarova"><code>@viktoriya-kutsarova</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/2ab177e10e08211c9627ef7efe0e26b37fece1c8"><code>2ab177e</code></a> Release version 4.1.1 (2026.0.1).</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/13b1abd1b2d786d9cfbd20b187d29b6e847cf793"><code>13b1abd</code></a> Enter rampdown phase for 4.1.1.</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/aeae72af8556ddb6c5e3fc8f93308e86a3ed4e5e"><code>aeae72a</code></a> Polishing.</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/3cb8aae4bbaec168afa10e4950d1514e137030c7"><code>3cb8aae</code></a> Add 3.x to 4.x migration guide.</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/978cc558c8f8bac9fde54b9c30cc7d167f3419e7"><code>978cc55</code></a> Fix broken links in Redis reference documentation.</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/1c1fa962863d540d6a6a0724d6712839357c1821"><code>1c1fa96</code></a> Update build config for correct notice and license.txt inclusion.</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/ed1184300dcdf3d73b89a33881a3e06df50ebbdc"><code>ed11843</code></a> Add release train automation.</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/c76df8a6f807478384b5967d4057f37f8c8dd944"><code>c76df8a</code></a> Polishing.</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/f1d56584dbb6bfc597be08b17804e2c5618b0110"><code>f1d5658</code></a> Resolve type hint without parsing the entire payload.</li> <li><a href="https://github.com/spring-projects/spring-data-redis/commit/e4f56c8d497e9af5e8137117f61956c9a4a271cc"><code>e4f56c8</code></a> Polish JavaDoc and Assertion messages</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-data-redis/compare/4.1.0...4.1.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 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]
