-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Consider implemented interfaces during @Import
processing
#34805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: superseded
An issue that has been superseded by another
type: enhancement
A general enhancement
Comments
kwondh5217
added a commit
to kwondh5217/spring-framework
that referenced
this issue
Apr 24, 2025
Closes spring-projectsgh-34805 Signed-off-by: Daeho Kwon <[email protected]>
kwondh5217
added a commit
to kwondh5217/spring-framework
that referenced
this issue
Apr 24, 2025
Closes spring-projectsgh-34805 Signed-off-by: Daeho Kwon <[email protected]>
kwondh5217
added a commit
to kwondh5217/spring-framework
that referenced
this issue
Apr 24, 2025
Closes spring-projectsgh-34805 Signed-off-by: Daeho Kwon <[email protected]>
Superseded by |
kwondh5217
added a commit
to kwondh5217/spring-framework
that referenced
this issue
Jun 3, 2025
Closes spring-projectsgh-34805 Signed-off-by: Daeho Kwon <[email protected]>
kwondh5217
added a commit
to kwondh5217/spring-framework
that referenced
this issue
Jun 3, 2025
Closes spring-projectsgh-34805 Signed-off-by: Daeho Kwon <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: superseded
An issue that has been superseded by another
type: enhancement
A general enhancement
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: