mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Update `PropertiesConfigurationFactory` so that when possible fewer calls are made to the underlying `PropertySource`. The `PropertySourcesPropertyValues` class now accepts a matcher which is used to limit the properties that should be adapted. The factory will create a matcher based on the standard relaxed binding rules. Fixes gh-3402 See gh-3515