-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce ReversedRedisListView
for Java 21 compatibility
#2602
Comments
Seems the However, in the This means types like |
In addition,
|
…versed(). * Add delegate methods to avoid using Java 21 API. * Rename ReversedRedisList to ReversedRedisListView to express its view aspect. * Refine tests. Closes spring-projects#2602
…ctions.reverse(). Closes spring-projects#2602
ReversedRedisListView
for Java 21 compatibility
…ctions.reverse(). Closes spring-projects#2602
…ctions.reverse(). Closes spring-projects#2602
…versed(). * Add delegate methods to avoid using Java 21 API. * Rename ReversedRedisList to ReversedRedisListView to express its view aspect. * Refine tests. Closes spring-projects#2602
…ctions.reverse(). Closes spring-projects#2602
Builds Spring Data Redis on JDK 21 (EA).
The text was updated successfully, but these errors were encountered: