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

Make PropertyNamingStrategy skip renaming on Enums #4311

Merged
merged 4 commits into from
Jan 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
...
  • Loading branch information
cowtowncoder committed Jan 10, 2024
commit fc7a7d548133b88633cc12b79178be91cf90aec7
6 changes: 3 additions & 3 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Project: jackson-databind

2.16.2 (not yet released)

#4303: `ObjectReader` is not serializable if it's configured for polymorphism
(reported by @asardaes)
(fix contributed by Joo-Hyuk K)
#4302: Problem deserializing some type of Enums when using `PropertyNamingStrategy`
(reported by Pieter D-S)
(fix contributed by Joo-Hyuk K)
#4303: `ObjectReader` is not serializable if it's configured for polymorphism
(reported by @asardaes)
(fix contributed by Joo-Hyuk K)

2.16.1 (24-Dec-2023)

Expand Down