File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1850,6 +1850,11 @@ wrongwrong (@k163377)
18501850 * Contributed fix for #2461 : Nested `@JsonUnwrapped` property names not correctly handled
18511851 (2.19.0 )
18521852
1853+ Geoffrey Grebert (@ggrebert)
1854+ * Contributed #2951 : Allow inverting `@JsonProperty(access=)` so it can work differently
1855+ on server side and client side
1856+ (2.19.0 )
1857+
18531858Konstantin Maliuga (@badoken)
18541859 * Contributed #4674 : Allow setting global enum naming strategy similar to property naming strategy
18551860 (2.19.0 )
Original file line number Diff line number Diff line change @@ -9,12 +9,16 @@ Project: jackson-databind
99#2461 : Nested `@JsonUnwrapped` property names not correctly handled
1010 (reported by @plovell)
1111 (fix contributed by @SandeepGaur2016)
12+ #2951 : Allow inverting `@JsonProperty(access=)` so it can work differently
13+ on server side and client side
14+ (requested by @qianlong)
15+ (contributed by Geoffrey G)
1216#4674 : Allow setting global enum naming strategy similar to property naming strategy
1317 (requested by @hajdamak)
1418 (contributed by Konstantin M)
1519#4676 : Support other enum naming strategies than camelCase
1620 (requested by @hajdamak)
17- (contributed by Lars
21+ (contributed by Lars B)
1822
19232.18.1 (WIP-2024 )
2024
You can’t perform that action at this time.
0 commit comments