Skip to content

Upgrade to Spring Boot 4.1 - #99

Merged
jeremyprime merged 1 commit into
valkey-io:mainfrom
jeremyprime:boot-4.1-upgrade
Aug 4, 2026
Merged

Upgrade to Spring Boot 4.1#99
jeremyprime merged 1 commit into
valkey-io:mainfrom
jeremyprime:boot-4.1-upgrade

Conversation

@jeremyprime

Copy link
Copy Markdown
Collaborator

Summary

Aligns spring-boot-starter-data-valkey with Spring Boot 4.1.0 (from 4.0.7). Resolves version mismatch noted in #84.

Changes

  • Upgrade Spring Boot 4.0.7 → 4.1.0
  • Replace deprecated JedisPoolConfig with ConnectionPoolConfig (Jedis 7.x)
  • Remove adaptive cluster refresh property (all adaptive triggers now enabled by default in Lettuce 7.x)
  • Add deprecation metadata for spring.data.valkey.lettuce.cluster.refresh.adaptive
  • Remove associated tests for the deprecated property

Dependency alignment:

  • Spring Framework: 7.0.8
  • Valkey GLIDE: 2.4.0
  • Lettuce: 7.5.2.RELEASE
  • Jedis: 7.4.1
  • commons-pool2: 2.13.1

Testing

  • All unit tests pass and examples run
  • Manual verification of GLIDE, Lettuce, and Jedis clients against local Valkey

Signed-off-by: Jeremy Parr-Pearson <jeremy.parr-pearson@improving.com>
@jeremyprime
jeremyprime merged commit 3a06cf0 into valkey-io:main Aug 4, 2026
44 of 46 checks passed
@jeremyprime
jeremyprime deleted the boot-4.1-upgrade branch August 4, 2026 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants