From bd2eae4a125b4d35553570d544a531ab145699ce Mon Sep 17 00:00:00 2001 From: Armin Braun Date: Wed, 8 Aug 2018 15:47:23 +0200 Subject: [PATCH] CORE: Upgrade to Jackson 2.8.11 (#32670) (#32707) * closes #30352 --- buildSrc/version.properties | 2 +- client/sniffer/licenses/jackson-core-2.8.10.jar.sha1 | 1 - client/sniffer/licenses/jackson-core-2.8.11.jar.sha1 | 1 + libs/x-content/licenses/jackson-core-2.8.10.jar.sha1 | 1 - libs/x-content/licenses/jackson-core-2.8.11.jar.sha1 | 1 + libs/x-content/licenses/jackson-dataformat-cbor-2.8.10.jar.sha1 | 1 - libs/x-content/licenses/jackson-dataformat-cbor-2.8.11.jar.sha1 | 1 + .../x-content/licenses/jackson-dataformat-smile-2.8.10.jar.sha1 | 1 - .../x-content/licenses/jackson-dataformat-smile-2.8.11.jar.sha1 | 1 + libs/x-content/licenses/jackson-dataformat-yaml-2.8.10.jar.sha1 | 1 - libs/x-content/licenses/jackson-dataformat-yaml-2.8.11.jar.sha1 | 1 + .../ingest-geoip/licenses/jackson-annotations-2.8.10.jar.sha1 | 1 - .../ingest-geoip/licenses/jackson-annotations-2.8.11.jar.sha1 | 1 + plugins/ingest-geoip/licenses/jackson-databind-2.8.10.jar.sha1 | 1 - plugins/ingest-geoip/licenses/jackson-databind-2.8.11.jar.sha1 | 1 + x-pack/plugin/sql/jdbc/licenses/jackson-core-2.8.10.jar.sha1 | 1 - x-pack/plugin/sql/jdbc/licenses/jackson-core-2.8.11.jar.sha1 | 1 + .../plugin/sql/sql-action/licenses/jackson-core-2.8.10.jar.sha1 | 1 - .../plugin/sql/sql-action/licenses/jackson-core-2.8.11.jar.sha1 | 1 + .../plugin/sql/sql-client/licenses/jackson-core-2.8.10.jar.sha1 | 1 - .../plugin/sql/sql-client/licenses/jackson-core-2.8.11.jar.sha1 | 1 + .../plugin/sql/sql-proto/licenses/jackson-core-2.8.10.jar.sha1 | 1 - .../plugin/sql/sql-proto/licenses/jackson-core-2.8.11.jar.sha1 | 1 + 23 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 client/sniffer/licenses/jackson-core-2.8.10.jar.sha1 create mode 100644 client/sniffer/licenses/jackson-core-2.8.11.jar.sha1 delete mode 100644 libs/x-content/licenses/jackson-core-2.8.10.jar.sha1 create mode 100644 libs/x-content/licenses/jackson-core-2.8.11.jar.sha1 delete mode 100644 libs/x-content/licenses/jackson-dataformat-cbor-2.8.10.jar.sha1 create mode 100644 libs/x-content/licenses/jackson-dataformat-cbor-2.8.11.jar.sha1 delete mode 100644 libs/x-content/licenses/jackson-dataformat-smile-2.8.10.jar.sha1 create mode 100644 libs/x-content/licenses/jackson-dataformat-smile-2.8.11.jar.sha1 delete mode 100644 libs/x-content/licenses/jackson-dataformat-yaml-2.8.10.jar.sha1 create mode 100644 libs/x-content/licenses/jackson-dataformat-yaml-2.8.11.jar.sha1 delete mode 100644 plugins/ingest-geoip/licenses/jackson-annotations-2.8.10.jar.sha1 create mode 100644 plugins/ingest-geoip/licenses/jackson-annotations-2.8.11.jar.sha1 delete mode 100644 plugins/ingest-geoip/licenses/jackson-databind-2.8.10.jar.sha1 create mode 100644 plugins/ingest-geoip/licenses/jackson-databind-2.8.11.jar.sha1 delete mode 100644 x-pack/plugin/sql/jdbc/licenses/jackson-core-2.8.10.jar.sha1 create mode 100644 x-pack/plugin/sql/jdbc/licenses/jackson-core-2.8.11.jar.sha1 delete mode 100644 x-pack/plugin/sql/sql-action/licenses/jackson-core-2.8.10.jar.sha1 create mode 100644 x-pack/plugin/sql/sql-action/licenses/jackson-core-2.8.11.jar.sha1 delete mode 100644 x-pack/plugin/sql/sql-client/licenses/jackson-core-2.8.10.jar.sha1 create mode 100644 x-pack/plugin/sql/sql-client/licenses/jackson-core-2.8.11.jar.sha1 delete mode 100644 x-pack/plugin/sql/sql-proto/licenses/jackson-core-2.8.10.jar.sha1 create mode 100644 x-pack/plugin/sql/sql-proto/licenses/jackson-core-2.8.11.jar.sha1 diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 53905365a3ec4..56ce10a186199 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -4,7 +4,7 @@ lucene = 7.5.0-snapshot-608f0277b0 # optional dependencies spatial4j = 0.7 jts = 1.15.0 -jackson = 2.8.10 +jackson = 2.8.11 snakeyaml = 1.17 # when updating log4j, please update also docs/java-api/index.asciidoc log4j = 2.11.1 diff --git a/client/sniffer/licenses/jackson-core-2.8.10.jar.sha1 b/client/sniffer/licenses/jackson-core-2.8.10.jar.sha1 deleted file mode 100644 index a322d371e265e..0000000000000 --- a/client/sniffer/licenses/jackson-core-2.8.10.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -eb21a035c66ad307e66ec8fce37f5d50fd62d039 \ No newline at end of file diff --git a/client/sniffer/licenses/jackson-core-2.8.11.jar.sha1 b/client/sniffer/licenses/jackson-core-2.8.11.jar.sha1 new file mode 100644 index 0000000000000..e7ad1e74ed6b8 --- /dev/null +++ b/client/sniffer/licenses/jackson-core-2.8.11.jar.sha1 @@ -0,0 +1 @@ +876ead1db19f0c9e79c9789273a3ef8c6fd6c29b \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-core-2.8.10.jar.sha1 b/libs/x-content/licenses/jackson-core-2.8.10.jar.sha1 deleted file mode 100644 index a322d371e265e..0000000000000 --- a/libs/x-content/licenses/jackson-core-2.8.10.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -eb21a035c66ad307e66ec8fce37f5d50fd62d039 \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-core-2.8.11.jar.sha1 b/libs/x-content/licenses/jackson-core-2.8.11.jar.sha1 new file mode 100644 index 0000000000000..e7ad1e74ed6b8 --- /dev/null +++ b/libs/x-content/licenses/jackson-core-2.8.11.jar.sha1 @@ -0,0 +1 @@ +876ead1db19f0c9e79c9789273a3ef8c6fd6c29b \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-dataformat-cbor-2.8.10.jar.sha1 b/libs/x-content/licenses/jackson-dataformat-cbor-2.8.10.jar.sha1 deleted file mode 100644 index 1d3e18e21a694..0000000000000 --- a/libs/x-content/licenses/jackson-dataformat-cbor-2.8.10.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -1c58cc9313ddf19f0900cd61ed044874278ce320 \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-dataformat-cbor-2.8.11.jar.sha1 b/libs/x-content/licenses/jackson-dataformat-cbor-2.8.11.jar.sha1 new file mode 100644 index 0000000000000..378ba524422bc --- /dev/null +++ b/libs/x-content/licenses/jackson-dataformat-cbor-2.8.11.jar.sha1 @@ -0,0 +1 @@ +8b9826e16c3366764bfb7ad7362554f0471046c3 \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-dataformat-smile-2.8.10.jar.sha1 b/libs/x-content/licenses/jackson-dataformat-smile-2.8.10.jar.sha1 deleted file mode 100644 index 4f4cacde22079..0000000000000 --- a/libs/x-content/licenses/jackson-dataformat-smile-2.8.10.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -e853081fadaad3e98ed801937acc3d8f77580686 \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-dataformat-smile-2.8.11.jar.sha1 b/libs/x-content/licenses/jackson-dataformat-smile-2.8.11.jar.sha1 new file mode 100644 index 0000000000000..510afb3df53e6 --- /dev/null +++ b/libs/x-content/licenses/jackson-dataformat-smile-2.8.11.jar.sha1 @@ -0,0 +1 @@ +d9d1c49c5d9d5e46e2aee55f3cdd119286fe0fc1 \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-dataformat-yaml-2.8.10.jar.sha1 b/libs/x-content/licenses/jackson-dataformat-yaml-2.8.10.jar.sha1 deleted file mode 100644 index 40bcb05f69795..0000000000000 --- a/libs/x-content/licenses/jackson-dataformat-yaml-2.8.10.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -1e08caf1d787c825307d8cc6362452086020d853 \ No newline at end of file diff --git a/libs/x-content/licenses/jackson-dataformat-yaml-2.8.11.jar.sha1 b/libs/x-content/licenses/jackson-dataformat-yaml-2.8.11.jar.sha1 new file mode 100644 index 0000000000000..78a68d715ec3d --- /dev/null +++ b/libs/x-content/licenses/jackson-dataformat-yaml-2.8.11.jar.sha1 @@ -0,0 +1 @@ +2e77c6ff7342cd61ab1ae7cb14ed16aebfc8a72a \ No newline at end of file diff --git a/plugins/ingest-geoip/licenses/jackson-annotations-2.8.10.jar.sha1 b/plugins/ingest-geoip/licenses/jackson-annotations-2.8.10.jar.sha1 deleted file mode 100644 index 16addfe35076c..0000000000000 --- a/plugins/ingest-geoip/licenses/jackson-annotations-2.8.10.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -5e924646d6f893bc9036939c5f2b4ecaee85e5da \ No newline at end of file diff --git a/plugins/ingest-geoip/licenses/jackson-annotations-2.8.11.jar.sha1 b/plugins/ingest-geoip/licenses/jackson-annotations-2.8.11.jar.sha1 new file mode 100644 index 0000000000000..30e7d1a7b1a74 --- /dev/null +++ b/plugins/ingest-geoip/licenses/jackson-annotations-2.8.11.jar.sha1 @@ -0,0 +1 @@ +391de20b4e29cb3fb07d2454ace64be2c82ac91f \ No newline at end of file diff --git a/plugins/ingest-geoip/licenses/jackson-databind-2.8.10.jar.sha1 b/plugins/ingest-geoip/licenses/jackson-databind-2.8.10.jar.sha1 deleted file mode 100644 index f8c5539424553..0000000000000 --- a/plugins/ingest-geoip/licenses/jackson-databind-2.8.10.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f7b83cb2bc4b88d53961e749e1ad32f49ef017b7 \ No newline at end of file diff --git a/plugins/ingest-geoip/licenses/jackson-databind-2.8.11.jar.sha1 b/plugins/ingest-geoip/licenses/jackson-databind-2.8.11.jar.sha1 new file mode 100644 index 0000000000000..53d6c1fa20834 --- /dev/null +++ b/plugins/ingest-geoip/licenses/jackson-databind-2.8.11.jar.sha1 @@ -0,0 +1 @@ +0569a9f220273024523799dba9dd358121b0ee09 \ No newline at end of file diff --git a/x-pack/plugin/sql/jdbc/licenses/jackson-core-2.8.10.jar.sha1 b/x-pack/plugin/sql/jdbc/licenses/jackson-core-2.8.10.jar.sha1 deleted file mode 100644 index a322d371e265e..0000000000000 --- a/x-pack/plugin/sql/jdbc/licenses/jackson-core-2.8.10.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -eb21a035c66ad307e66ec8fce37f5d50fd62d039 \ No newline at end of file diff --git a/x-pack/plugin/sql/jdbc/licenses/jackson-core-2.8.11.jar.sha1 b/x-pack/plugin/sql/jdbc/licenses/jackson-core-2.8.11.jar.sha1 new file mode 100644 index 0000000000000..e7ad1e74ed6b8 --- /dev/null +++ b/x-pack/plugin/sql/jdbc/licenses/jackson-core-2.8.11.jar.sha1 @@ -0,0 +1 @@ +876ead1db19f0c9e79c9789273a3ef8c6fd6c29b \ No newline at end of file diff --git a/x-pack/plugin/sql/sql-action/licenses/jackson-core-2.8.10.jar.sha1 b/x-pack/plugin/sql/sql-action/licenses/jackson-core-2.8.10.jar.sha1 deleted file mode 100644 index a322d371e265e..0000000000000 --- a/x-pack/plugin/sql/sql-action/licenses/jackson-core-2.8.10.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -eb21a035c66ad307e66ec8fce37f5d50fd62d039 \ No newline at end of file diff --git a/x-pack/plugin/sql/sql-action/licenses/jackson-core-2.8.11.jar.sha1 b/x-pack/plugin/sql/sql-action/licenses/jackson-core-2.8.11.jar.sha1 new file mode 100644 index 0000000000000..e7ad1e74ed6b8 --- /dev/null +++ b/x-pack/plugin/sql/sql-action/licenses/jackson-core-2.8.11.jar.sha1 @@ -0,0 +1 @@ +876ead1db19f0c9e79c9789273a3ef8c6fd6c29b \ No newline at end of file diff --git a/x-pack/plugin/sql/sql-client/licenses/jackson-core-2.8.10.jar.sha1 b/x-pack/plugin/sql/sql-client/licenses/jackson-core-2.8.10.jar.sha1 deleted file mode 100644 index a322d371e265e..0000000000000 --- a/x-pack/plugin/sql/sql-client/licenses/jackson-core-2.8.10.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -eb21a035c66ad307e66ec8fce37f5d50fd62d039 \ No newline at end of file diff --git a/x-pack/plugin/sql/sql-client/licenses/jackson-core-2.8.11.jar.sha1 b/x-pack/plugin/sql/sql-client/licenses/jackson-core-2.8.11.jar.sha1 new file mode 100644 index 0000000000000..e7ad1e74ed6b8 --- /dev/null +++ b/x-pack/plugin/sql/sql-client/licenses/jackson-core-2.8.11.jar.sha1 @@ -0,0 +1 @@ +876ead1db19f0c9e79c9789273a3ef8c6fd6c29b \ No newline at end of file diff --git a/x-pack/plugin/sql/sql-proto/licenses/jackson-core-2.8.10.jar.sha1 b/x-pack/plugin/sql/sql-proto/licenses/jackson-core-2.8.10.jar.sha1 deleted file mode 100644 index a322d371e265e..0000000000000 --- a/x-pack/plugin/sql/sql-proto/licenses/jackson-core-2.8.10.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -eb21a035c66ad307e66ec8fce37f5d50fd62d039 \ No newline at end of file diff --git a/x-pack/plugin/sql/sql-proto/licenses/jackson-core-2.8.11.jar.sha1 b/x-pack/plugin/sql/sql-proto/licenses/jackson-core-2.8.11.jar.sha1 new file mode 100644 index 0000000000000..e7ad1e74ed6b8 --- /dev/null +++ b/x-pack/plugin/sql/sql-proto/licenses/jackson-core-2.8.11.jar.sha1 @@ -0,0 +1 @@ +876ead1db19f0c9e79c9789273a3ef8c6fd6c29b \ No newline at end of file