This commit adds support for WildcardType bounds resolution, commonly seen in Kotlin due to declaration-site variance, but also possible in Java even if less common. Closes spring-projectsgh-22313 ...
I consider 2 @Configuration classes, the second extends the first and overloads a bean from the first config. The second configuration is invalid as some dependency cannot be resolved. Then, I expect ...