Skip to content

Commit

Permalink
Prepare for 2.15.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 14, 2023
1 parent 194378f commit 6c09915
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.15.0-rc3-SNAPSHOT</version>
<version>2.15.0-rc3</version>
</parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
Expand Down
9 changes: 3 additions & 6 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ Project: jackson-dataformat-xml
=== Releases ===
------------------------------------------------------------------------

Not yet released

#578: `XmlMapper` serializes `@JsonAppend` property twice
(reported by @stepince)

2.15.0-rc2 (28-Mar-2023)
2.15.0-rc3 (14-Apr-2023)

#286: Conflict between `@JsonIdentityInfo` and Unwrapped Lists
(reported by @rupert-madden-abbott)
Expand All @@ -26,6 +21,8 @@ Not yet released
for XML pretty-printing
(requested by @koalalam)
(contributed by Joo Hyuk K)
#578: `XmlMapper` serializes `@JsonAppend` property twice
(reported by @stepince)
#584: Deserialization of `null` String values in Arrays / `Collection`s
not working as expected
(fix contributed by Marco B)
Expand Down

0 comments on commit 6c09915

Please sign in to comment.