File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,11 +65,6 @@ Ruven Chu (@Chubacca)
6565 a `DeserializerModifier` that delegates
6666 (3.2.0)
6767
68- Ondrej Zizka (@OndraZizka)
69- * Requested#425: Allow adding `<?xml-stylesheet ...>` declarations (Processing
70- Instructions)
71- (3.2.0)
72-
7368Florian Krauthan (@fkrauthan)
7469 * Reported #448: Allow use of `@JsonRawValue` without wrapping element
7570 (3.2.0)
@@ -79,6 +74,11 @@ Lon Varscsak (@lonvarscsak)
7974 if element is in a collection
8075 (3.2.0)
8176
77+ Ondrej Zizka (@OndraZizka)
78+ * Requested#452: Allow adding `<?xml-stylesheet ...>` declarations (Processing
79+ Instructions)
80+ (3.2.0)
81+
8282Jiri Mikulasek (@jimirocks)
8383 * Reported #455: Can't deserialize list in JsonSubtype when type property is visible
8484 (3.2.0)
Original file line number Diff line number Diff line change @@ -44,10 +44,6 @@ Version: 3.x (for earlier see VERSION-2.x)
4444 namespace (with new `XmlReadFeature.SKIP_UNKNOWN_XSI_ATTRIBUTES`)
4545 (requested by Eduard W)
4646 (fix by @cowtowncoder, w/ Claude code)
47- #425: Allow adding `<?xml-stylesheet ...>` declarations (Processing
48- Instructions)
49- (requested by Ondrej Z)
50- (fix by @cowtowncoder)
5147#426: `InvalidTypeIdException` when parsing XML to POJO containing nested `List<>`,
5248 custom `TypeIdResolver`
5349 (reported by @ankagar)
@@ -58,6 +54,10 @@ Version: 3.x (for earlier see VERSION-2.x)
5854 if element is in a collection
5955 (reported by Lon V)
6056 (fix by @cowtowncoder, w/ Claude code)
57+ #452: Allow adding `<?xml-stylesheet ...>` declarations (Processing
58+ Instructions)
59+ (requested by Ondrej Z)
60+ (fix by @cowtowncoder)
6161#455: Can't deserialize list in JsonSubtype when type property is visible
6262 (reported by Jiri M)
6363 (fix by @cowtowncoder, w/ Claude code)
You can’t perform that action at this time.
0 commit comments