commit jackson-core for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package jackson-core for openSUSE:Factory 
checked in at 2020-03-26 23:33:02

Comparing /work/SRC/openSUSE:Factory/jackson-core (Old)
 and  /work/SRC/openSUSE:Factory/.jackson-core.new.3160 (New)


Package is "jackson-core"

Thu Mar 26 23:33:02 2020 rev:4 rq:788432 version:2.10.3

Changes:

--- /work/SRC/openSUSE:Factory/jackson-core/jackson-core.changes
2020-01-07 23:56:06.188116950 +0100
+++ /work/SRC/openSUSE:Factory/.jackson-core.new.3160/jackson-core.changes  
2020-03-26 23:33:15.838774820 +0100
@@ -1,0 +2,10 @@
+Thu Mar 26 07:34:19 UTC 2020 - Fridrich Strba 
+
+- Update to 2.10.3
+- Changes:
+  * #592: DataFormatMatcher#getMatchedFormatName throws NPE when
+no match exists
+  * #603: 'JsonParser.getCurrentLocation()` byte/char offset update
+incorrectly for big payloads
+
+---

Old:

  jackson-core-2.10.2.tar.gz

New:

  jackson-core-2.10.3.tar.gz



Other differences:
--
++ jackson-core.spec ++
--- /var/tmp/diff_new_pack.LiGDN7/_old  2020-03-26 23:33:16.238774964 +0100
+++ /var/tmp/diff_new_pack.LiGDN7/_new  2020-03-26 23:33:16.242774966 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   jackson-core
-Version:2.10.2
+Version:2.10.3
 Release:0
 Summary:Core part of Jackson
 License:Apache-2.0

++ jackson-core-2.10.2.tar.gz -> jackson-core-2.10.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jackson-core-jackson-core-2.10.2/pom.xml 
new/jackson-core-jackson-core-2.10.3/pom.xml
--- old/jackson-core-jackson-core-2.10.2/pom.xml2020-01-05 
03:04:51.0 +0100
+++ new/jackson-core-jackson-core-2.10.3/pom.xml2020-03-03 
04:11:26.0 +0100
@@ -3,13 +3,13 @@
   
 com.fasterxml.jackson
 jackson-base
-2.10.2
+2.10.3
   
 
   com.fasterxml.jackson.core
   jackson-core
   Jackson-core
-  2.10.2
+  2.10.3
   bundle
   Core Jackson processing abstractions (aka Streaming API), 
implementation for JSON
   2008
@@ -19,7 +19,7 @@
 scm:git:g...@github.com:FasterXML/jackson-core.git
 
scm:git:g...@github.com:FasterXML/jackson-core.git
 http://github.com/FasterXML/jackson-core
-jackson-core-2.10.2
+jackson-core-2.10.3
   
 
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jackson-core-jackson-core-2.10.2/release-notes/CREDITS-2.x 
new/jackson-core-jackson-core-2.10.3/release-notes/CREDITS-2.x
--- old/jackson-core-jackson-core-2.10.2/release-notes/CREDITS-2.x  
2020-01-05 03:04:51.0 +0100
+++ new/jackson-core-jackson-core-2.10.3/release-notes/CREDITS-2.x  
2020-03-03 04:11:26.0 +0100
@@ -196,10 +196,18 @@
   (2.10.0)
 
 Fabien Renaud (fabienrenaud@github)
-  * Reported, contributed fix fir #533: UTF-8 BOM not accounted for in
+  * Reported, contributed fix for #533: UTF-8 BOM not accounted for in
 `JsonLocation.getByteOffset()`
   (2.10.0)
+  * Reported, contributed fix for #603: 'JsonParser.getCurrentLocation()`
+byte/char offset update incorrectly for big payloads
+  (2.10.3)
 
 Todd O'Bryan (toddobryan@github)
   * Contributed fix fox #455: Jackson reports wrong locations for 
JsonEOFException
   (2.10.1)
+
+Scott Leberknight (sleberknight@github)
+  * Reported, contributed fix for #592: DataFormatMatcher#getMatchedFormatName 
throws NPE
+when no match exists
+  (2.10.3)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jackson-core-jackson-core-2.10.2/release-notes/VERSION-2.x 
new/jackson-core-jackson-core-2.10.3/release-notes/VERSION-2.x
--- old/jackson-core-jackson-core-2.10.2/release-notes/VERSION-2.x  
2020-01-05 03:04:51.0 +0100
+++ new/jackson-core-jackson-core-2.10.3/release-notes/VERSION-2.x  
2020-03-03 04:11:26.0 +0100
@@ -14,6 +14,13 @@
 === Releases ===
 
 
+2.10.3 (03-Mar-2020)
+
+#592: DataFormatMatcher#getMatchedFormatName throws NPE when no match exists
+ (reported by Scott L)
+#603: 'JsonParser.getCurrentLocation()` byte/char offset update incorrectly 
for big payloads
+ (reported, fix contributed by Fabien R)
+
 2.10.2 (05-Jan-2020)
 
 #580: FilteringGeneratorDelegate writeRawValue delegate to `writeRaw()`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jackson-core-jackson-core-2.10.2/src/main/java/com/fasterxml/jackson/core/format/DataFormatMatcher.java
 
new/jackson-core-jackson-core-2.10.3/src/main/java/com/fasterxml/jackson/core/format/DataFormatMatcher.java
--- 

commit jackson-core for openSUSE:Factory

2020-01-07 Thread root
Hello community,

here is the log from the commit of package jackson-core for openSUSE:Factory 
checked in at 2020-01-07 23:55:31

Comparing /work/SRC/openSUSE:Factory/jackson-core (Old)
 and  /work/SRC/openSUSE:Factory/.jackson-core.new.6675 (New)


Package is "jackson-core"

Tue Jan  7 23:55:31 2020 rev:3 rq:761586 version:2.10.2

Changes:

--- /work/SRC/openSUSE:Factory/jackson-core/jackson-core.changes
2019-11-24 00:44:08.763291178 +0100
+++ /work/SRC/openSUSE:Factory/.jackson-core.new.6675/jackson-core.changes  
2020-01-07 23:56:06.188116950 +0100
@@ -1,0 +2,8 @@
+Tue Jan  7 10:32:16 UTC 2020 - Pedro Monreal Gonzalez 

+
+- Changes for 2.10.2
+  #580: FilteringGeneratorDelegate writeRawValue delegate to 'writeRaw()'
+   instead of 'writeRawValue()'
+  #582: 'FilteringGeneratorDelegate' bug when filtering arrays (in 2.10.1)
+
+---

Old:

  jackson-core-2.10.1.tar.gz

New:

  jackson-core-2.10.2.tar.gz



Other differences:
--
++ jackson-core.spec ++
--- /var/tmp/diff_new_pack.INM2dE/_old  2020-01-07 23:56:07.356117556 +0100
+++ /var/tmp/diff_new_pack.INM2dE/_new  2020-01-07 23:56:07.380117569 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jackson-core
 #
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2020 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-core
-Version:2.10.1
+Version:2.10.2
 Release:0
 Summary:Core part of Jackson
 License:Apache-2.0

++ jackson-core-2.10.1.tar.gz -> jackson-core-2.10.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jackson-core-jackson-core-2.10.1/.travis.yml 
new/jackson-core-jackson-core-2.10.2/.travis.yml
--- old/jackson-core-jackson-core-2.10.1/.travis.yml2019-11-10 
00:01:15.0 +0100
+++ new/jackson-core-jackson-core-2.10.2/.travis.yml2020-01-05 
03:04:51.0 +0100
@@ -5,7 +5,8 @@
   - oraclejdk11
 
 # Below this line is configuration for deploying to the Sonatype OSS repo
-# http://blog.xeiam.com/2013/05/configure-travis-ci-to-deploy-snapshots.html
+#   https://knowm.org/configure-travis-ci-to-deploy-snapshots/
+
 before_install: "git clone -b travis `git config --get remote.origin.url` 
target/travis"
 after_success: "mvn deploy --settings target/travis/settings.xml"
 
@@ -15,12 +16,6 @@
 - master
 - "2.10"
 
-# to make jdk6 work, as per: https://github.com/travis-ci/travis-ci/issues/8199
-addons:
-  apt:
-packages:
-  - openjdk-6-jdk
-
 env:
   global:
 - secure: 
"YW0hrdsHvH41pb5uPJ2DGzXrBgOVT7nEyag/bAQoDcSlOQ/g55tnY6rIGkqE/aYD47IroTEhW4yLyM3tZpbrqwagX4dUX90ukjcUwUvFE1ePTSEfdBtuHVwl8f6HmLIIw2yK0dQ1gOJ21T+3g+wddvK+6sWBJJ+s3O1FePDh6X0="
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jackson-core-jackson-core-2.10.1/pom.xml 
new/jackson-core-jackson-core-2.10.2/pom.xml
--- old/jackson-core-jackson-core-2.10.1/pom.xml2019-11-10 
00:01:15.0 +0100
+++ new/jackson-core-jackson-core-2.10.2/pom.xml2020-01-05 
03:04:51.0 +0100
@@ -3,13 +3,13 @@
   
 com.fasterxml.jackson
 jackson-base
-2.10.1
+2.10.2
   
 
   com.fasterxml.jackson.core
   jackson-core
   Jackson-core
-  2.10.1
+  2.10.2
   bundle
   Core Jackson processing abstractions (aka Streaming API), 
implementation for JSON
   2008
@@ -19,7 +19,7 @@
 scm:git:g...@github.com:FasterXML/jackson-core.git
 
scm:git:g...@github.com:FasterXML/jackson-core.git
 http://github.com/FasterXML/jackson-core
-jackson-core-2.10.1
+jackson-core-2.10.2
   
 
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jackson-core-jackson-core-2.10.1/release-notes/CREDITS-2.x 
new/jackson-core-jackson-core-2.10.2/release-notes/CREDITS-2.x
--- old/jackson-core-jackson-core-2.10.1/release-notes/CREDITS-2.x  
2019-11-10 00:01:15.0 +0100
+++ new/jackson-core-jackson-core-2.10.2/release-notes/CREDITS-2.x  
2020-01-05 03:04:51.0 +0100
@@ -115,6 +115,9 @@
 Arnaud Roger (arnaudroger@github)
   * Contributed #359: FilteringGeneratorDelegate does not override 
writeStartObject(Object forValue)
(2.8.8)
+  * Reported, contributed fix for #580: FilteringGeneratorDelegate 
writeRawValue delegate
+   to `writeRaw()` instead of `writeRawValue()`
+   (2.10.2)
 
 
 Emily Selwood (emilyselwood@github)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit jackson-core for openSUSE:Factory

2019-11-23 Thread root
Hello community,

here is the log from the commit of package jackson-core for openSUSE:Factory 
checked in at 2019-11-24 00:44:06

Comparing /work/SRC/openSUSE:Factory/jackson-core (Old)
 and  /work/SRC/openSUSE:Factory/.jackson-core.new.26869 (New)


Package is "jackson-core"

Sun Nov 24 00:44:06 2019 rev:2 rq:750407 version:2.10.1

Changes:

--- /work/SRC/openSUSE:Factory/jackson-core/jackson-core.changes
2019-10-31 18:13:38.717909648 +0100
+++ /work/SRC/openSUSE:Factory/.jackson-core.new.26869/jackson-core.changes 
2019-11-24 00:44:08.763291178 +0100
@@ -1,0 +2,63 @@
+Wed Nov 20 17:42:21 UTC 2019 - Pedro Monreal Gonzalez 

+
+- Version update to 2.10.1
+  * 2.10.1 (not yet released)
+#455: Jackson reports wrong locations for JsonEOFException
+#567: Add 'uses' for 'ObjectCodec' in module-info
+#578: Array index out of bounds in hex lookup
+  * 2.10.0 (26-Sep-2019)
+#433: Add Builder pattern for creating configured Stream factories
+#464: Add "maximum unescaped char" configuration option for 'JsonFactory' 
via builder
+#467: Create 'JsonReadFeature' to move JSON-specific 'JsonParser.Feature's 
to
+#479: Improve thread-safety of buffer recycling
+#480: 'SerializableString' value can not directly render to Writer
+#481: Create 'JsonWriteFeature' to move JSON-specific 
'JsonGenerator.Feature's to
+#484: Implement 'UTF8JsonGenerator.writeRawValue(SerializableString)' (and
+ 'writeRaw(..)') more efficiently
+#495: Create 'StreamReadFeature' to move non-json specific 
'JsonParser.Feature's to
+#496: Create 'StreamWriteFeature' to take over non-json-specific 
'JsonGenerator.Feature's
+#502: Make 'DefaultPrettyPrinter.createInstance()' to fail for sub-classes
+#506: Add missing type parameter for 'TypeReference' in 'ObjectCodec'
+#508: Add new exception type 'InputCoercionException' to be used for 
failed coercions
+ like overflow for 'int'
+#517: Add 'JsonGenerator.writeStartObject(Object, int)' (needed by CBOR, 
maybe Avro)
+#527: Add simple module-info for JDK9+, using Moditect
+#533: UTF-8 BOM not accounted for in JsonLocation.getByteOffset()
+#539: Reduce max size of recycled byte[]/char[] blocks by 'TextBuffer',
+ 'ByteArrayBuilder'
+#547: 'CharsToNameCanonicalizer': Internal error on 'SymbolTable.rehash()' 
with high
+ number of hash collisions
+#548: ByteQuadsCanonicalizer: ArrayIndexOutOfBoundsException in addName
+#549: Add configurability of "quote character" for JSON factory
+#561: Misleading exception for unquoted String parsing
+#563: Async parser does not keep track of Array context properly
+ - Rewrite 'JsonGenerator.copyCurrentStructure()' to remove recursion)
+ - Add 'missingNode()', 'nullNode()' in 'TreeCodec'
+ - Add 'JsonParserDelegate.delegate()' methods
+  * 2.9.10 (21-Sep-2019)
+#540: UTF8StreamJsonParser: fix byte to int conversion for malformed 
escapes
+#556: 'IndexOutOfBoundsException' in UTF8JsonGenerator.writeString(Reader, 
len)
+ when using a negative length
+  * 2.9.9 (16-May-2019)
+#516: _inputPtr off-by-one in UTF8StreamJsonParser._parseNumber2()
+#531: Non-blocking parser reports incorrect locations when fed with 
non-zero offset
+  * 2.9.8 (15-Dec-2018)
+#488: Fail earlier on coercions from "too big" 'BigInteger' into
+ fixed-size types ('int', 'long', 'short')
+#510: Fix ArrayIndexOutofBoundsException found by LGTM.com
+ - Improve exception message for missing Base64 padding (see 
databind#2183)
+  * 2.9.7 (19-Sep-2018)
+#476: Problem with 'BufferRecycler' via async parser (or when sharing 
parser
+ across threads)
+#477: Exception while decoding Base64 value with escaped '=' character
+#488: Fail earlier on coercions from "too big" 'BigInteger' into
+ fixed-size types ('int', 'long', 'short')
+  * 2.9.6 (12-Jun-2018)
+#400: Add mechanism for forcing 'BufferRecycler' released (to call on 
shutdown)
+#460: Failing to link 'ObjectCodec' with 'JsonFactory' copy constructor
+#463: Ensure that 'skipChildren()' of non-blocking 'JsonParser' will throw
+ exception if not enough input
+  * 2.9.5 (26-Mar-2018)
+No changes since 2.9.4
+
+---

Old:

  jackson-core-2.9.4.tar.gz

New:

  jackson-core-2.10.1.tar.gz



Other differences:
--
++ jackson-core.spec ++
--- /var/tmp/diff_new_pack.9hhExJ/_old  2019-11-24 00:44:09.179291201 +0100
+++ /var/tmp/diff_new_pack.9hhExJ/_new  2019-11-24 00:44:09.183291201 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jackson-core
 #
-# Copyright (c) 2018 SUSE LINUX GmbH,