@Configuration imported via @ImportResource is not processed [SPR-11723] #16345
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Dave Syer opened SPR-11723 and commented
Similar but different to #16056 (and more surprising and irritating to users). Originally raised via Spring Boot at spring-projects/spring-boot#710.
Affects: 4.0.3
Issue Links:
@Configuration
classes scanned by component scan. ("is duplicated by")@ComponentScan
are skipped in@Configuration
override@Configuration
imported via ImportBeanDefinitionRegistrar is not processed as configuration@Condition
exclusion@Bean
methods on@Configuration
class returned from another@Bean
method do not work2 votes, 6 watchers
The text was updated successfully, but these errors were encountered: