Previously, ConstructorResolver would reject any candidate if the parameter is `null`. The reason for that is that null does not carry any type and the matching algorithm would systematically fail for that argument. This commit adds an extra check, and several tests, to validate that a null value is taken into account. Closes gh-31495 |
||
|---|---|---|
| .. | ||
| src | ||
| spring-beans.gradle | ||