Skip to content

Runtime errors when using jackson 2.20.0 #2137

@ketan

Description

@ketan

Environment

  • Jackson databind - 2.20.0
  • org.kohsuke:github-api 1.329

When running with this combination, there's a runtime error when loading GitHubClient. In particular, PropertyNamingStrategy.SNAKE_CASE seems to have been removed in jackson databind 2.20.0 as part of FasterXML/jackson-databind@4d20831. FasterXML/jackson-databind#4136 contains the discussion around it.

The suggestion is to use PropertyNamingStrategies#SNAKE_CASE instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency file

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions