Closed
Description
- fix added using 31efc10
- this is a temp workaround - Scala 3 has the same fix but implemented another way - Collection deserializer should create empty collection instead of null (when input is null)
- Jackson 2 workaround needed due to JsonDeserializer getNullValue does not match NullValueProvider jackson-databind#5056