File tree 1 file changed +4
-1
lines changed
src/main/java/com/fasterxml/jackson/dataformat/xml/deser
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
67
67
* matching {@code ToXmlGenerator.Feature#AUTO_DETECT_XSI_TYPE} feature,
68
68
* usually used for Polymorphic handling where it is difficult
69
69
* 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
70
73
*
71
74
* @since 2.17
72
75
*/
@@ -79,7 +82,7 @@ public enum Feature implements FormatFeature
79
82
* returned as `null` tokens, they will be returned as {@link JsonToken#VALUE_STRING}
80
83
* tokens with textual value of "" (empty String).
81
84
*<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)
83
86
* but was changed in 2.12 to be {@code false} (see [dataformat-xml#411] for details)
84
87
*
85
88
* @since 2.9
You can’t perform that action at this time.
0 commit comments