File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1543,6 +1543,12 @@ Joo Hyuk Kim (JooHyukKim@github)
1543
1543
* Contributed #2536: Add `EnumFeature.READ_ENUM_KEYS_USING_INDEX` to work with
1544
1544
existing "WRITE_ENUM_KEYS_USING_INDEX"
1545
1545
(2.15.0)
1546
+ * Contributed #3053: Allow serializing enums to lowercase (`EnumFeature.WRITE_ENUMS_TO_LOWERCASE`)
1547
+ (2.15.0)
1548
+
1549
+ Vojtěch Knyttl (knyttl@github)
1550
+ * Requested #3053: Allow serializing enums to lowercase (`EnumFeature.WRITE_ENUMS_TO_LOWERCASE`)
1551
+ (2.15.0)
1546
1552
1547
1553
Hervé Boutemy (hboutemy@github)
1548
1554
* Contributed fix for #3680: Timestamp in classes inside jar showing 02/01/1980
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ Project: jackson-databind
13
13
(fix contributed by Sim Y-T)
14
14
#2992 : Properties naming strategy do not work with Record
15
15
(fix contributed by Sim Y-T)
16
+ #3053 : Allow serializing enums to lowercase (`EnumFeature.WRITE_ENUMS_TO_LOWERCASE`)
17
+ (requested by Vojtěch K)
18
+ (contributed by Joo-Hyuk K)
16
19
#3180 : Support `@JsonCreator` annotation on record classes
17
20
(fix contributed by Sim Y-T)
18
21
#3297 : `@JsonDeserialize(converter = ...)` does not work with Records
You can’t perform that action at this time.
0 commit comments