5.3.0 (2023-06-28)
Features Added
- Support Spring Data Commons 3 34878.
Other Changes
- Optimized default implementation of
findById(ID id)
fromCrudRepository
so that it will execute point reads where id is also the partition key, and log a warning where it is not. The new behavior is more optimal, especially for large containers with many partitions - see PR 35403.