File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1667,7 +1667,9 @@ iProdigy (iProdigy@github)
1667
1667
`EnumNamingStrategy` used
1668
1668
(2.16.0)
1669
1669
* Contributed #4039: Use `@JsonProperty` and lowercase feature when serializing Enums despite
1670
- using toString()
1670
+ using toString()
1671
1671
(2.16.0)
1672
- * Contributed fix #4041: Actually cache EnumValues#internalMap
1672
+ * Contributed #4040: Use `@JsonProperty` over `EnumNamingStrategy` for Enum serialization
1673
+ (2.16.0)
1674
+ * Contributed fix #4041: Actually cache EnumValues#internalMap
1673
1675
(2.16.0)
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ Project: jackson-databind
39
39
#4039 : Use `@JsonProperty` and lowercase feature when serializing Enums despite
40
40
using toString ()
41
41
(contributed by @iProdigy)
42
+ #4040 : Use `@JsonProperty` over `EnumNamingStrategy` for Enum serialization
43
+ (contributed by @iProdigy)
42
44
#4041 : Actually cache EnumValues#internalMap
43
45
(contributed by @iProdigy)
44
46
You can’t perform that action at this time.
0 commit comments