spring-boot/spring-boot-project/spring-boot-properties-migrator
Phillip Webb c0d79b9273 Rationalize multi-document config file handling
Update `PropertySourceLoader` so that it no longer needs to deal with
matching multi-document files using the `spring.profile` property. The
loader now simply returns one or more `PropertSource` instances for a
given `Resource`.

All property matching now occurs in the `ConfigFileApplicationListener`.
This allows document processing logic to be contained in a single place,
and allows us to rationalize the algorithm so that negative matching
profiles are processed last.

Fixes gh-12159
2018-02-26 23:30:09 -08:00
..
src Rationalize multi-document config file handling 2018-02-26 23:30:09 -08:00
pom.xml Rename spring-boot-deprecated-properties-support 2018-01-24 11:15:17 +01:00