File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ Stefan Walter (@marvin9000)
4343 * Requested #150: Allow specifying DOCTYPE declaration (`<!DOCTYPE root ...>`) to write
4444 (3.2.0)
4545
46+ Joachim Lous (@jlous)
47+ * Requested #207: Allow custom prefixes for Namespaces
48+ (3.2.0)
49+
4650Leonard Meyer (@LeonardMeyer)
4751 * Reported #247: `@JacksonXmlRootElement` does not enforce the local name during
4852 deserialization (add `XmlReadFeature.ENFORCE_ROOT_ELEMENT_NAME`)
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ Version: 3.x (for earlier see VERSION-2.x)
2121#192: Two wrapped lists with items of same name conflict
2222 (reported by @TeemuStenhammar)
2323 (fix by @cowtowncoder, w/ Claude code)
24+ #207: Allow custom prefixes for Namespaces
25+ (requested by Joachim L)
26+ (fix by @cowtowncoder, w/ Claude code)
2427#247: `@JacksonXmlRootElement` does not enforce the local name during
2528 deserialization (add `XmlReadFeature.ENFORCE_ROOT_ELEMENT_NAME`)
2629 (reported by Leonard M)
@@ -76,6 +79,8 @@ Version: 3.x (for earlier see VERSION-2.x)
7679 polymorphic nested objects
7780 (reported by Vitor P)
7881 (fix by @cowtowncoder, w/ Claude code)
82+ #541: Allow specifying URI of the default namespace for root element
83+ (fix by @cowtowncoder, w/ Claude code)
7984#561: Deserializing empty timestamp fields to `null` value doesn't
8085 work (instead becomes "empty", Epoch time)
8186 (reported by @silvestr85)
You can’t perform that action at this time.
0 commit comments