Skip to content

Incompatibility with recent jackson versions #97

@coiouhkc

Description

@coiouhkc

Using this library with latest Quarkus (3.28.5 at the moment of writing) fails with

Caused by: java.lang.NoSuchFieldError: Class com.fasterxml.jackson.databind.PropertyNamingStrategy does not have member field 'com.fasterxml.jackson.databind.PropertyNamingStrategy SNAKE_CASE'

due to usage of jackson 2.20 -- PropertyNamingStrategies.SNAKE_CASE should be used instead starting from 2.20 (already deprecated in 2.12 to 2.19)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions