We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0284d commit fb7e9fbCopy full SHA for fb7e9fb
src/main/java/com/fasterxml/jackson/databind/DeserializationFeature.java
@@ -330,8 +330,7 @@ public enum DeserializationFeature implements ConfigFeature
330
* by ensuring that only the properties relevant to the active view are considered during
331
* deserialization, thereby preventing unintended data from being processed.
332
*<p>
333
- * In Jackson 2.x, this feature is disabled by default to maintain backward compatibility.
334
- * In Jackson 3.x, this feature may be enabled by default.
+ * This feature is disabled by default to maintain backward compatibility
335
*
336
* @since 2.17
337
*/
0 commit comments