Files
spring-boot/spring-boot-project
Andy Wilkinson 39e2aaa41c Size the ElementsParser based on expected number of elements
Previously, the ElementsParser would be created using its default
capacity of 6 even when parsing a String that is expected to
produce a single element.

This commit updates ConfigurationPropertyName to create an
ElementsParser with a capacity of 1 when parsing a String that should
contain only a single element.

See gh-15760
2019-01-28 11:34:28 +00:00
..
2019-01-25 10:45:26 +01:00
2019-01-22 09:22:17 +00:00
2018-10-02 10:30:14 -07:00