-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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 JdbcClient
with unified parameter capabilities (as a JDBC variant of DatabaseClient
)
#30931
Comments
As per my comment on ##30927 (comment), this is to be investigated for 6.1 now. If we are happy with an initial cut, I can see this being included in 6.1 M4 already. |
JdbcClient
)DatabaseClient
(something like JdbcClient
)
This is coming into 6.1 M4 as
|
For a first impression, here is the entire |
I migrated 2 projects to categolj/blog-api@b2303de The migration was very smooth and all tests passed without any changes. |
DatabaseClient
(something like JdbcClient
)JdbcClient
with unified parameter capabilities (as a JDBC variant of DatabaseClient
)
A heads-up that the Note that |
Spring 6.1 introduces
RestClient
, a blocking variant ofWebClient
.I would like a modern JDBC client like R2DBC's
DatabaseClient
as well.Like
RestTemplate
,JdbcTemplate
also has many overloaded method, making it difficult to add new functionality. (For example,Optional
support #30927) LikeRestClient
forRestTemplate
,JdbcClient
forJdbcTemplate
with fluent api would make it easier to add modern features.The text was updated successfully, but these errors were encountered: