spring-framework/spring-beans
Stéphane Nicoll 4977ef9cea Import ConstructorResolver to handle null values
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
2023-10-25 17:59:11 +02:00
..
src Import ConstructorResolver to handle null values 2023-10-25 17:59:11 +02:00
spring-beans.gradle Merge branch '6.0.x' 2023-08-02 01:04:31 +02:00