-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Support @Import
on interfaces
#34820
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
Conversation
Closes spring-projectsgh-34805 Signed-off-by: Daeho Kwon <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
I've requested a few changes.
...g-context/src/main/java/org/springframework/context/annotation/ConfigurationClassParser.java
Outdated
Show resolved
Hide resolved
...g-context/src/main/java/org/springframework/context/annotation/ConfigurationClassParser.java
Outdated
Show resolved
Hide resolved
spring-context/src/test/java/org/springframework/context/annotation/ImportSelectorTests.java
Outdated
Show resolved
Hide resolved
@sbrannen Thanks for the review! |
Closes spring-projectsgh-34805 Signed-off-by: Daeho Kwon <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the requested changes!
I've added an additional request to revise the "local @Import
" use case.
Please also update the copyright header in ImportSelectorTests
.
Thanks
spring-context/src/test/java/org/springframework/context/annotation/ImportSelectorTests.java
Show resolved
Hide resolved
Closes spring-projectsgh-34805 Signed-off-by: Daeho Kwon <[email protected]>
Thanks for the guidance, @sbrannen. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now.
Thanks for making all of the requested changes.
- Update @Import Javadoc - Move tests from ImportSelectorTests to ImportTests See gh-34820
Closes gh-34805