-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
EnumFeature.WRITE_ENUMS_TO_LOWERCASE
overrides @JsonProperty
values
#4788
Comments
Thank you for reporting this @martel -- definitely sounds like a bug. Big thanks for reproduction. |
@JooHyukKim I think you implemented this feature; may want to see if this might be something simple to fix? Or if not, at least add "tofix" reproduction to help. |
Okay, lemme look into this right away 👌🏼👌🏼 |
Filed #4789 , thanks! |
Excellent work, @JooHyukKim ! |
Thank you, folks! I was expecting this issue to be open for months, and lo and behold! Such a nice surprise. Big thank you!! Cheers. |
Thank you for your the report @martel; happy we could get it fixed quickly! |
Search before asking
Describe the bug
When using
EnumFeature.WRITE_ENUMS_TO_LOWERCASE
, the@JsonProperty
values of enum fields are ignored.Version Information
2.18.1
Reproduction
Results in:
Expected behavior
Should return
@JsonProperty
defined value.Additional context
No response
The text was updated successfully, but these errors were encountered: