spring-boot/spring-boot-autoconfigure
Andy Wilkinson 6dc14af92d Update view of bean types when an override is detected
Previously, when a bean was overridden and its type changes,
BeanTypeRegistry could be left with a stale view of the bean's type.
This would lead to incorrect bean condition evaluation as conditions
would match or not match based on the bean's old type.

This commit updates the type registry to refresh its view of a bean's
type when its definition changes.

Closes gh-13588
2018-07-11 16:46:37 +01:00
..
src Update view of bean types when an override is detected 2018-07-11 16:46:37 +01:00
pom.xml Don't auto-configure MultipartConfigElement when using Commons FileUpload 2018-06-20 12:05:23 +01:00