Skip to content

Commit ca47ea3

Browse files
committed
Update release notes wrt #4039
1 parent 3c48461 commit ca47ea3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

release-notes/CREDITS-2.x

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1666,5 +1666,8 @@ iProdigy (iProdigy@github)
16661666
* Contributed #4037: Fix `Enum` deserialization to use `@JsonProperty`, `@JsonAlias` even if
16671667
`EnumNamingStrategy` used
16681668
(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
16701673
(2.16.0)

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Project: jackson-databind
3535
(contributed by @iProdigy)
3636
#4037: Fix `Enum` deserialization to use `@JsonProperty`, `@JsonAlias` even if
3737
`EnumNamingStrategy` used
38+
(contributed by @iProdigy)
39+
#4039: Use `@JsonProperty` and lowercase feature when serializing Enums despite
40+
using toString()
41+
(contributed by @iProdigy)
3842
#4041: Actually cache EnumValues#internalMap
3943
(contributed by @iProdigy)
4044

0 commit comments

Comments
 (0)