-
Notifications
You must be signed in to change notification settings - Fork 38.1k
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
When using kotlin Collection then @Autowire Collection<SomeInterface> does not work correctly #20494
Comments
Sébastien Deleuze commented I had a look to this repro test and found that
Juergen Hoeller I have added a unit test in this branch to compare Kotlin |
Duplicate of #22313. |
Mario Zagar opened SPR-15940 and commented
Using:
Following test fails when autowiring kotlin Collection
@Autowired
lateinit var beans : Collection.When using java.util.Collection autowiring works as expected.
Not really sure if this is kotlin issue or spring issue.
Here's the test:
Test output:
Affects: 5.0 RC3
1 votes, 3 watchers
The text was updated successfully, but these errors were encountered: