Skip to content

fix: update fasterxml.jackson snake case import enum#352

Merged
meotch merged 1 commit intomasterfrom
mitch/fix_jackson_snake_case_import_enum
Feb 23, 2026
Merged

fix: update fasterxml.jackson snake case import enum#352
meotch merged 1 commit intomasterfrom
mitch/fix_jackson_snake_case_import_enum

Conversation

@meotch
Copy link

@meotch meotch commented Feb 23, 2026

Summary of Changes

Updates PropertyNamingStrategy.SNAKE_CASE to PropertyNamingStrategies.SNAKE_CASE as the former doesn't exist in newer versions of fasterxml.jackson

Public API Additions/Changes

None

Downstream Consumer Impact

None

How Has This Been Tested?

Tested locally against java-mdx-web, no longer seeing java.lang.NoSuchFieldError: SNAKE_CASE

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

this doesn't exist in newer version of fasterxml.jackson
@meotch meotch merged commit 329b741 into master Feb 23, 2026
7 checks passed
@meotch meotch deleted the mitch/fix_jackson_snake_case_import_enum branch February 23, 2026 22:10
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