File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1543,8 +1543,11 @@ 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 #2667: Add `@EnumNaming`, `EnumNamingStrategy` to allow use of naming
1547
+ strategies for Enums
1548
+ (2.15.0)
1546
1549
* Contributed fix for #2968: Deserialization of `@JsonTypeInfo` annotated type fails with
1547
- missing type id even for explicit concrete subtypes
1550
+ missing type id even for explicit concrete subtypes
1548
1551
(2.15.0)
1549
1552
* Contributed #3053: Allow serializing enums to lowercase (`EnumFeature.WRITE_ENUMS_TO_LOWERCASE`)
1550
1553
(2.15.0)
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ Project: jackson-databind
8
8
9
9
#2536 : Add `EnumFeature.READ_ENUM_KEYS_USING_INDEX` to work with
10
10
existing " WRITE_ENUM_KEYS_USING_INDEX" #
11
+ #2667 : Add `@EnumNaming`, `EnumNamingStrategy` to allow use of naming
12
+ strategies for Enums
13
+ (contributed by Joo-Hyuk K)
11
14
#2968 : Deserialization of `@JsonTypeInfo` annotated type fails with
12
15
missing type id even for explicit concrete subtypes
13
16
(requested by Patrick S)
You can’t perform that action at this time.
0 commit comments