mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 15:49:26 +00:00
In gh-35947, the `Converter` contract was refined to allow for nullable return values. This created a mismatch with the `ConverterFactory` contract. This commit fixes this mismatch by allowing nullable return values in `Converter` instances created by `ConverterFactory`. Fixes gh-36063