Files
spring-data-commons/src/main/java/org/springframework/data
Christoph Strobl 11056be292 DATACMNS-734 - Allow comma separated list of values to be bound to an array.
We now convert comma separated values for an array property by splitting values and converting each of them. This allows to convert address.location=40.740337,-73.995146 to 

class Address {
  Double[] location;
}
2015-07-21 15:47:09 +02:00
..
2015-06-15 22:16:46 +02:00
2015-03-23 11:13:36 +01:00