Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
5404403f61 | |||
95a32f7683 | |||
ccfadf6296 | |||
791abc2f82 | |||
0fd7a1592a |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e89de24b0227e96085414767371f7564817a4920a1e625773a93c13c1980d651
|
|
||||||
size 196553
|
|
3
jackson-dataformat-xml-2.17.3.tar.gz
Normal file
3
jackson-dataformat-xml-2.17.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b5d9bb7a794232be2a3af99934294f74bde83ccb399f449a3d4a62d87221d0d9
|
||||||
|
size 198458
|
@@ -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>
|
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)
|
* Upgrade Woodstox to 6.6.2 (dependency fixes)
|
||||||
- Includes changes from 2.17.0
|
- Includes changes from 2.17.0
|
||||||
* #324: Support use of `xsi:type` for polymorphic serialization
|
* #324: Support use of `xsi:type` for polymorphic serialization
|
||||||
(`ToXmlGenerator.Feature.AUTO_DETECT_XSI_TYPE`) (requested by
|
(`ToXmlGenerator.Feature.AUTO_DETECT_XSI_TYPE`)
|
||||||
@philipzhaoTS)
|
* #618: `ArrayIndexOutOfBoundsException` thrown for invalid
|
||||||
* #618: `ArrayIndexOutOfBoundsException` thrown for invalid ending
|
ending XML string when using JDK default Stax XML parser
|
||||||
XML string when using JDK default Stax XML parser (reported by
|
|
||||||
Arthur C)
|
|
||||||
* #631: Add `XmlMapper.createGenerator(XMLStreamWriter)` and
|
* #631: Add `XmlMapper.createGenerator(XMLStreamWriter)` and
|
||||||
`XmlMapper.createParser(XMLStreamReader)` overloads
|
`XmlMapper.createParser(XMLStreamReader)` overloads
|
||||||
* #634: Support use of xsi:type for polymorphic deserialization
|
* #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
|
+ #329: @JacksonXmlElementWrapper ignored on Stream
|
||||||
+ #599: Use IterationType in TypeUtil
|
+ #599: Use IterationType in TypeUtil
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 9 13:41:57 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Sat Sep 9 13:41:57 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: jackson-dataformat-xml
|
Name: jackson-dataformat-xml
|
||||||
Version: 2.17.1
|
Version: 2.17.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Jackson extension component for reading and writing XML encoded data
|
Summary: Jackson extension component for reading and writing XML encoded data
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Reference in New Issue
Block a user