Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jackson-dataformats-binary for 
openSUSE:Factory checked in at 2024-05-21 18:35:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jackson-dataformats-binary (Old)
 and      /work/SRC/openSUSE:Factory/.jackson-dataformats-binary.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jackson-dataformats-binary"

Tue May 21 18:35:27 2024 rev:8 rq:1175353 version:2.17.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/jackson-dataformats-binary/jackson-dataformats-binary.changes
    2024-03-11 15:41:49.519859599 +0100
+++ 
/work/SRC/openSUSE:Factory/.jackson-dataformats-binary.new.1880/jackson-dataformats-binary.changes
  2024-05-21 18:35:51.277094899 +0200
@@ -1,0 +2,59 @@
+Mon May 20 12:21:03 UTC 2024 - Gus Kenion <[email protected]>
+
+- Update to 2.17.1
+  * #487 (ion): Don't close IonParser on EOF to be compatible with
+    `MappingIterator` when source is an empty `InputStream`
+    (contributed by Yoann V)
+  * #488 (ion): Upgrade `ion-java` to 1.11.7 (from 1.11.2)
+  * #490 (ion) ION deserialization type change from Double to Float
+    in 2.17.0 (reported by Florian H)
+- Includes changes from 2.17.0
+  * #251 (ion) Unable to deserialize Object with unknown
+    `Timestamp` field (reported by @mgoertzen)
+  * #316 (cbor) Uncaught exception in
+    `com.fasterxml.jackson.dataformat.cbor.CBORParser._finishShortText`
+  * #392: (cbor, smile) Support
+    `StreamReadConstraints.maxDocumentLength` validation for CBOR,
+    Smile
+  * #417: (ion) `IonReader` classes contain assert statement which
+    could throw unexpected `AssertionError` (fix contributed by
+    Arthur C)
+  * #420: (ion) `IndexOutOfBoundsException` thrown by `IonReader`
+    implementations are not handled (fix contributed by Arthur C)
+  * #424: (ion) `IonReader` throws `NullPointerException` for
+    unchecked invalid data (fix contributed by Arthur C)
+  * #426: (smile) `SmileParser` throws unexpected IOOBE for corrupt
+    content (fix contributed by Arthur C)
+  * #428: (ion) `IonParser.getIntValue()` fails or does not handle
+    value overflow checks (fix contributed by Thomas d-L)
+  * #432: (ion) More methods from `IonReader` could throw an
+    unexpected `AssertionError` (fix contributed by Arthur C)
+  * #434: (ion) Unexpected `NullPointerException` thrown from
+    `IonParser::getNumberType()` (fix contributed by Arthur C)
+  * #437: (ion) `IonReader.next()` throws NPEs for some invalid
+    content
+  * #449: (avro) `IndexOutOfBoundsException` in
+    `JacksonAvroParserImpl` for invalid input (fix contributed by
+    Arthur C)
+  * #451: (cbor) `IndexOutOfBoundsException` in `CBORParser` for
+    invalid input (fix contributed by Arthur C)
+  * #458: (cbor) Unexpected NullPointerException in `CBORParser`
+    (fix contributed by Arthur C)
+  * #460: (protobuf) Unexpected `NullPointerException` in
+    `ProtobufParser.currentName()` (fix contributed by Arthur C)
+  * #462: (protobuf) `ProtobufParser.currentName()` returns wrong
+  * value at root level
+  * #464: (cbor) Unexpected `ArrayIndexOutOfBoundsException` in
+    `CBORParser` for corrupt String value (fix contributed by
+    Arthur C)
+  * #469 (ion) IonReader.newBytes() throwing
+    `NegativeArraySizeException` (contributed by @tgregg)
+  * #471 (ion) `IonReader` throws `AssertionError` for Timestamp
+    value (contributed by @tgregg)
+  * #473 (ion) `IonReader.next()` throws
+    `ArrayIndexOutOfBoundsException` for some corrupt content
+    (contributed by @tgregg)
+  * #482 (ion): Upgrade `ion-java` to 1.11.2 and remove handling of
+    exceptions that are no longer leaked (contributed by @tgregg)
+
+-------------------------------------------------------------------

Old:
----
  jackson-dataformats-binary-2.16.1.tar.gz

New:
----
  jackson-dataformats-binary-2.17.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jackson-dataformats-binary.spec ++++++
--- /var/tmp/diff_new_pack.J8LTT0/_old  2024-05-21 18:35:51.753112320 +0200
+++ /var/tmp/diff_new_pack.J8LTT0/_new  2024-05-21 18:35:51.757112466 +0200
@@ -19,7 +19,7 @@
 %bcond_with extra_dataformats
 # Extra formats are disabled because of circular dependencies
 Name:           jackson-dataformats-binary
-Version:        2.16.1
+Version:        2.17.1
 Release:        0
 Summary:        Jackson standard binary data format backends
 License:        Apache-2.0 AND BSD-3-Clause
@@ -28,10 +28,10 @@
 Source0:        
https://github.com/FasterXML/jackson-dataformats-binary/archive/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  maven-local
-BuildRequires:  mvn(com.fasterxml.jackson.core:jackson-annotations) >= 2.16
-BuildRequires:  mvn(com.fasterxml.jackson.core:jackson-core) >= 2.16
-BuildRequires:  mvn(com.fasterxml.jackson.core:jackson-databind) >= 2.16
-BuildRequires:  mvn(com.fasterxml.jackson:jackson-base:pom:) >= 2.16
+BuildRequires:  mvn(com.fasterxml.jackson.core:jackson-annotations) >= 2.17
+BuildRequires:  mvn(com.fasterxml.jackson.core:jackson-core) >= 2.17
+BuildRequires:  mvn(com.fasterxml.jackson.core:jackson-databind) >= 2.17
+BuildRequires:  mvn(com.fasterxml.jackson:jackson-base:pom:) >= 2.17
 BuildRequires:  mvn(com.google.code.maven-replacer-plugin:replacer)
 BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
 BuildArch:      noarch

++++++ jackson-dataformats-binary-2.16.1.tar.gz -> 
jackson-dataformats-binary-2.17.1.tar.gz ++++++
++++ 7227 lines of diff (skipped)

Reply via email to