File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1667,7 +1667,9 @@ iProdigy (iProdigy@github)
16671667 `EnumNamingStrategy` used
16681668 (2.16.0)
16691669 * Contributed #4039: Use `@JsonProperty` and lowercase feature when serializing Enums despite
1670- using toString()
1670+ using toString()
16711671 (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
16731675 (2.16.0)
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ Project: jackson-databind
3939#4039 : Use `@JsonProperty` and lowercase feature when serializing Enums despite
4040 using toString ()
4141 (contributed by @iProdigy)
42+ #4040 : Use `@JsonProperty` over `EnumNamingStrategy` for Enum serialization
43+ (contributed by @iProdigy)
4244#4041 : Actually cache EnumValues#internalMap
4345 (contributed by @iProdigy)
4446
You can’t perform that action at this time.
0 commit comments