Files
spring-data-redis/src/test/java/org/springframework/data/redis
Mark Paluch d248c0cd7c DATAREDIS-909 - Fix constructor creation of entities with collection-typed properties.
We now consider the property type in value conversion for constructor arguments to provide the appropriate value type. Previously, we considered the component type which converted a Collection<T> to a single T that caused downstream ClassCastException.

Original Pull Request: #378
2018-12-20 08:54:12 +01:00
..
2018-06-12 10:34:42 +02:00
2018-10-19 12:30:03 +02:00