You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace deprecated SNAKE_CASE with current SNAKE_CASE (#1807)
Jackson API 2.20.0 removes the PropertyNamingStrategy.SNAKE_CASE symbol.
The replacement symbol is PropertyNamingStrategies.SNAKE_CASE.
Refer to BOM test failures in:
* jenkinsci/bom#5622
Testing done:
Confirmed it compiles with Jackson 2 API 2.20.0 incremental build and
with current Jackson 2 API 2.19.x.
Co-authored-by: Basil Crow <[email protected]>
Co-authored-by: Kris Stern <[email protected]>
0 commit comments