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 3ddbc97 commit 834e1a8Copy full SHA for 834e1a8
src/main/java/com/fasterxml/jackson/databind/MapperFeature.java
@@ -429,6 +429,9 @@ public enum MapperFeature implements ConfigFeature
429
* has no effect.
430
*<p>
431
* Feature is disabled by default (for backwards compatibility)
432
+ *<p>
433
+ * <strong>WARNING: This feature will be removed in Jackson 3. Instead, the behavior when this
434
+ * feature is enabled will be the default behavior.</strong>
435
*
436
* @since 2.18
437
*/
0 commit comments