Skip to content

Commit d3257fe

Browse files
committed
Fixed #412 (actually main fixes in jackson-databind, and earlier changes here)
1 parent e45c696 commit d3257fe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

release-notes/VERSION-2.x

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Project: jackson-dataformat-xml
3838
#405: Mixed content not exposed through `FromXmlParser`, lost by `JsonNode`
3939
#411: Change default setting of `FromXmlParser.Feature.EMPTY_ELEMENT_AS_NULL`
4040
from `true` to `false`
41+
#412: Coercion from element-with-attribute-and-text only works for `String`,
42+
not other scalar types
4143

4244
2.11.1 (25-Jun-2020)
4345

src/test/java/com/fasterxml/jackson/dataformat/xml/failing/ElementWithScalarAndAttr412Test.java renamed to src/test/java/com/fasterxml/jackson/dataformat/xml/deser/ElementWithScalarAndAttr412Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fasterxml.jackson.dataformat.xml.failing;
1+
package com.fasterxml.jackson.dataformat.xml.deser;
22

33
import java.net.URI;
44
import java.util.Date;

0 commit comments

Comments
 (0)