11
0

5 Commits

4 changed files with 32 additions and 20 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e89de24b0227e96085414767371f7564817a4920a1e625773a93c13c1980d651
size 196553

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5d9bb7a794232be2a3af99934294f74bde83ccb399f449a3d4a62d87221d0d9
size 198458

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
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>
@@ -7,11 +22,9 @@ Mon May 20 12:09:23 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
* 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`) (requested by
@philipzhaoTS)
* #618: `ArrayIndexOutOfBoundsException` thrown for invalid ending
XML string when using JDK default Stax XML parser (reported by
Arthur C)
(`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
@@ -36,7 +49,6 @@ Fri Mar 8 08:33:47 UTC 2024 - Gus Kenion <gkenion@suse.com>
+ #329: @JacksonXmlElementWrapper ignored on Stream
+ #599: Use IterationType in TypeUtil
-------------------------------------------------------------------
Sat Sep 9 13:41:57 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@@ -17,7 +17,7 @@
Name: jackson-dataformat-xml
Version: 2.17.1
Version: 2.17.3
Release: 0
Summary: Jackson extension component for reading and writing XML encoded data
License: Apache-2.0