mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
999b5d4462
This commit improves the handling of IllegalArgumentException in SimpleInstantiationStrategy. Previously, only arguments mismatch were handled but the exception can also be thrown if the factory instance does not match the target method. Closes gh-28897