mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
This commits udpates ConverterFactory#getConverter to accept both nullable and non-null T in the Converter return value. Flexible nullability at ConverterFactory type level would have been ideal, but is not possible due to how Kotlin deals with Class<T> when T is nullable. See gh-36063