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

Rename PropertyNamingStrategy CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORES to standard SNAKE_CASE? #909

Closed
marcottedan opened this issue Aug 26, 2015 · 2 comments
Milestone

Comments

@marcottedan
Copy link

Hi,

There is a standard naming convention for "lower_case_with_underscore" it's called snake_case : https://en.wikipedia.org/wiki/Snake_case

Would it be possible to duplicate the existing PropertyNamingStrategy to add the PropertyNamingStrategy.CAMEL_CASE_TO_SNAKE_CASE or deprecated the existing one?

@cowtowncoder
Copy link
Member

That sounds reasonable from technical perspective.

But I would like to get this discussed on jackson developer list (https://groups.google.com/forum/#!forum/jackson-dev), to make sure it is something developers agree on.
Could you suggest this on the mailing list? I can make the change if there is consensus for this.

@marcottedan
Copy link
Author

I've just registered to jackson-dev and posted it. Let's see what happens next!

Thank you for your time!

@cowtowncoder cowtowncoder added this to the 2.7.0 milestone Nov 10, 2015
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

2 participants