spring-projects / spring-data-redis

Provides support to increase developer productivity in Java when using Redis, a key-value store. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-redis/
Apache License 2.0
1.77k stars 1.17k forks source link

An upgrade question #3006

Closed master-starcloud closed 1 month ago

master-starcloud commented 1 month ago

I have a question, can I use jdk8 with version 3.2.x?

mp911de commented 1 month ago

No, we have raised our baseline to Java 17 with Spring Data 3.0 and Spring Framework 6.