File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.fasterxml.jackson</groupId >
11
11
<artifactId >jackson-base</artifactId >
12
- <version >2.19.0-SNAPSHOT </version >
12
+ <version >2.19.0</version >
13
13
</parent >
14
14
<groupId >com.fasterxml.jackson.dataformat</groupId >
15
15
<artifactId >jackson-dataformat-xml</artifactId >
Original file line number Diff line number Diff line change @@ -4,17 +4,20 @@ Project: jackson-dataformat-xml
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
+ 2.20.0 (not yet released)
8
+
9
+ -
10
+
11
+ 2.19.0 -rc2 (24 -Apr-2025 )
12
+
7
13
#508 : `XmlMapper` is unable to deserialise into an empty record
8
14
(reported by @protazy)
15
+ #700 : Unify testing structure/tools [JSTEP-10 ]
16
+ (fix contributed by Joo Hyuk K)
9
17
#714 : Root-level `null` handling (via `xsi:nil `) leaves trailing token in
10
18
`JsonParser`-exposed token stream
11
19
#745 : Add feature to include `standalone=' yes' ` in xml declaration
12
20
(contributed by @duoduobingbing)
13
-
14
- 2.19.0 -rc2 (07 -Apr-2025 )
15
-
16
- #700 : Unify testing structure/tools [JSTEP-10 ]
17
- (fix contributed by Joo Hyuk K)
18
21
- Upgrade Woodstox to 7.1.0
19
22
20
23
2.18.3 (28 -Feb-2025 )
You can’t perform that action at this time.
0 commit comments