forked from pool/jackson-dataformat-xml
Compare commits
11 Commits
b155cf4419
...
5404403f61
Author | SHA256 | Date | |
---|---|---|---|
5404403f61 | |||
95a32f7683 | |||
ccfadf6296 | |||
791abc2f82 | |||
0fd7a1592a | |||
8b3c07380d | |||
6dea3ed6c4 | |||
be8c3c51bb | |||
1503e7c2dd | |||
7b1c265b3b | |||
e3dd5f6f04 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b179d5b96ad950eb66386bf798c8ed917575022eb8f8d15841679218d7861be0
|
||||
size 3408883
|
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,59 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package jackson-dataformat-xml
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: jackson-dataformat-xml
|
||||
Version: 2.15.2
|
||||
Version: 2.17.3
|
||||
Release: 0
|
||||
Summary: Jackson extension component for reading and writing XML encoded data
|
||||
License: Apache-2.0
|
||||
@@ -59,7 +59,8 @@ This package contains API documentation for %{name}.
|
||||
%{mvn_file} ":{*}" jackson-dataformats/@1
|
||||
|
||||
%build
|
||||
%{mvn_build} -f
|
||||
%{mvn_build} -f -- \
|
||||
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ)
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
Reference in New Issue
Block a user