Skip to content

Commit cc495ab

Browse files
committed
Prepare for 2.10.0
1 parent b5ae1e8 commit cc495ab

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson</groupId>
66
<artifactId>jackson-base</artifactId>
7-
<version>2.10.0-SNAPSHOT</version>
7+
<version>2.10.0</version>
88
</parent>
99
<groupId>com.fasterxml.jackson.dataformat</groupId>
1010
<artifactId>jackson-dataformat-xml</artifactId>

release-notes/VERSION-2.x

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,18 @@ Project: jackson-dataformat-xml
44
= Releases
55
------------------------------------------------------------------------
66

7-
2.10.0.pr3 (17-Sep-2019)
7+
2.10.0 (26-Sep-2019)
88

99
#242: Deserialization of class inheritance depends on attributes order
1010
(reported by Victor K)
1111
#325: Problem with '$' in polymorphic type id names when "as class",
1212
"wrapper object", inner class
1313
#326: Force namespace-repairing on `XMLOutputFactory` instances
14-
#354: Support mapping `xsi:nul` marked elements as `null`s (`JsonToken.VALUE_NULL`)
15-
16-
2.10.0.pr2 (31-Aug-2019)
17-
18-
#351: XmlBeanSerializer serializes AnyGetters field even with FilterExceptFilter
19-
(reported by Rohit N)
20-
21-
2.10.0.pr1 (19-Jul-2019)
22-
2314
#350: Wrap Xerces/Stax (JDK-bundled) exceptions during parser initialization
2415
(reported by Sam S)
16+
#351: XmlBeanSerializer serializes AnyGetters field even with FilterExceptFilter
17+
(reported by Rohit N)
18+
#354: Support mapping `xsi:nul` marked elements as `null`s (`JsonToken.VALUE_NULL`)
2519

2620
2.9.10 (not yet released)
2721

0 commit comments

Comments
 (0)