Skip to content

Bump org.springframework.data:spring-data-redis from 3.2.0 to 3.2.1#12562

Merged
apupier merged 1 commit intomainfrom
dependabot/maven/org.springframework.data-spring-data-redis-3.2.1
Dec 22, 2023
Merged

Bump org.springframework.data:spring-data-redis from 3.2.0 to 3.2.1#12562
apupier merged 1 commit intomainfrom
dependabot/maven/org.springframework.data-spring-data-redis-3.2.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2023

Bumps org.springframework.data:spring-data-redis from 3.2.0 to 3.2.1.

Release notes

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

3.2.1

📗 Links

⭐ New Features

  • Expose ValueWrapper to differentiate between cached null values and absent cache mapping. #2785
  • RedisCache should expose ValueWrapper for cached null values returned from retrieve(key) #2783

🐞 Bug Fixes

  • Return duplicate data when querying via Query Methods. #2799
  • Cannot set config value to empty string using Lettuce #2798
  • Redis SCAN cursor exceeds Long.MAX_VALUE resulting in NumberFormatException #2796
  • RedisMessageListenerContainer resubscribe using Jedis fails after exception #2782

📔 Documentation

  • Update referencedocs url in README #2786
  • Refine code samples in reference docs #2784
  • Fixed the URL for the Spring Data Commons documentation #2779

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.6 #2803

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Commits
  • 0a4d85a Release version 3.2.1 (2023.1.1).
  • 16d8143 Prepare 3.2.1 (2023.1.1).
  • 13f87a2 Differentiate between initial exception handling, recovery and recovery after...
  • b36ac3e Update referencedocs url in README.
  • ad1cc56 Update CI properties.
  • e94974d Polishing.
  • f9a660c Expose ValueWrapper to differentiate between cached null values and absent ca...
  • f31a604 Upgrade to Maven Wrapper 3.9.6.
  • 432d3d9 Add tests to verify symmetric usage of scan cursor id.
  • 6e0f30b Use Long.parseUnsignedLong/toUnsignedString for SCAN cursor id parsing.
  • 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.2.0 to 3.2.1.
- [Release notes](https://github.com/spring-projects/spring-data-redis/releases)
- [Commits](spring-projects/spring-data-redis@3.2.0...3.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 22, 2023
@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.

@apupier
Copy link
Contributor

apupier commented Dec 22, 2023

/component-test spring-redis

Result ✅ The tests passed successfully

@github-actions
Copy link
Contributor

🤖 The Apache Camel test robot will run the tests for you 👍

@apupier apupier merged commit 13bb942 into main Dec 22, 2023
@apupier apupier deleted the dependabot/maven/org.springframework.data-spring-data-redis-3.2.1 branch December 22, 2023 08:20
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.

2 participants