mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Update the `PropertyMapper` interface to return arrays rather than Lists. Since implementations are package-private it's possible for us to control how they are used and it helps to save a little memory. Fixes gh-11411