Spring Framework 5.1.0 exposed by mistake context in the Kotlin bean DSL API in order to fix #20816. Now that BeanFactory#getBeanprovider is available, it should be exposed via a provider<Foo>() function in order to provide a more clean API.
Issue Links:
#20816 Kotlin bean definition DSL should provide access to getBeansOfType() ("supersedes")
Sébastien Deleuze opened SPR-17352 and commented
Spring Framework 5.1.0 exposed by mistake context in the Kotlin bean DSL API in order to fix #20816. Now that
BeanFactory#getBeanprovider
is available, it should be exposed via aprovider<Foo>()
function in order to provide a more clean API.Issue Links:
Referenced from: commits af6a556
The text was updated successfully, but these errors were encountered: