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

Add JsonPropertyNamingStrategy.LOWER_CASE_WITH_DOTS for dot-delimited names #2243

Closed
wants to merge 551 commits into from
Closed

Conversation

zenglian
Copy link

@zenglian zenglian commented Feb 2, 2019

Add JsonPropertyNamingStrategy.LOWER_CASE_WITH_DOTS for dot-delimited names, which is widely used as configuration properties name, by many applications/products like hadoop, spark, etc.

Created per #2241

cowtowncoder and others added 30 commits February 27, 2018 19:21
…rom annotations, default type handling (eventually)
…n, remove from `AnnotationIntrospector`, add `TypeResolverProvider`
@cowtowncoder
Copy link
Member

Hmmh. Unfortunately I don't think this merge works as it would merge in 3.0 (master) changes back to 2.x branch. But I think I can try to use the origin PR to make things work.

@zenglian
Copy link
Author

zenglian commented Feb 4, 2019

oops...got it... it should be based on 2.10 branch

@zenglian zenglian closed this Feb 4, 2019
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

Successfully merging this pull request may close these issues.