Closed
Description
Richard L. Allen opened SPR-9324 and commented
We use a custom ClassPathBeanDefinitionScanner
along with AnnotationConfigWebApplicationContext
. To achieve this, we have to extend AnnotationConfigWebApplicationContext
and override the loadBeanDefinitions
method to substitute our custom scanner. Would be nice if AnnotationConfigWebApplicationContext
simply had a set method for the scanner the same as the set methods for the BeanNameGenerator
and ScopeMetadataResolver
.
Affects: 3.1.1
Referenced from: commits 0230c49, 20beace
Backported to: 4.1.9
1 votes, 1 watchers