mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
c99e7f8616
Previously, a BeanDefinition that has an instance supplier would be used irrespective of custom arguments being provided. This commit only applies the instance supplier if no arguments are provided. With custom arguments, the regular lookup takes place based on the information provided in the bean factory. Closes gh-32657