-
-
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
MapperFeature.ACCEPT_CASE_INSENSITIVE_ENUMS
should work for enum as keys
#2873
Comments
MapperFeature.ACCEPT_CASE_INSENSITIVE_ENUMS
should work for enum as keys
I would like to work on it. |
According to README.md#Basic rules for Code Contributions, I should provide a filled Contributor License Agreement. Do you have any example of CLA? |
@ILGO0413 yes, it's under "FasterXML/jackson" repo: https://github.com/FasterXML/jackson/blob/master/contributor-agreement.pdf and the easiest way is probably to print, fill & sign, scan/photo, email to |
Would you accept it if I write it by hand? |
CLA as submitted fine (i.e. electronic variant works for us). Thank you for doing it very quickly! |
Merged, backported in 2.12. Thank you @ILGO0413! |
Describe the bug
ACCEPT_CASE_INSENSITIVE_ENUMS not working for enums as map keys
Version information
2.11.2
To Reproduce
Use enum as map key and deserialize json with different key case
Expected behavior
ACCEPT_CASE_INSENSITIVE_ENUMS works for map enum keys
The text was updated successfully, but these errors were encountered: