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> Mon May 20 12:09:23 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
@@ -6,21 +21,19 @@ Mon May 20 12:09:23 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
`Iterable` Collection setters (fix contributed by Bas P) `Iterable` Collection setters (fix contributed by Bas P)
* 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 * #631: Add `XmlMapper.createGenerator(XMLStreamWriter)` and
Arthur C)
* #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
(FromXmlParser.Feature.AUTO_DETECT_XSI_TYPE) (FromXmlParser.Feature.AUTO_DETECT_XSI_TYPE)
* #637: `JacksonXmlAnnotationIntrospector.findNamespace()` should * #637: `JacksonXmlAnnotationIntrospector.findNamespace()` should
properly merge namespace information properly merge namespace information
* #643: XML serialization of floating-point infinity is * #643: XML serialization of floating-point infinity is
incompatible with JAXB and XML Schema (contributed by Alex H) incompatible with JAXB and XML Schema (contributed by Alex H)
* Upgrade Woodstox to 6.6.1 (latest at the time) * Upgrade Woodstox to 6.6.1 (latest at the time)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 8 08:33:47 UTC 2024 - Gus Kenion <gkenion@suse.com> Fri Mar 8 08:33:47 UTC 2024 - Gus Kenion <gkenion@suse.com>
@@ -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>

View File

@@ -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