Jackson ArrayNode
cannot be cast to java.util.Collection
in KotlinSerializationJsonHttpMessageConverter
#34211
Labels
status: waiting-for-feedback
We need additional information before we can continue
status: waiting-for-triage
An issue we've not yet triaged or decided on
While using
kotlin-serialization-json-jvm:1.7.3
withcom.fasterxml.jackson.core:jackson-datebind:2.15.3
inspring-web:5.3.39
,org.springframework.http.converter.json.KotlinSerializationJsonHttpMessageConverter.encode()
will causecom.fasterxml.jackson.databind.node.ArrayNode cannot be cast to java.util.Collection
in the lineString json = this.json.encodeToString(serializer, object);
.The text was updated successfully, but these errors were encountered: