File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff 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+
17051710Garret Wilson (garretwilson@github)
17061711 * Reported #4153: Deprecated `ObjectReader.withType(Type)` has no direct
17071712 replacement; need `forType(Type)`
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments