File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1663,5 +1663,8 @@ iProdigy (iProdigy@github)
1663
1663
* Contributed #4036: Use `@JsonProperty` for Enum values also when `READ_ENUMS_USING_TO_STRING`
1664
1664
enabled
1665
1665
(2.16.0)
1666
- * Contributed fix #4041: Actually cache EnumValues#internalMap
1666
+ * Contributed #4037: Fix `Enum` deserialization to use `@JsonProperty`, `@JsonAlias` even if
1667
+ `EnumNamingStrategy` used
1668
+ (2.16.0)
1669
+ * Contributed fix #4041: Actually cache EnumValues#internalMap
1667
1670
(2.16.0)
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ Project: jackson-databind
33
33
#4011 : Add guardrail setting for `TypeParser` handling of type parameters
34
34
#4036 : Use `@JsonProperty` for Enum values also when `READ_ENUMS_USING_TO_STRING` enabled
35
35
(contributed by @iProdigy)
36
+ #4037 : Fix `Enum` deserialization to use `@JsonProperty`, `@JsonAlias` even if
37
+ `EnumNamingStrategy` used
36
38
#4041 : Actually cache EnumValues#internalMap
37
39
(contributed by @iProdigy)
38
40
You can’t perform that action at this time.
0 commit comments