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)
1702
1702
to `Class.getSimpleName()`
1703
1703
(2.16.0)
1704
1704
1705
+ Naoki Takezoe (takezoe@github)
1706
+ * Contributed #4144: Log WARN if deprecated subclasses of `PropertyNamingStrategy`
1707
+ is used
1708
+ (2.16.0)
1709
+
1705
1710
Garret Wilson (garretwilson@github)
1706
1711
* Reported #4153: Deprecated `ObjectReader.withType(Type)` has no direct
1707
1712
replacement; need `forType(Type)`
Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ Project: jackson-databind
84
84
#4095 : Add `withObjectProperty(String)`, `withArrayProperty(String)` in `JsonNode`
85
85
#4096 : Change `JsonNode.withObject(String)` to work similar to `withArray()`
86
86
wrt argument
87
+ #4144 : Log WARN if deprecated subclasses of `PropertyNamingStrategy` is used
88
+ (contributed by Naoki T)
87
89
#4145 : NPE when transforming a tree to a model class object , at `ArrayNode.elements()`
88
90
(reported by Ondrej Z)
89
91
#4153 : Deprecated `ObjectReader.withType(Type)` has no direct replacement;
You can’t perform that action at this time.
0 commit comments