You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring 6.1 introduces RestClient, a blocking variant of WebClient.
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) Like RestClient for RestTemplate, JdbcClient for JdbcTemplate with fluent api would make it easier to add modern features.
rweisleder, helpermethod, yu-shiba, sureshg, sbrannen and 1 more