File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -1365,3 +1365,13 @@ Klaas Dellschaft (klaasdellschaft@github)
1365
1365
Nick Benoit (nick-benoit14@github)
1366
1366
* Proposed #3193 : Add `MapperFeature.APPLY_DEFAULT_VALUES`, initially for Scala module
1367
1367
(2.13.0 )
1368
+
1369
+ Kenneth Jorgensen (kennethjor@github)
1370
+ * Requested #3238 : Add PropertyNamingStrategies.UpperSnakeCaseStrategy
1371
+ (and UPPER_SNAKE_CASE constant)
1372
+ (2.13.0 )
1373
+
1374
+ Tanvesh Takawale (TanveshT@github)
1375
+ * Contributed implementation for #3238 : Add PropertyNamingStrategies.UpperSnakeCaseStrategy
1376
+ (and UPPER_SNAKE_CASE constant)
1377
+ (2.13.0 )
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ Project: jackson-databind
58
58
(contributed by Klaas D)
59
59
#3193: Add `MapperFeature.APPLY_DEFAULT_VALUES`, initially for Scala module
60
60
(suggested by Nick B)
61
+ #3238: Add PropertyNamingStrategies.UpperSnakeCaseStrategy (and UPPER_SNAKE_CASE constant)
62
+ (requested by Kenneth J)
63
+ (contributed by Tanvesh)
61
64
- Fix to avoid problem with `BigDecimalNode`, scale of `Integer.MIN_VALUE` (see
62
65
[dataformats-binary#264] for details)
63
66
- Extend handling of `FAIL_ON_NULL_FOR_PRIMITIVES` to cover coercion from (Empty) String
You can’t perform that action at this time.
0 commit comments