-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Labels
type: taskA general taskA general task
Milestone
Description
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 of org.springframework.r2dbc.core.DatabaseClient.
Components on top of DatabaseClient should be rewritten to use Spring Framework's R2DBC variants. In particular:
- Deprecate our
DatabaseClientand all necessary infrastructure classes/interfaces - Deprecate
ColumnMapRowMapperandSettableValue - Adapt
AbstractR2dbcConfiguration - Deprecate
connectionfactorypackage in favor oforg.springframework.r2dbc.connectionfactory - Deprecate
supportpackage in favor oforg.springframework.r2dbc.connectionfactory - Use Framework's
DatabaseClientinR2dbcEntityTemplateand the repository support classes
Metadata
Metadata
Assignees
Labels
type: taskA general taskA general task