spring-boot/spring-boot
Andy Wilkinson 5009933788 Move to constructor injection in simple configuration classes
This commit updates "simple" configuration classes to use constructor
injection. Simple means that there are no optional dependencies
(@Autowired(required=false) is not used), and none of the dependencies
use generics.

Configuration classes that are not simple will be updated in a second
pass once https://jira.spring.io/browse/SPR-14015 has been fixed.

See gh-5306
2016-03-04 12:27:29 +00:00
..
src Move to constructor injection in simple configuration classes 2016-03-04 12:27:29 +00:00
pom.xml Next Development Version 2016-02-26 01:06:16 -08:00