File tree 2 files changed +6
-5
lines changed 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1660,9 +1660,8 @@ Philipp Kräutli (pkraeutli@github)
1660
1660
(2.16.0)
1661
1661
1662
1662
iProdigy (iProdigy@github)
1663
- * Contributed fix #4041: Actually cache EnumValues#internalMap
1663
+ * Contributed #4036: Use `@JsonProperty` for Enum values also when `READ_ENUMS_USING_TO_STRING`
1664
+ enabled
1665
+ (2.16.0)
1666
+ * Contributed fix #4041: Actually cache EnumValues#internalMap
1664
1667
(2.16.0)
1665
-
1666
-
1667
-
1668
-
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ Project: jackson-databind
31
31
is enabled
32
32
(reported by Philipp K)
33
33
#4011 : Add guardrail setting for `TypeParser` handling of type parameters
34
+ #4036 : Use `@JsonProperty` for Enum values also when `READ_ENUMS_USING_TO_STRING` enabled
35
+ (contributed by @iProdigy)
34
36
#4041 : Actually cache EnumValues#internalMap
35
37
(contributed by @iProdigy)
36
38
You can’t perform that action at this time.
0 commit comments