Skip to content

Fix an issue with deprecated PropertyNamingStrategy.SNAKE_CASE used by tests #727

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

Merged
merged 1 commit into from
Apr 29, 2025

Conversation

cowtowncoder
Copy link
Member

So, PropertyNamingStrategy.SNAKE_CASE (and other unsafe implementations) are being removed finally, as per:

FasterXML/jackson-databind#4136

having been deprecated for years now. So this just changes tests to use PropertyNamingStrategies.SNAKE_CASE (replacement) instead.

@cowtowncoder
Copy link
Member Author

cc @pjfanning -- I think it's ok for me to merge this change as CI passes.

@cowtowncoder cowtowncoder merged commit c2873cf into 2.19 Apr 29, 2025
18 checks passed
@pjfanning pjfanning deleted the tatu/2.19/fix-property-naming-strategy branch May 9, 2025 03:35
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.

1 participant