Add @PropertyMapping annotation which can be used to mark annotation attributes that should contribute Environment properties. Provides a quick way for tests to change auto-configuration behavior in a structured way. Fixes gh-4901
Add a TestExecutionListener to print the auto-configuration report when a test cannot load. See gh-4901
Add a new test module to deal with auto-configuration in tests. See gh-4901