File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -1666,5 +1666,8 @@ iProdigy (iProdigy@github)
1666
1666
* Contributed #4037: Fix `Enum` deserialization to use `@JsonProperty`, `@JsonAlias` even if
1667
1667
`EnumNamingStrategy` used
1668
1668
(2.16.0)
1669
- * Contributed fix #4041: Actually cache EnumValues#internalMap
1669
+ * Contributed #4039: Use `@JsonProperty` and lowercase feature when serializing Enums despite
1670
+ using toString()
1671
+ (2.16.0)
1672
+ * Contributed fix #4041: Actually cache EnumValues#internalMap
1670
1673
(2.16.0)
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ Project: jackson-databind
35
35
(contributed by @iProdigy)
36
36
#4037 : Fix `Enum` deserialization to use `@JsonProperty`, `@JsonAlias` even if
37
37
`EnumNamingStrategy` used
38
+ (contributed by @iProdigy)
39
+ #4039 : Use `@JsonProperty` and lowercase feature when serializing Enums despite
40
+ using toString ()
41
+ (contributed by @iProdigy)
38
42
#4041 : Actually cache EnumValues#internalMap
39
43
(contributed by @iProdigy)
40
44
You can’t perform that action at this time.
0 commit comments