Skip to content

Commit ff46d84

Browse files
committed
Update release notes wrt #4037
1 parent 274a746 commit ff46d84

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

release-notes/CREDITS-2.x

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1663,5 +1663,8 @@ iProdigy (iProdigy@github)
16631663
* Contributed #4036: Use `@JsonProperty` for Enum values also when `READ_ENUMS_USING_TO_STRING`
16641664
enabled
16651665
(2.16.0)
1666-
* Contributed fix #4041: Actually cache EnumValues#internalMap
1666+
* Contributed #4037: Fix `Enum` deserialization to use `@JsonProperty`, `@JsonAlias` even if
1667+
`EnumNamingStrategy` used
1668+
(2.16.0)
1669+
* Contributed fix #4041: Actually cache EnumValues#internalMap
16671670
(2.16.0)

release-notes/VERSION-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Project: jackson-databind
3333
#4011: Add guardrail setting for `TypeParser` handling of type parameters
3434
#4036: Use `@JsonProperty` for Enum values also when `READ_ENUMS_USING_TO_STRING` enabled
3535
(contributed by @iProdigy)
36+
#4037: Fix `Enum` deserialization to use `@JsonProperty`, `@JsonAlias` even if
37+
`EnumNamingStrategy` used
3638
#4041: Actually cache EnumValues#internalMap
3739
(contributed by @iProdigy)
3840

0 commit comments

Comments
 (0)