Skip to content
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

GH-1215: Allow Abstract Class Deserialization #1216

Merged
merged 1 commit into from
Jun 23, 2020

Conversation

garyrussell
Copy link
Contributor

Resolves #1215

Previously, the message converter would fall back to header type info
if the inferred type was abstract.

Furthermore, we did not examine container type content being abstract.

With a custom deserializer, abstract classes can be deserialized.

Resolves spring-projects#1215

Previously, the message converter would fall back to header type info
if the inferred type was abstract.

Furthermore, we did not examine container type content being abstract.

With a custom deserializer, abstract classes can be deserialized.
@artembilan artembilan merged commit 06af403 into spring-projects:master Jun 23, 2020
@artembilan
Copy link
Member

... and cherry-picked to 2.2.x after resolving conflicts in What's New

@garyrussell garyrussell deleted the GH-1215 branch June 24, 2020 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jackson Message Conversion - Allow Abstract Classes
2 participants