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

Added get and modify methods for list member tags. #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kimvsparrow
Copy link

Includes backing domain classes and tests.

The SnakeCaseStrategy isn't necessary for the new Tag and Tags classes but it's there in case a new long property name should be added for whatever reason. I find the use of this naming strategy is cleaner than adding @JsonProperty for everything (or even for just the long names).

Cheers, Kim

@kimvsparrow
Copy link
Author

And now I've removed the SnakeCaseStrategy because it requires a newer version of jackson-databind than what is needed by Spring Boot 1.3. One day we'll migrate...

@waldman
Copy link

waldman commented Sep 26, 2019

Was this released?

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.

3 participants