Mark Paluch

Results 497 issues of Mark Paluch

Do not register a MappingContext through the extension, instead expose a MappingContext through KeyValueAdapter so implementations can bring their own mapping context. They can also decide where to obtain the...

for: team-attention
type: enhancement
for: planning

Based on https://github.com/spring-projects/spring-data-redis/issues/3150, we should introduce a new interface method returning multiple items by Id, something along the lines of `KeyValueOperations.findAllById(Iterable ids, Class type)` and provide the necessary methods in...

type: enhancement