File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
src/main/java/com/fasterxml/jackson/dataformat/xml/ser Expand file tree Collapse file tree 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
7070 * If enabled, `xsi:nil` attribute will be added to the empty element; if disabled,
7171 * it will not.
7272 *<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}.
7475 *
7576 * @since 2.10
7677 */
@@ -102,6 +103,9 @@ public enum Feature implements FormatFeature
102103 * and output is indicated to be done as XML Attribute.
103104 * This is mostly desirable for Polymorphic handling where it is difficult
104105 * 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}.
105109 *
106110 * @since 2.17
107111 */
@@ -132,7 +136,8 @@ public enum Feature implements FormatFeature
132136 * so there is no corresponding
133137 * {@link com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser.Feature}.
134138 *<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}.
136141 *
137142 * @since 2.17
138143 */
You can’t perform that action at this time.
0 commit comments