Skip to content

Commit 834e1a8

Browse files
authored
document feature removal (#4592)
1 parent 3ddbc97 commit 834e1a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/fasterxml/jackson/databind/MapperFeature.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,9 @@ public enum MapperFeature implements ConfigFeature
429429
* has no effect.
430430
*<p>
431431
* 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>
432435
*
433436
* @since 2.18
434437
*/

0 commit comments

Comments
 (0)