-
Notifications
You must be signed in to change notification settings - Fork 38.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jackson ArrayNode
cannot be cast to java.util.Collection
in KotlinSerializationJsonHttpMessageConverter
#34211
Comments
The OSS support for Spring Framework 5.x has ended, and your report is not actionable. If you want support, please take the time to upgrade to a supported version. If you can still reproduce the problem, we'll need a small sample we can run ourselves to reproduce it. |
ArrayNode
cannot be cast to java.util.Collection
in KotlinSerializationJsonHttpMessageConverter
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
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: