Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
<version>${jackson.version.dep.stax2-api}</version>
<exclusions>
<exclusion>
<groupId>javax.xml.stream</groupId>
Expand All @@ -86,9 +87,11 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
-->
<!-- 21-Jun-2024, tatu: For 2.18, 7.0.0 (Java 8) -->
<!-- 22-Oct-2024, tatu: For 2.19, 7.1.0 (latest) -->
<!-- 15-May-2025, tatu: For 2.20 comes from jackson-bom (7.1.0) -->
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>${jackson.version.dep.woodstox}</version>
<exclusions>
<exclusion>
<groupId>javax.xml.stream</groupId>
Expand Down
4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Project: jackson-dataformat-xml

- Generate SBOMs [JSTEP-14]

2.19.1 (not yet released)

- Add explicit version for Woodstox, stax2-api (no longer managed via jackson-bom)

2.19.0 (24-Apr-2025)

#508: `XmlMapper` is unable to deserialise into an empty record
Expand Down