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.
Environment
2.20.01.329When running with this combination, there's a runtime error when loading GitHubClient. In particular,
PropertyNamingStrategy.SNAKE_CASEseems to have been removed in jackson databind2.20.0as part of FasterXML/jackson-databind@4d20831. FasterXML/jackson-databind#4136 contains the discussion around it.The suggestion is to use
PropertyNamingStrategies#SNAKE_CASEinstead.