spring-boot/spring-boot-autoconfigure
Andy Wilkinson f93d4a0cbf Add explicit aliases for exclude and excludeName on SpringBootApplication
Previously, SpringBootApplication relied on implicity aliasing of
exclude and excludeName that worked because the two attributes have
the same names as the equivalent attributes on
EnableAutoConfiguration.

This commit updates SpringBootApplication to make the aliases explicit
and also adds tests to EnableAutoConfigurationImportSelectorTests to
verify that the aliasing is working as intended.

Closes gh-7951
2017-01-19 12:29:46 +00:00
..
src Add explicit aliases for exclude and excludeName on SpringBootApplication 2017-01-19 12:29:46 +00:00
pom.xml Add LDAP auto-configuration support 2017-01-05 23:34:50 -08:00