-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Upgrade to Spring Data 2020.0.0-RC1 #23197
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
Comments
ReactiveDataAccessStrategy has been deprecated in Spring Data R2BC in favor of R2dbcConverter (and StatementMapper and UpdateMapper). When not using Boot, an R2dbcConverter bean is now defined by AbstractR2dbcConfiguration. This commit updates R2dbcDataAutoConfiguration to replace the definition of a ReactiveDataAccessStrategy bean with the definition of an R2dbcConverter bean. See gh-23197
For those upgrading from Spring Boot 2.3, we should note that we now auto-configure a |
Spring Data dependencies:
|
Please also consider the upgrade to Lettuce 6.0.0.RC2. Spring Data will upgrade accordingly. |
FTR there is a newer version of Solr but we can pick this up with Spring Data |
Apache Solr 8.6 has upgraded to |
No description provided.
The text was updated successfully, but these errors were encountered: