Mark Paluch
Mark Paluch
AWS supports since a while Redis Cluster (not talking about the AWS home-build ElastiCache cluster based on Master/Slave). It would make sense to auto-configure Jedis/Lettuce clients accordingly if an ElastiCache...
Spring Data Relational is a foundation for Spring Data R2DBC. To simplify maintenance and to align future development we are going to move Spring Data R2DBC into https://github.com/spring-projects/spring-data-jdbc and rename...
Using `StatementMapper.getMappedObject(…)` from `R2dbcQueryCreator` maps column names potentially multiple times when it comes to the select list. We should avoid duplicate mapping to avoid property resolution failures.
We should investigate how to add support for JSON and other types using Oracle's R2DBC driver.
Since primitive null values are not emitted as query result (see #469), we should consider adding support for optional primitive projections such as `OptionalInt`. These types allow reasoning about the...