Skip to content

Commit 42ae7f0

Browse files
committed
Prep for 2.19.0
1 parent b165807 commit 42ae7f0

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson</groupId>
1111
<artifactId>jackson-base</artifactId>
12-
<version>2.19.0-SNAPSHOT</version>
12+
<version>2.19.0</version>
1313
</parent>
1414
<groupId>com.fasterxml.jackson.dataformat</groupId>
1515
<artifactId>jackson-dataformat-xml</artifactId>

release-notes/VERSION-2.x

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@ Project: jackson-dataformat-xml
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.20.0 (not yet released)
8+
9+
-
10+
11+
2.19.0-rc2 (24-Apr-2025)
12+
713
#508: `XmlMapper` is unable to deserialise into an empty record
814
(reported by @protazy)
15+
#700: Unify testing structure/tools [JSTEP-10]
16+
(fix contributed by Joo Hyuk K)
917
#714: Root-level `null` handling (via `xsi:nil`) leaves trailing token in
1018
`JsonParser`-exposed token stream
1119
#745: Add feature to include `standalone='yes'` in xml declaration
1220
(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)
1821
- Upgrade Woodstox to 7.1.0
1922

2023
2.18.3 (28-Feb-2025)

0 commit comments

Comments
 (0)