-
Notifications
You must be signed in to change notification settings - Fork 769
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
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
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file