You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2022/05/30 09:41:58 UTC

[lucene-solr] branch branch_8_11 updated: SOLR-16213 Upgrade Jackson to version 2.13.3 (#2661)

This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch branch_8_11
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8_11 by this push:
     new 03a3202268e SOLR-16213 Upgrade Jackson to version 2.13.3 (#2661)
03a3202268e is described below

commit 03a3202268e97278cf94be934dfbcd860eb41cfb
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Mon May 30 11:41:53 2022 +0200

    SOLR-16213 Upgrade Jackson to version 2.13.3 (#2661)
---
 lucene/ivy-versions.properties                                | 2 +-
 solr/CHANGES.txt                                              | 2 ++
 solr/licenses/jackson-annotations-2.12.3.jar.sha1             | 1 -
 solr/licenses/jackson-annotations-2.13.3.jar.sha1             | 1 +
 solr/licenses/jackson-core-2.12.3.jar.sha1                    | 1 -
 solr/licenses/jackson-core-2.13.3.jar.sha1                    | 1 +
 solr/licenses/jackson-databind-2.12.3.jar.sha1                | 1 -
 solr/licenses/jackson-databind-2.13.3.jar.sha1                | 1 +
 solr/licenses/jackson-dataformat-smile-2.12.3.jar.sha1        | 1 -
 solr/licenses/jackson-dataformat-smile-2.13.3.jar.sha1        | 1 +
 solr/licenses/jackson-dataformat-xml-2.12.3.jar.sha1          | 1 -
 solr/licenses/jackson-dataformat-xml-2.13.3.jar.sha1          | 1 +
 solr/licenses/jackson-datatype-jdk8-2.12.3.jar.sha1           | 1 -
 solr/licenses/jackson-datatype-jdk8-2.13.3.jar.sha1           | 1 +
 solr/licenses/jackson-datatype-jsr310-2.12.3.jar.sha1         | 1 -
 solr/licenses/jackson-datatype-jsr310-2.13.3.jar.sha1         | 1 +
 solr/licenses/jackson-module-jaxb-annotations-2.12.3.jar.sha1 | 1 -
 solr/licenses/jackson-module-jaxb-annotations-2.13.3.jar.sha1 | 1 +
 solr/licenses/jackson-module-parameter-names-2.12.3.jar.sha1  | 1 -
 solr/licenses/jackson-module-parameter-names-2.13.3.jar.sha1  | 1 +
 20 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/lucene/ivy-versions.properties b/lucene/ivy-versions.properties
index 2ce0f2bcc85..abbca4c8f02 100644
--- a/lucene/ivy-versions.properties
+++ b/lucene/ivy-versions.properties
@@ -23,7 +23,7 @@ com.carrotsearch.randomizedtesting.version = 2.7.2
 
 /com.esri.geometry/esri-geometry-api = 2.2.0
 
-com.fasterxml.jackson.core.version = 2.12.3
+com.fasterxml.jackson.core.version = 2.13.3
 /com.fasterxml.jackson.core/jackson-annotations = ${com.fasterxml.jackson.core.version}
 /com.fasterxml.jackson.core/jackson-core = ${com.fasterxml.jackson.core.version}
 /com.fasterxml.jackson.core/jackson-databind = ${com.fasterxml.jackson.core.version}
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index ef45b4580d3..c981e96c855 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -56,6 +56,8 @@ Bug Fixes
 
 * SOLR-16191: Validate that installed ps utility supports -p flag, so that we do not inadvertantly stop the wrong process. (Mike Drob, Michael Gibney)
 
+* SOLR-16213: Upgrade Jackson to version 2.13.3 (janhoy)
+
 * SOLR-16215: Escape query characters in Solr SQL Array UDF functions (Kiran Chitturi via Timothy Potter)
 
 ==================  8.11.1 ==================
diff --git a/solr/licenses/jackson-annotations-2.12.3.jar.sha1 b/solr/licenses/jackson-annotations-2.12.3.jar.sha1
deleted file mode 100644
index de7b3615863..00000000000
--- a/solr/licenses/jackson-annotations-2.12.3.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-7275513412694a1aafd08c0287f48469fa0e6e17
diff --git a/solr/licenses/jackson-annotations-2.13.3.jar.sha1 b/solr/licenses/jackson-annotations-2.13.3.jar.sha1
new file mode 100644
index 00000000000..d18899233f9
--- /dev/null
+++ b/solr/licenses/jackson-annotations-2.13.3.jar.sha1
@@ -0,0 +1 @@
+7198b3aac15285a49e218e08441c5f70af00fc51
diff --git a/solr/licenses/jackson-core-2.12.3.jar.sha1 b/solr/licenses/jackson-core-2.12.3.jar.sha1
deleted file mode 100644
index 8d21e9bb6a5..00000000000
--- a/solr/licenses/jackson-core-2.12.3.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-deb23fe2a7f2b773e18ced2b50d4acc1df8fa366
diff --git a/solr/licenses/jackson-core-2.13.3.jar.sha1 b/solr/licenses/jackson-core-2.13.3.jar.sha1
new file mode 100644
index 00000000000..5c0aa29679b
--- /dev/null
+++ b/solr/licenses/jackson-core-2.13.3.jar.sha1
@@ -0,0 +1 @@
+a27014716e4421684416e5fa83d896ddb87002da
diff --git a/solr/licenses/jackson-databind-2.12.3.jar.sha1 b/solr/licenses/jackson-databind-2.12.3.jar.sha1
deleted file mode 100644
index 3c762ab0ecf..00000000000
--- a/solr/licenses/jackson-databind-2.12.3.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-d6153f8fc60c479ab0f9efb35c034526436a4953
diff --git a/solr/licenses/jackson-databind-2.13.3.jar.sha1 b/solr/licenses/jackson-databind-2.13.3.jar.sha1
new file mode 100644
index 00000000000..8dc90257505
--- /dev/null
+++ b/solr/licenses/jackson-databind-2.13.3.jar.sha1
@@ -0,0 +1 @@
+56deb9ea2c93a7a556b3afbedd616d342963464e
diff --git a/solr/licenses/jackson-dataformat-smile-2.12.3.jar.sha1 b/solr/licenses/jackson-dataformat-smile-2.12.3.jar.sha1
deleted file mode 100644
index 0610c41e0e1..00000000000
--- a/solr/licenses/jackson-dataformat-smile-2.12.3.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f9be9f3ee1a04aafc501f1cf6850b18852f2178a
diff --git a/solr/licenses/jackson-dataformat-smile-2.13.3.jar.sha1 b/solr/licenses/jackson-dataformat-smile-2.13.3.jar.sha1
new file mode 100644
index 00000000000..689d1fb7cfe
--- /dev/null
+++ b/solr/licenses/jackson-dataformat-smile-2.13.3.jar.sha1
@@ -0,0 +1 @@
+b4e03e361e2388e3a8a0b68e3b9988d3a07ee3f3
diff --git a/solr/licenses/jackson-dataformat-xml-2.12.3.jar.sha1 b/solr/licenses/jackson-dataformat-xml-2.12.3.jar.sha1
deleted file mode 100644
index 2bd78bd4398..00000000000
--- a/solr/licenses/jackson-dataformat-xml-2.12.3.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-d2a90460fecffa0c7ae9fd836272bbce91b5241a
diff --git a/solr/licenses/jackson-dataformat-xml-2.13.3.jar.sha1 b/solr/licenses/jackson-dataformat-xml-2.13.3.jar.sha1
new file mode 100644
index 00000000000..f33d7cd54f9
--- /dev/null
+++ b/solr/licenses/jackson-dataformat-xml-2.13.3.jar.sha1
@@ -0,0 +1 @@
+ec52dc41977a927a6ff175042576d716cd55c7c5
diff --git a/solr/licenses/jackson-datatype-jdk8-2.12.3.jar.sha1 b/solr/licenses/jackson-datatype-jdk8-2.12.3.jar.sha1
deleted file mode 100644
index 51220d466b7..00000000000
--- a/solr/licenses/jackson-datatype-jdk8-2.12.3.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-77424ea087313312e308dae5ff8445608aabb5e1
diff --git a/solr/licenses/jackson-datatype-jdk8-2.13.3.jar.sha1 b/solr/licenses/jackson-datatype-jdk8-2.13.3.jar.sha1
new file mode 100644
index 00000000000..badd5ac2432
--- /dev/null
+++ b/solr/licenses/jackson-datatype-jdk8-2.13.3.jar.sha1
@@ -0,0 +1 @@
+d4884595d5aab5babdb00ddbd693b8fd36b5ec3c
diff --git a/solr/licenses/jackson-datatype-jsr310-2.12.3.jar.sha1 b/solr/licenses/jackson-datatype-jsr310-2.12.3.jar.sha1
deleted file mode 100644
index 899e2367a6b..00000000000
--- a/solr/licenses/jackson-datatype-jsr310-2.12.3.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f69c636438dcf19c49960c1fe8901320ab85f989
diff --git a/solr/licenses/jackson-datatype-jsr310-2.13.3.jar.sha1 b/solr/licenses/jackson-datatype-jsr310-2.13.3.jar.sha1
new file mode 100644
index 00000000000..3f42f66e569
--- /dev/null
+++ b/solr/licenses/jackson-datatype-jsr310-2.13.3.jar.sha1
@@ -0,0 +1 @@
+ad2f4c61aeb9e2a8bb5e4a3ed782cfddec52d972
diff --git a/solr/licenses/jackson-module-jaxb-annotations-2.12.3.jar.sha1 b/solr/licenses/jackson-module-jaxb-annotations-2.12.3.jar.sha1
deleted file mode 100644
index e9823b1cc37..00000000000
--- a/solr/licenses/jackson-module-jaxb-annotations-2.12.3.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-ea843951d2efdd5e6844d6faa8aabf71698463a8
diff --git a/solr/licenses/jackson-module-jaxb-annotations-2.13.3.jar.sha1 b/solr/licenses/jackson-module-jaxb-annotations-2.13.3.jar.sha1
new file mode 100644
index 00000000000..8d705b7363a
--- /dev/null
+++ b/solr/licenses/jackson-module-jaxb-annotations-2.13.3.jar.sha1
@@ -0,0 +1 @@
+1dba7b89605c64026f60ccf1116d3766039fcab0
diff --git a/solr/licenses/jackson-module-parameter-names-2.12.3.jar.sha1 b/solr/licenses/jackson-module-parameter-names-2.12.3.jar.sha1
deleted file mode 100644
index da9bbb0ec11..00000000000
--- a/solr/licenses/jackson-module-parameter-names-2.12.3.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-592a882beaf1bd57b8fe960b937a2706b090b4d7
diff --git a/solr/licenses/jackson-module-parameter-names-2.13.3.jar.sha1 b/solr/licenses/jackson-module-parameter-names-2.13.3.jar.sha1
new file mode 100644
index 00000000000..a54b6185036
--- /dev/null
+++ b/solr/licenses/jackson-module-parameter-names-2.13.3.jar.sha1
@@ -0,0 +1 @@
+f71c4ecc1a403787c963f68bc619b78ce1d2687b