File tree 1 file changed +7
-2
lines changed
src/main/java/com/fasterxml/jackson/dataformat/xml/ser
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,8 @@ public enum Feature implements FormatFeature
70
70
* If enabled, `xsi:nil` attribute will be added to the empty element; if disabled,
71
71
* it will not.
72
72
*<p>
73
- * Feature is disabled by default for backwards compatibility.
73
+ * Default setting is {@code disabled} in Jackson 2.x for backwards compatibility:
74
+ * but will be changed in 3.0 to {@code enabled}.
74
75
*
75
76
* @since 2.10
76
77
*/
@@ -102,6 +103,9 @@ public enum Feature implements FormatFeature
102
103
* and output is indicated to be done as XML Attribute.
103
104
* This is mostly desirable for Polymorphic handling where it is difficult
104
105
* to specify XML Namespace for type identifier
106
+ *<p>
107
+ * Default setting is {@code disabled} in Jackson 2.x for backwards compatibility:
108
+ * but will be changed in 3.0 to {@code enabled}.
105
109
*
106
110
* @since 2.17
107
111
*/
@@ -132,7 +136,8 @@ public enum Feature implements FormatFeature
132
136
* so there is no corresponding
133
137
* {@link com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser.Feature}.
134
138
*<p>
135
- * Feature is disabled by default for backwards compatibility.
139
+ * Feature is {@code disabled} by default in Jackson 2.x for backwards compatibility:
140
+ * but will be changed in 3.0 to {@code enabled}.
136
141
*
137
142
* @since 2.17
138
143
*/
You can’t perform that action at this time.
0 commit comments