Mark Paluch

Results 497 issues of 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...

type: enhancement
component: 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...

for: team-attention

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.

type: task

We should investigate how to add support for JSON and other types using Oracle's R2DBC driver.

status: waiting-for-triage

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...

type: enhancement