File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
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.15.0-rc3-SNAPSHOT </version >
12
+ <version >2.15.0-rc3</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,12 +4,7 @@ Project: jackson-dataformat-xml
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
- Not yet released
8
-
9
- #578 : `XmlMapper` serializes `@JsonAppend` property twice
10
- (reported by @stepince)
11
-
12
- 2.15.0 -rc2 (28 -Mar-2023 )
7
+ 2.15.0 -rc3 (14 -Apr-2023 )
13
8
14
9
#286 : Conflict between `@JsonIdentityInfo` and Unwrapped Lists
15
10
(reported by @rupert-madden-abbott)
@@ -26,6 +21,8 @@ Not yet released
26
21
for XML pretty-printing
27
22
(requested by @koalalam)
28
23
(contributed by Joo Hyuk K)
24
+ #578 : `XmlMapper` serializes `@JsonAppend` property twice
25
+ (reported by @stepince)
29
26
#584 : Deserialization of `null` String values in Arrays / `Collection`s
30
27
not working as expected
31
28
(fix contributed by Marco B)
You can’t perform that action at this time.
0 commit comments