-
Notifications
You must be signed in to change notification settings - Fork 132
Refactor Spring Data R2DBC on top of Spring R2DBC #368
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
Labels
type: task
A general task
Milestone
Comments
mp911de
added a commit
that referenced
this issue
Jul 23, 2020
This commit deprecates API that has been moved to Spring R2DBC.
mp911de
added a commit
that referenced
this issue
Jul 23, 2020
We now use Spring R2DBC DatabaseClient and utilities to implement Spring Data R2DBC functionality.
schauder
added a commit
that referenced
this issue
Jul 24, 2020
Line breaks after dots in ascii doctor file for easier reading of the source files. Adds specific deprecation links instead of just links to the general package. Removes an unused private method in `ConnectionFactoryUtils`
mp911de
added a commit
that referenced
this issue
Jul 28, 2020
This commit deprecates API that has been moved to Spring R2DBC.
mp911de
added a commit
that referenced
this issue
Jul 28, 2020
We now use Spring R2DBC DatabaseClient and utilities to implement Spring Data R2DBC functionality.
This was referenced Aug 4, 2020
mp911de
added a commit
that referenced
this issue
Aug 4, 2020
This commit deprecates API that has been moved to Spring R2DBC. Original pull request: #412.
mp911de
added a commit
that referenced
this issue
Aug 4, 2020
We now use Spring R2DBC DatabaseClient and utilities to implement Spring Data R2DBC functionality. Original pull request: #412.
mp911de
pushed a commit
that referenced
this issue
Aug 4, 2020
Line breaks after dots in ascii doctor file for easier reading of the source files. Adds specific deprecation links instead of just links to the general package. Removes an unused private method in `ConnectionFactoryUtils` Original pull request: #412.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spring Framework aims to include foundational R2DBC support in a similar way to Spring JDBC. We should adopt to these changes by deprecating
org.springframework.data.r2dbc.core.DatabaseClient
in favor oforg.springframework.r2dbc.core.DatabaseClient
.Components on top of
DatabaseClient
should be rewritten to use Spring Framework's R2DBC variants. In particular:DatabaseClient
and all necessary infrastructure classes/interfacesColumnMapRowMapper
andSettableValue
AbstractR2dbcConfiguration
connectionfactory
package in favor oforg.springframework.r2dbc.connectionfactory
support
package in favor oforg.springframework.r2dbc.connectionfactory
DatabaseClient
inR2dbcEntityTemplate
and the repository support classesThe text was updated successfully, but these errors were encountered: