spring-boot/spring-boot-autoconfigure
Phillip Webb 45b579c439 Improve OnBeanCondition Performance
Update OnBeanCondition to use a new BeanTypeRegistry which includes
optimized code when using a DefaultListableBeanFactory. The optimized
version calculates bean types only once per bean and caches the result.

Prior to this change the sample "pet clinic" application would spend
400-500 milliseconds evaluating OnBeanConditions, after this change it
spends around 120 milliseconds.

Fixes gh-1803
2014-11-02 13:55:06 -08:00
..
src Improve OnBeanCondition Performance 2014-11-02 13:55:06 -08:00
.gitignore Restore test classes 2014-06-01 13:11:25 +01:00
pom.xml Align new JavaMail dependencies with Spring IO Platform 2014-10-29 17:05:48 +00:00