Consider implemented interfaces during @Import
processing
#34805
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
See spring-projects/spring-boot#45252 for background.
ConfigurationClassParser
does not consider implemented interfaces when finding@Import
(meta-)annotations. It would enable the scenario described in spring-projects/spring-boot#45252 if it did. I think it would also be more consistent with other areas of Framework where implemented interfaces are considered. The test context framework is one such area.The text was updated successfully, but these errors were encountered: