Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2025

Bumps org.springframework.data:spring-data-redis from 3.5.5 to 4.0.1.

Release notes

Sourced from org.springframework.data:spring-data-redis's releases.

4.0.1

📗 Links

🐞 Bug Fixes

  • Use Jackson default factory to create JavaType #3277
  • JacksonJsonRedisSerializer in Spring Data Redis 4.0.0 breaks deserialization due to use of unsafeSimpleType #3271

4.0.0

📗 Links

⭐ New Features

  • Annotate ValueOperations.get(…) methods with @Nullable #3244
  • Add support for HGETGEL, HGETEX and HSETEX commands #3226
  • Allow configuring phase in RedisMessageListenerContainer #3224
  • ValueOperations.get(…) methods should be annotated with @Nullable #3223
  • Rename Jackson3… classes to Jackson to align class naming #3220
  • Consider renaming "Jackson3"-classes to "Jackson" #3219
  • Add RedisStaticMasterReplicaConfiguration no-args constructor #3218
  • Feature Request: Support HGETDEL, HGETEX and HSETEX from Redis 8.0 #3211
  • Add support for Redis SINTERCARD command #3210
  • Allow overriding phase in RedisMessageListenerContainer #3208
  • Avoid wrapping RedisConnection into StringRedisConnection via StringRedisTemplate #3193
  • Remove deprecated API #3176
  • Add support for Jackson 3-based HashMapper and RedisSerializer #3168
  • Use to JSpecify for nullness checks #3159
  • Add support for Jackson 3 #3154
  • Remove MicrometerTracingAdapter in favor of Lettuce's Micrometer support #3093
  • Migrate to JSpecify annotations for nullability constraints #3092
  • Adopt to deprecation removals in Commons #3051
  • feature request: SINTERCARD in SetOperations #2906
  • Add IDLE argument to XPENDING command #2046
  • Move PropertyPath and TypeInformation types to core package #3393

🐞 Bug Fixes

  • Apply non-blocking eviction when using Lettuce for RedisCache #3243
  • RedisCache does not comply with non-blocking semantics for evict and clear methods #3236
  • GenericJackson3JsonRedisSerializer has Jackson 2 core dependencies #3228
  • rangeWithScores methods returning not null in transactions #3225
  • Add stream-key auto-conversion for ByteRecord #3204
  • SMISMEMBER is a unknown command for ConnectionSplittingInterceptor #3191
  • Fixes #3179 – Restore _class metadata for collections in MappingRedisConverter #3188
  • rangeWithScores() resolves to RedisCommand.UNKNOWN inside transaction #3187
  • Regression in latest Redis Stream serialization (or deserialization) #3179
  • Fix LettucePoolingConnectionProvider and ClusterCommandExecutor disposal #3164
  • LettuceConnectionFactory.destroy(…) releases cluster connections after shutting down the connection pool #3100

... (truncated)

Commits
  • 4e1f3be Release version 4.0.1 (2025.1.1).
  • cd0e5e6 Prepare 4.0.1 (2025.1.1).
  • 42e3d5d Polishing.
  • 751775d Use Jackson default factory to create JavaType.
  • 41cca83 Update CI Properties.
  • c45193c After release cleanups.
  • 18c540b Prepare next development iteration.
  • 04f43aa Release version 4.0 GA (2025.1.0).
  • 30d7555 Prepare 4.0 GA (2025.1.0).
  • aebe9f1 Update Update security documentation.
  • Additional commits viewable in compare 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)

Bumps [org.springframework.data:spring-data-redis](https://github.com/spring-projects/spring-data-redis) from 3.5.5 to 4.0.1.
- [Release notes](https://github.com/spring-projects/spring-data-redis/releases)
- [Commits](spring-projects/spring-data-redis@3.5.5...4.0.1)

---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-redis
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 18, 2025
@github-actions
Copy link
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run

  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.

  • Build and test logs are available in the Summary page. Only Apache Camel committers have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/org.springframework.data-spring-data-redis-4.0.1 branch December 18, 2025 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

camel-4 core-build-and-dependencies dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant