Skip to content

Commit

Permalink
Update release notes wrt #4144
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 12, 2023
1 parent 6595974 commit dec85ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -1702,6 +1702,11 @@ Omar Aloraini (ooraini@github)
to `Class.getSimpleName()`
(2.16.0)
Naoki Takezoe (takezoe@github)
* Contributed #4144: Log WARN if deprecated subclasses of `PropertyNamingStrategy`
is used
(2.16.0)
Garret Wilson (garretwilson@github)
* Reported #4153: Deprecated `ObjectReader.withType(Type)` has no direct
replacement; need `forType(Type)`
Expand Down
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ Project: jackson-databind
#4095: Add `withObjectProperty(String)`, `withArrayProperty(String)` in `JsonNode`
#4096: Change `JsonNode.withObject(String)` to work similar to `withArray()`
wrt argument
#4144: Log WARN if deprecated subclasses of `PropertyNamingStrategy` is used
(contributed by Naoki T)
#4145: NPE when transforming a tree to a model class object, at `ArrayNode.elements()`
(reported by Ondrej Z)
#4153: Deprecated `ObjectReader.withType(Type)` has no direct replacement;
Expand Down

0 comments on commit dec85ba

Please sign in to comment.