You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Better error reporting when instance does not match factory method
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.
Closesgh-28897
Copy file name to clipboardExpand all lines: spring-beans/src/test/java/org/springframework/beans/factory/support/SimpleInstantiationStrategyTests.java
0 commit comments