spring-boot/spring-boot-project/spring-boot-dependencies
Stephane Nicoll 6aa639253a Analyse the environment for properties that are no longer supported
This commit adds a new `spring-boot-configuration-analyzer` module that
can be added to any app to analyze its environment on startup.

Each configuration key that has a matching replacement is temporarily
transitioned to the new name with a `WARN` report that lists all of
them.

If the project defines configuration keys that don't have a replacement,
an `ERROR` report lists them with more information if it is available.

Closes gh-11301
2018-01-22 17:31:03 +01:00
..
src/main/xslt Fix POMs for the updated build/release process 2017-10-04 16:34:38 -07:00
pom.xml Analyse the environment for properties that are no longer supported 2018-01-22 17:31:03 +01:00