@Configuration imported via ImportBeanDefinitionRegistrar is not processed as configuration [SPR-11430] #16056
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Dave Syer opened SPR-11430 and commented
@Configuration
imported viaImportBeanDefinitionRegistrar
is not processed as configuration. Actually it seems to get proxied OK, but the@Beans
inside it are not instantiated or registered with the bean factory.Affects: 4.0.1
Issue Links:
@Bean
methods on@Configuration
class returned from another@Bean
method do not work@Configuration
imported via@ImportResource
is not processedReferenced from: commits 71c6eb2
The text was updated successfully, but these errors were encountered: