File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.fasterxml.jackson</groupId >
6
6
<artifactId >jackson-base</artifactId >
7
- <version >2.10.0-SNAPSHOT </version >
7
+ <version >2.10.0</version >
8
8
</parent >
9
9
<groupId >com.fasterxml.jackson.dataformat</groupId >
10
10
<artifactId >jackson-dataformat-xml</artifactId >
Original file line number Diff line number Diff line change @@ -4,24 +4,18 @@ Project: jackson-dataformat-xml
4
4
= Releases
5
5
------------------------------------------------------------------------
6
6
7
- 2.10.0 .pr3 ( 17 -Sep-2019 )
7
+ 2.10.0 ( 26 -Sep-2019 )
8
8
9
9
#242 : Deserialization of class inheritance depends on attributes order
10
10
(reported by Victor K)
11
11
#325 : Problem with ' $' in polymorphic type id names when " as class" ,
12
12
" wrapper object" , inner class
13
13
#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
-
23
14
#350 : Wrap Xerces/Stax ( JDK-bundled) exceptions during parser initialization
24
15
(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`)
25
19
26
20
2.9.10 (not yet released)
27
21
You can’t perform that action at this time.
0 commit comments