forked from pool/jackson-dataformat-xml
102 lines
4.3 KiB
Plaintext
102 lines
4.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Nov 6 07:59:22 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Upgrade to 2.17.3
|
|
* No changes since 2.17.2
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 7 09:50:52 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Upgrade to 2.17.2
|
|
* #657: Nesting depth in `XmlReadContext` is not
|
|
incremented/decremented on
|
|
JsonToken.START_OBJECT/JsonToken.END_OBJECT
|
|
* Upgrade Woodstox to 6.7.0 (dependency fixes)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 20 12:09:23 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
|
|
|
- Upgrade to 2.17.1
|
|
* #646: Deserializing fails when using builder classes with
|
|
`Iterable` Collection setters (fix contributed by Bas P)
|
|
* Upgrade Woodstox to 6.6.2 (dependency fixes)
|
|
- Includes changes from 2.17.0
|
|
* #324: Support use of `xsi:type` for polymorphic serialization
|
|
(`ToXmlGenerator.Feature.AUTO_DETECT_XSI_TYPE`)
|
|
* #618: `ArrayIndexOutOfBoundsException` thrown for invalid
|
|
ending XML string when using JDK default Stax XML parser
|
|
* #631: Add `XmlMapper.createGenerator(XMLStreamWriter)` and
|
|
`XmlMapper.createParser(XMLStreamReader)` overloads
|
|
* #634: Support use of xsi:type for polymorphic deserialization
|
|
(FromXmlParser.Feature.AUTO_DETECT_XSI_TYPE)
|
|
* #637: `JacksonXmlAnnotationIntrospector.findNamespace()` should
|
|
properly merge namespace information
|
|
* #643: XML serialization of floating-point infinity is
|
|
incompatible with JAXB and XML Schema (contributed by Alex H)
|
|
* Upgrade Woodstox to 6.6.1 (latest at the time)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 8 08:33:47 UTC 2024 - Gus Kenion <gkenion@suse.com>
|
|
|
|
- Upgrade to 2.16.1
|
|
* 2.16.1 (24-Dec-2023)
|
|
+ #616: Fix mismatch in setNextIsUnwrapped(boolean) in
|
|
XmlBeanSerializerBase#serializeFieldsFiltered()
|
|
* 2.16.0 (15-Nov-2023)
|
|
+ #148: @JacksonXmlElementWrapper not respected when
|
|
serializing Iterators / Iterables
|
|
+ #302: Unable to serialize top-level Java8 Stream
|
|
+ #329: @JacksonXmlElementWrapper ignored on Stream
|
|
+ #599: Use IterationType in TypeUtil
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 9 13:41:57 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 21 14:20:06 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Version update to 2.15.2
|
|
* No changes since 2.15.0
|
|
* 2.15.0 (23-Apr-2023)
|
|
+ #286: Conflict between '@JsonIdentityInfo' and Unwrapped Lists
|
|
+ #533: (Android) java.lang.NoClassDefFoundError: Failed
|
|
resolution of: Ljavax/xml/stream/XMLInputFactory
|
|
+ #542: 'XmlMapper' does not find no-argument record constructor
|
|
for deserialization of empty XML
|
|
+ #547: Parsing empty tags without default no-arguments
|
|
constructor fails in 2.14
|
|
+ #560: Add 'DefaultXmlPrettyPrinter.withCustomNewLine()' to
|
|
configure linefeed for XML pretty-printing
|
|
+ #578: 'XmlMapper' serializes '@JsonAppend' property twice
|
|
+ #584: Deserialization of 'null' String values in
|
|
Arrays / 'Collection's not working as expected
|
|
* 2.14.2 (28-Jan-2023)
|
|
+ Upgrade Woodstox to 6.5.0 for a fix to OSGi metadata
|
|
* 2.14.0 (05-Nov-2022)
|
|
+ #491: 'XmlMapper' 2.12 regression: no default no-arg ctor
|
|
found
|
|
+ #498: 'XmlMapper' fails to parse XML array when the array only
|
|
has one level
|
|
+ #531: Add mechanism for processing invalid XML names
|
|
(transforming to valid ones)
|
|
+ #538: Required attribute of '@JsonProperty' is ignored when
|
|
deserializing from XML
|
|
+ #545: '@JacksonXmlText' does not work when paired with
|
|
'@JsonRawValue'
|
|
+ #550: Use of 'ClassLoader'-taking 'newFactory()' variant
|
|
breaks applications using default JDK XML implementation
|
|
+ Upgrade Woodstox to 6.4.0 for a fix to [CVE-2022-40152,
|
|
bsc#1203521]
|
|
* 2.13.5 (23-Jan-2023)
|
|
+ Upgrade Woodstox to 6.4.0 for a fix to [CVE-2022-40152,
|
|
bsc#1203521]
|
|
* 2.13.4 (03-Sep-2022)
|
|
+ #536: Upgrade Woodstox to 6.3.1 to get OSGi metadata
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 14 16:17:40 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Initial packaging of jackson-dataformat-xml 2.13.3
|