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

i - I case convertion with PropertyNamingStrategy #2563

Open
cowtowncoder opened this issue Dec 7, 2019 · 0 comments
Open

i - I case convertion with PropertyNamingStrategy #2563

cowtowncoder opened this issue Dec 7, 2019 · 0 comments

Comments

@cowtowncoder
Copy link
Member

cowtowncoder commented Dec 7, 2019

After fixing #953 -- issue with case-insensitive deserialization and "Turkish / dotted/undotted I" -- there is the remaining issue of proper handling of casing for deriving property names from accessors (getters / setters). It seems likely that matching would not work to connect fields with accessors (and/or explicit names) without passing Locale to allow for safe String.toLowerCase.

First part would be coming up with test case(s) to show the issue itself.

Earlier PR #2554 may be of use as well.

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

No branches or pull requests

1 participant