Skip to content

Fix error deserializing enum values with flattening Jackson2HashMapper. #2980

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

Closed
wants to merge 2 commits into from

Conversation

christophstrobl
Copy link
Member

Resolves: #2979

This commit makes sure the mapper does not attempt to read type alias when deserializing enums.
@mp911de mp911de added the type: bug A general bug label Aug 29, 2024
mp911de pushed a commit that referenced this pull request Aug 30, 2024
This commit makes sure the mapper does not attempt to read type alias when deserializing enums.

Original pull request: #2980
Closes #2979
mp911de pushed a commit that referenced this pull request Aug 30, 2024
This commit makes sure the mapper does not attempt to read type alias when deserializing enums.

Original pull request: #2980
Closes #2979
mp911de pushed a commit that referenced this pull request Aug 30, 2024
This commit makes sure the mapper does not attempt to read type alias when deserializing enums.

Original pull request: #2980
Closes #2979
@mp911de mp911de added this to the 3.2.10 (2023.1.10) milestone Aug 30, 2024
@mp911de mp911de closed this Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jackson2HashMapper fails to deserialize enum property when flatten=true
2 participants