Hello community,
here is the log from the commit of package jackson-dataformats-binary for
openSUSE:Factory checked in at 2019-11-25 00:05:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jackson-dataformats-binary (Old)
and /work/SRC/openSUSE:Factory/.jackson-dataformats-binary.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jackson-dataformats-binary"
Mon Nov 25 00:05:33 2019 rev:2 rq:750014 version:2.10.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/jackson-dataformats-binary/jackson-dataformats-binary.changes
2019-11-13 13:27:55.003671918 +0100
+++
/work/SRC/openSUSE:Factory/.jackson-dataformats-binary.new.26869/jackson-dataformats-binary.changes
2019-11-25 00:05:36.431952189 +0100
@@ -1,0 +2,47 @@
+Wed Nov 20 21:19:33 UTC 2019 - Pedro Monreal Gonzalez
<[email protected]>
+
+- Remove plugins unnecessary for RPM builds org.moditect:moditect-maven-plugin
+
+-------------------------------------------------------------------
+Wed Nov 20 18:53:15 UTC 2019 - Pedro Monreal Gonzalez
<[email protected]>
+
+- Version update to 2.10.1
+ * 2.10.1 (09-Nov-2019)
+ #185: Internal parsing of tagged arrays can lead to stack overflow
+ #188: Unexpected `MismatchedInputException` for `byte[]` value bound to
`String`
+ in collection/array (actual fix in `jackson-databind`)
+ * 2.10.0 (26-Sep-2019)
+ #139: (cbor) Incorrect decimal fraction representation
+ #148: (protobuf) Add `ProtobufMapper.generateSchemaFor(TypeReference<?>)`
overload
+ #155: (cbor, smile) Inconsistent support for FLUSH_PASSED_TO_STREAM
+ #157: (all) Add simple module-info for JDK9+, using Moditect
+ #163: (ion) Update `ion-java` dependency
+ #168: (avro) `JsonMappingException` for union types with multiple Record
types
+ #173: (avro) Improve Union type serialization performance
+ #177: (avro) Deserialization of "empty" Records as root values fails
+ #178: (cbor) Fix issue wit input offsets when parsing CBOR from
`InputStream`
+ #180: (protobuf) Add `ProtobufGenerator.canWriteBinaryNatively()` to
support binary writes
+ - asm version upgrade to 6.2.1 (from 5.1)
+ - (cbor, smile) Rewrote handling of "output context" for better field
id write support
+ * 2.9.10 (21-Sep-2019)
+ No changes since 2.9.9
+ * 2.9.9 (16-May-2019)
+ #159: (cbor) Some short UTF Strings encoded using non-canonical form
+ #161: (avro) Deserialize from newer version to older one throws
NullPointerException
+ * 2.9.8 (15-Dec-2018)
+ #140: (protobuf) Stack overflow when generating Protobuf schema on class
with
+ cyclic type definition
+ #153: (smile) Unable to set a compression input/output decorator to a
`SmileFactory`
+ * 2.9.7 (19-Sep-2018)
+ #142: (ion) `IonParser.getNumberType()` returns `null` for `IonType.FLOAT`
+ #150: Add `CBORMapper`
+ #151: Add `SmileMapper`
+ * 2.9.6 (12-Jun-2018)
+ #93: (cbor) `CBORParser` does not accept "undefined value"
+ #135: (protobuf) Infinite sequence of `END_OBJECT` tokens returned at end
of streaming read
+ #136: (avro) Fix MapWriteContext not correctly resolving union values
+ * 2.9.5 (26-Feb-2018)
+ #128 (protobuf) Fix skip unknown WireType.FIXED_64BIT value bug
+ #129 (cbor) Remove "final" modifier from `CBORParser`
+
+-------------------------------------------------------------------
Old:
----
jackson-dataformats-binary-2.9.4.tar.gz
New:
----
jackson-dataformats-binary-2.10.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jackson-dataformats-binary.spec ++++++
--- /var/tmp/diff_new_pack.r9ZWMp/_old 2019-11-25 00:05:37.287952124 +0100
+++ /var/tmp/diff_new_pack.r9ZWMp/_new 2019-11-25 00:05:37.287952124 +0100
@@ -1,7 +1,7 @@
#
# spec file for package jackson-dataformats-binary
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%bcond_with extra_dataformats
# Extra formats are disabled because of circular dependencies
Name: jackson-dataformats-binary
-Version: 2.9.4
+Version: 2.10.1
Release: 0
Summary: Jackson standard binary data format backends
License: Apache-2.0 AND BSD-3-Clause
@@ -109,8 +109,9 @@
%pom_disable_module protobuf
%endif
-# Test dep lombok is not packaged
-%pom_remove_dep org.projectlombok:lombok avro
+# Remove plugins unnecessary for RPM builds
+%pom_remove_plugin org.moditect:moditect-maven-plugin cbor
+%pom_remove_plugin org.moditect:moditect-maven-plugin smile
# Deps are not available in packages for this module
%pom_disable_module ion
++++++ jackson-dataformats-binary-2.9.4.tar.gz ->
jackson-dataformats-binary-2.10.1.tar.gz ++++++
++++ 182505 lines of diff (skipped)