spring-boot/spring-boot-project
Andy Wilkinson 3992dacdc8 Bind empty string to empty collection or array of rich types
Previously, when an empty String was bound to a collection or
array of rich types it would fail as there was no converter capable
of creating a Collection<RichType> or RichType[] from the String.

This commit updates IndexedElementsBinder to apply special treatment
to empty String values. Now, when such a value is being processed,
an empty Collection or array is the result.

Closes gh-12965
2018-05-11 16:41:37 +01:00
..
spring-boot Bind empty string to empty collection or array of rich types 2018-05-11 16:41:37 +01:00
spring-boot-actuator Remove unnecessary semicolons 2018-05-11 14:23:47 +02:00
spring-boot-actuator-autoconfigure Fix tests 2018-05-10 11:50:43 -07:00
spring-boot-autoconfigure Remove unnecessary semicolons 2018-05-11 14:23:47 +02:00
spring-boot-cli Formatting 2018-05-04 12:06:19 -07:00
spring-boot-dependencies Upgrade to Micrometer 1.0.4 2018-05-09 06:38:55 +01:00
spring-boot-devtools Update copyright header year for changed files 2018-05-04 15:59:26 -07:00
spring-boot-docs Polish 2018-05-11 10:00:15 +02:00
spring-boot-parent Upgrade to Testcontainers 1.7.2 2018-05-01 09:25:04 +01:00
spring-boot-properties-migrator Polish ternary expressions 2018-05-03 22:43:12 -07:00
spring-boot-starters Polish 2018-05-11 10:00:15 +02:00
spring-boot-test Update copyright header year for changed files 2018-05-04 15:59:26 -07:00
spring-boot-test-autoconfigure Update copyright header year for changed files 2018-05-04 15:59:26 -07:00
spring-boot-tools Add .gitignore for Gradle Plugin module 2018-05-11 14:28:02 +02:00
pom.xml Rename spring-boot-deprecated-properties-support 2018-01-24 11:15:17 +01:00