File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/main/java/com/fasterxml/jackson/dataformat/xml/deser Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ public enum Feature implements FormatFeature
6767 * matching {@code ToXmlGenerator.Feature#AUTO_DETECT_XSI_TYPE} feature,
6868 * usually used for Polymorphic handling where it is difficult
6969 * to specify proper XML Namespace for type identifier.
70+ *
71+ * Default setting is {@code false} in Jackson 2.x (for backwards compatibility):
72+ * will be changed to true in Jackson 3.x
7073 *
7174 * @since 2.17
7275 */
@@ -79,7 +82,7 @@ public enum Feature implements FormatFeature
7982 * returned as `null` tokens, they will be returned as {@link JsonToken#VALUE_STRING}
8083 * tokens with textual value of "" (empty String).
8184 *<p>
82- * Default setting was {@code true} (for backwards compatibility from 2.9 to 2.11 (inclusive)
85+ * Default setting was {@code true} (for backwards compatibility) from 2.9 to 2.11 (inclusive)
8386 * but was changed in 2.12 to be {@code false} (see [dataformat-xml#411] for details)
8487 *
8588 * @since 2.9
You can’t perform that action at this time.
0 commit comments