spring-boot/spring-boot-project/spring-boot-properties-migr.../src/test
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
..
java/org/springframework/boot/context/properties/migrator Rationalize multi-document config file handling 2018-02-26 23:30:09 -08:00
resources Clarify when a property was not renamed due to an incompatible type 2018-01-29 10:30:59 +01:00