Skip to content

Commit cd20d1e

Browse files
committed
Revert accidental change to MapperFeature.DEFAULT_VIEW_INCLUSION in 2.19
1 parent 5947168 commit cd20d1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,9 @@ public enum MapperFeature implements ConfigFeature
377377
* properties are included in all views if there is no
378378
* {@link com.fasterxml.jackson.annotation.JsonView} annotation.
379379
*<p>
380-
* Feature is enabled by default.
380+
* Feature is enabled by default in 2.x: will be disabled in 3.0.
381381
*/
382-
DEFAULT_VIEW_INCLUSION(false),
382+
DEFAULT_VIEW_INCLUSION(true),
383383

384384
/*
385385
/******************************************************

0 commit comments

Comments
 (0)