Skip to content

Commit dec85ba

Browse files
committed
Update release notes wrt #4144
1 parent 6595974 commit dec85ba

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,6 +1702,11 @@ Omar Aloraini (ooraini@github)
17021702
to `Class.getSimpleName()`
17031703
(2.16.0)
17041704
1705+
Naoki Takezoe (takezoe@github)
1706+
* Contributed #4144: Log WARN if deprecated subclasses of `PropertyNamingStrategy`
1707+
is used
1708+
(2.16.0)
1709+
17051710
Garret Wilson (garretwilson@github)
17061711
* Reported #4153: Deprecated `ObjectReader.withType(Type)` has no direct
17071712
replacement; need `forType(Type)`

release-notes/VERSION-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Project: jackson-databind
8484
#4095: Add `withObjectProperty(String)`, `withArrayProperty(String)` in `JsonNode`
8585
#4096: Change `JsonNode.withObject(String)` to work similar to `withArray()`
8686
wrt argument
87+
#4144: Log WARN if deprecated subclasses of `PropertyNamingStrategy` is used
88+
(contributed by Naoki T)
8789
#4145: NPE when transforming a tree to a model class object, at `ArrayNode.elements()`
8890
(reported by Ondrej Z)
8991
#4153: Deprecated `ObjectReader.withType(Type)` has no direct replacement;

0 commit comments

Comments
 (0)