Skip to content

Commit 9a27161

Browse files
committed
Update Javadocs in 2.19 wrt #732
1 parent a6f96c4 commit 9a27161

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/com/fasterxml/jackson/dataformat/xml/deser/FromXmlParser.java

+4-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)