From 64cd229b35086e2f736382952c2bb0e9f9d5b8d2 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Mon, 31 Aug 2020 09:52:09 -0400 Subject: [PATCH] Upgrade to Lucene 8.6.2 (#61688) This commit upgrades the Lucene dependencies to 8.6.2. --- buildSrc/version.properties | 2 +- docs/Versions.asciidoc | 4 ++-- .../licenses/lucene-expressions-8.6.0.jar.sha1 | 1 - .../licenses/lucene-expressions-8.6.2.jar.sha1 | 1 + .../analysis-icu/licenses/lucene-analyzers-icu-8.6.0.jar.sha1 | 1 - .../analysis-icu/licenses/lucene-analyzers-icu-8.6.2.jar.sha1 | 1 + .../licenses/lucene-analyzers-kuromoji-8.6.0.jar.sha1 | 1 - .../licenses/lucene-analyzers-kuromoji-8.6.2.jar.sha1 | 1 + .../licenses/lucene-analyzers-nori-8.6.0.jar.sha1 | 1 - .../licenses/lucene-analyzers-nori-8.6.2.jar.sha1 | 1 + .../licenses/lucene-analyzers-phonetic-8.6.0.jar.sha1 | 1 - .../licenses/lucene-analyzers-phonetic-8.6.2.jar.sha1 | 1 + .../licenses/lucene-analyzers-smartcn-8.6.0.jar.sha1 | 1 - .../licenses/lucene-analyzers-smartcn-8.6.2.jar.sha1 | 1 + .../licenses/lucene-analyzers-stempel-8.6.0.jar.sha1 | 1 - .../licenses/lucene-analyzers-stempel-8.6.2.jar.sha1 | 1 + .../licenses/lucene-analyzers-morfologik-8.6.0.jar.sha1 | 1 - .../licenses/lucene-analyzers-morfologik-8.6.2.jar.sha1 | 1 + server/licenses/lucene-analyzers-common-8.6.0.jar.sha1 | 1 - server/licenses/lucene-analyzers-common-8.6.2.jar.sha1 | 1 + server/licenses/lucene-backward-codecs-8.6.0.jar.sha1 | 1 - server/licenses/lucene-backward-codecs-8.6.2.jar.sha1 | 1 + server/licenses/lucene-core-8.6.0.jar.sha1 | 1 - server/licenses/lucene-core-8.6.2.jar.sha1 | 1 + server/licenses/lucene-grouping-8.6.0.jar.sha1 | 1 - server/licenses/lucene-grouping-8.6.2.jar.sha1 | 1 + server/licenses/lucene-highlighter-8.6.0.jar.sha1 | 1 - server/licenses/lucene-highlighter-8.6.2.jar.sha1 | 1 + server/licenses/lucene-join-8.6.0.jar.sha1 | 1 - server/licenses/lucene-join-8.6.2.jar.sha1 | 1 + server/licenses/lucene-memory-8.6.0.jar.sha1 | 1 - server/licenses/lucene-memory-8.6.2.jar.sha1 | 1 + server/licenses/lucene-misc-8.6.0.jar.sha1 | 1 - server/licenses/lucene-misc-8.6.2.jar.sha1 | 1 + server/licenses/lucene-queries-8.6.0.jar.sha1 | 1 - server/licenses/lucene-queries-8.6.2.jar.sha1 | 1 + server/licenses/lucene-queryparser-8.6.0.jar.sha1 | 1 - server/licenses/lucene-queryparser-8.6.2.jar.sha1 | 1 + server/licenses/lucene-sandbox-8.6.0.jar.sha1 | 1 - server/licenses/lucene-sandbox-8.6.2.jar.sha1 | 1 + server/licenses/lucene-spatial-extras-8.6.0.jar.sha1 | 1 - server/licenses/lucene-spatial-extras-8.6.2.jar.sha1 | 1 + server/licenses/lucene-spatial3d-8.6.0.jar.sha1 | 1 - server/licenses/lucene-spatial3d-8.6.2.jar.sha1 | 1 + server/licenses/lucene-suggest-8.6.0.jar.sha1 | 1 - server/licenses/lucene-suggest-8.6.2.jar.sha1 | 1 + server/src/main/java/org/elasticsearch/Version.java | 2 +- .../plugin/sql/sql-action/licenses/lucene-core-8.6.0.jar.sha1 | 1 - .../plugin/sql/sql-action/licenses/lucene-core-8.6.2.jar.sha1 | 1 + 49 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 modules/lang-expression/licenses/lucene-expressions-8.6.0.jar.sha1 create mode 100644 modules/lang-expression/licenses/lucene-expressions-8.6.2.jar.sha1 delete mode 100644 plugins/analysis-icu/licenses/lucene-analyzers-icu-8.6.0.jar.sha1 create mode 100644 plugins/analysis-icu/licenses/lucene-analyzers-icu-8.6.2.jar.sha1 delete mode 100644 plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.6.0.jar.sha1 create mode 100644 plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.6.2.jar.sha1 delete mode 100644 plugins/analysis-nori/licenses/lucene-analyzers-nori-8.6.0.jar.sha1 create mode 100644 plugins/analysis-nori/licenses/lucene-analyzers-nori-8.6.2.jar.sha1 delete mode 100644 plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.6.0.jar.sha1 create mode 100644 plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.6.2.jar.sha1 delete mode 100644 plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.6.0.jar.sha1 create mode 100644 plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.6.2.jar.sha1 delete mode 100644 plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.6.0.jar.sha1 create mode 100644 plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.6.2.jar.sha1 delete mode 100644 plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.6.0.jar.sha1 create mode 100644 plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.6.2.jar.sha1 delete mode 100644 server/licenses/lucene-analyzers-common-8.6.0.jar.sha1 create mode 100644 server/licenses/lucene-analyzers-common-8.6.2.jar.sha1 delete mode 100644 server/licenses/lucene-backward-codecs-8.6.0.jar.sha1 create mode 100644 server/licenses/lucene-backward-codecs-8.6.2.jar.sha1 delete mode 100644 server/licenses/lucene-core-8.6.0.jar.sha1 create mode 100644 server/licenses/lucene-core-8.6.2.jar.sha1 delete mode 100644 server/licenses/lucene-grouping-8.6.0.jar.sha1 create mode 100644 server/licenses/lucene-grouping-8.6.2.jar.sha1 delete mode 100644 server/licenses/lucene-highlighter-8.6.0.jar.sha1 create mode 100644 server/licenses/lucene-highlighter-8.6.2.jar.sha1 delete mode 100644 server/licenses/lucene-join-8.6.0.jar.sha1 create mode 100644 server/licenses/lucene-join-8.6.2.jar.sha1 delete mode 100644 server/licenses/lucene-memory-8.6.0.jar.sha1 create mode 100644 server/licenses/lucene-memory-8.6.2.jar.sha1 delete mode 100644 server/licenses/lucene-misc-8.6.0.jar.sha1 create mode 100644 server/licenses/lucene-misc-8.6.2.jar.sha1 delete mode 100644 server/licenses/lucene-queries-8.6.0.jar.sha1 create mode 100644 server/licenses/lucene-queries-8.6.2.jar.sha1 delete mode 100644 server/licenses/lucene-queryparser-8.6.0.jar.sha1 create mode 100644 server/licenses/lucene-queryparser-8.6.2.jar.sha1 delete mode 100644 server/licenses/lucene-sandbox-8.6.0.jar.sha1 create mode 100644 server/licenses/lucene-sandbox-8.6.2.jar.sha1 delete mode 100644 server/licenses/lucene-spatial-extras-8.6.0.jar.sha1 create mode 100644 server/licenses/lucene-spatial-extras-8.6.2.jar.sha1 delete mode 100644 server/licenses/lucene-spatial3d-8.6.0.jar.sha1 create mode 100644 server/licenses/lucene-spatial3d-8.6.2.jar.sha1 delete mode 100644 server/licenses/lucene-suggest-8.6.0.jar.sha1 create mode 100644 server/licenses/lucene-suggest-8.6.2.jar.sha1 delete mode 100644 x-pack/plugin/sql/sql-action/licenses/lucene-core-8.6.0.jar.sha1 create mode 100644 x-pack/plugin/sql/sql-action/licenses/lucene-core-8.6.2.jar.sha1 diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 99d2ccbe508..86d686b7623 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,5 +1,5 @@ elasticsearch = 7.10.0 -lucene = 8.6.0 +lucene = 8.6.2 bundled_jdk_vendor = adoptopenjdk bundled_jdk = 14.0.1+7 diff --git a/docs/Versions.asciidoc b/docs/Versions.asciidoc index 6beed2758f7..f4127184b72 100644 --- a/docs/Versions.asciidoc +++ b/docs/Versions.asciidoc @@ -1,8 +1,8 @@ include::{docs-root}/shared/versions/stack/{source_branch}.asciidoc[] -:lucene_version: 8.6.0 -:lucene_version_path: 8_6_0 +:lucene_version: 8.6.2 +:lucene_version_path: 8_6_2 :jdk: 1.8.0_131 :jdk_major: 8 :build_flavor: default diff --git a/modules/lang-expression/licenses/lucene-expressions-8.6.0.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-8.6.0.jar.sha1 deleted file mode 100644 index a321a1b0a2a..00000000000 --- a/modules/lang-expression/licenses/lucene-expressions-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d7d73ea92f9db9d6ad960a9b717f95c1786318cd \ No newline at end of file diff --git a/modules/lang-expression/licenses/lucene-expressions-8.6.2.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-8.6.2.jar.sha1 new file mode 100644 index 00000000000..121513c5d36 --- /dev/null +++ b/modules/lang-expression/licenses/lucene-expressions-8.6.2.jar.sha1 @@ -0,0 +1 @@ +2f8451c08cd6d19ecacea5f35db2f94014a3a423 \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.6.0.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.6.0.jar.sha1 deleted file mode 100644 index 65baa7b37e0..00000000000 --- a/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -75ed6d6626d768fe662249d7f5e4b83039b72e99 \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.6.2.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.6.2.jar.sha1 new file mode 100644 index 00000000000..d85d18b01b1 --- /dev/null +++ b/plugins/analysis-icu/licenses/lucene-analyzers-icu-8.6.2.jar.sha1 @@ -0,0 +1 @@ +75b90e16b9f0773a5fde05715f07f5a0b8a66658 \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.6.0.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.6.0.jar.sha1 deleted file mode 100644 index a0751b2baae..00000000000 --- a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -055e829fbfd5533083a2cba69c6efd30d07111e0 \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.6.2.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.6.2.jar.sha1 new file mode 100644 index 00000000000..1bdb90e622b --- /dev/null +++ b/plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-8.6.2.jar.sha1 @@ -0,0 +1 @@ +665b1e0480983dd2e2996996a104cf05dca783c9 \ No newline at end of file diff --git a/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.6.0.jar.sha1 b/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.6.0.jar.sha1 deleted file mode 100644 index b619c325f3a..00000000000 --- a/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -5a2990446cf84d0082454118e83fab49a3fac1d9 \ No newline at end of file diff --git a/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.6.2.jar.sha1 b/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.6.2.jar.sha1 new file mode 100644 index 00000000000..daafadec190 --- /dev/null +++ b/plugins/analysis-nori/licenses/lucene-analyzers-nori-8.6.2.jar.sha1 @@ -0,0 +1 @@ +f3f001555ee4719adf4f8ce4d2bfe3de4ebd1f35 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.6.0.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.6.0.jar.sha1 deleted file mode 100644 index 04c5f86c031..00000000000 --- a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -893e787baf3fbca747f544f1a30c8dff7d7f3882 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.6.2.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.6.2.jar.sha1 new file mode 100644 index 00000000000..21d5c129683 --- /dev/null +++ b/plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-8.6.2.jar.sha1 @@ -0,0 +1 @@ +a3676e5a7fb6ed20d0d641f893e3e7b1bda824ea \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.6.0.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.6.0.jar.sha1 deleted file mode 100644 index 351b8a41d47..00000000000 --- a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -c28d18c79106fef2bc8e25515d902100ca85d823 \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.6.2.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.6.2.jar.sha1 new file mode 100644 index 00000000000..9a967839c53 --- /dev/null +++ b/plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-8.6.2.jar.sha1 @@ -0,0 +1 @@ +6213af5b0dc92962cf9adc05a14f04682b9bbf15 \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.6.0.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.6.0.jar.sha1 deleted file mode 100644 index c22721722e5..00000000000 --- a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -8a19519200d28bb34151eabf20eeecdbf1e9676f \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.6.2.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.6.2.jar.sha1 new file mode 100644 index 00000000000..508b82bb8e9 --- /dev/null +++ b/plugins/analysis-stempel/licenses/lucene-analyzers-stempel-8.6.2.jar.sha1 @@ -0,0 +1 @@ +0cb86dd6a32c867802fe5604dbab6e0fd84aa9fc \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.6.0.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.6.0.jar.sha1 deleted file mode 100644 index 262f6a0b7a8..00000000000 --- a/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -11527fa0757eb8fefafcf725b26026a937c6c4e4 \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.6.2.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.6.2.jar.sha1 new file mode 100644 index 00000000000..1d155795357 --- /dev/null +++ b/plugins/analysis-ukrainian/licenses/lucene-analyzers-morfologik-8.6.2.jar.sha1 @@ -0,0 +1 @@ +3e44b8d571e18a67abb9e3bc941cd1a7cc4203c8 \ No newline at end of file diff --git a/server/licenses/lucene-analyzers-common-8.6.0.jar.sha1 b/server/licenses/lucene-analyzers-common-8.6.0.jar.sha1 deleted file mode 100644 index d112d4a5ed7..00000000000 --- a/server/licenses/lucene-analyzers-common-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -0028f92dae4a3c7d83da44a0071d3da051d0f2e1 \ No newline at end of file diff --git a/server/licenses/lucene-analyzers-common-8.6.2.jar.sha1 b/server/licenses/lucene-analyzers-common-8.6.2.jar.sha1 new file mode 100644 index 00000000000..77847d0ebd7 --- /dev/null +++ b/server/licenses/lucene-analyzers-common-8.6.2.jar.sha1 @@ -0,0 +1 @@ +c4c58571911464138b7ad8881a4319cb0d0ce504 \ No newline at end of file diff --git a/server/licenses/lucene-backward-codecs-8.6.0.jar.sha1 b/server/licenses/lucene-backward-codecs-8.6.0.jar.sha1 deleted file mode 100644 index a526799f887..00000000000 --- a/server/licenses/lucene-backward-codecs-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -05c64e10fd15764e3889c0dee32c744a09a2b508 \ No newline at end of file diff --git a/server/licenses/lucene-backward-codecs-8.6.2.jar.sha1 b/server/licenses/lucene-backward-codecs-8.6.2.jar.sha1 new file mode 100644 index 00000000000..5ba097b1803 --- /dev/null +++ b/server/licenses/lucene-backward-codecs-8.6.2.jar.sha1 @@ -0,0 +1 @@ +3719b09652d0c9de87de529060d9c2ce527f929c \ No newline at end of file diff --git a/server/licenses/lucene-core-8.6.0.jar.sha1 b/server/licenses/lucene-core-8.6.0.jar.sha1 deleted file mode 100644 index a94ecac7665..00000000000 --- a/server/licenses/lucene-core-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -fcf8e32dd9e3f88d28072a2ffb829405d630dc22 \ No newline at end of file diff --git a/server/licenses/lucene-core-8.6.2.jar.sha1 b/server/licenses/lucene-core-8.6.2.jar.sha1 new file mode 100644 index 00000000000..72e55eb897d --- /dev/null +++ b/server/licenses/lucene-core-8.6.2.jar.sha1 @@ -0,0 +1 @@ +de97930c2f5242124e52579eb3d23722e13f0f9d \ No newline at end of file diff --git a/server/licenses/lucene-grouping-8.6.0.jar.sha1 b/server/licenses/lucene-grouping-8.6.0.jar.sha1 deleted file mode 100644 index fb4f84c2f87..00000000000 --- a/server/licenses/lucene-grouping-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -45041c79fe17c06a70aad597ea4188d1994bab81 \ No newline at end of file diff --git a/server/licenses/lucene-grouping-8.6.2.jar.sha1 b/server/licenses/lucene-grouping-8.6.2.jar.sha1 new file mode 100644 index 00000000000..1b473578558 --- /dev/null +++ b/server/licenses/lucene-grouping-8.6.2.jar.sha1 @@ -0,0 +1 @@ +d6fd5936f99ab50622e75ba6dacff97090cb62e1 \ No newline at end of file diff --git a/server/licenses/lucene-highlighter-8.6.0.jar.sha1 b/server/licenses/lucene-highlighter-8.6.0.jar.sha1 deleted file mode 100644 index 6896f811d6f..00000000000 --- a/server/licenses/lucene-highlighter-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ed224e632624ccebee0e8e26c32c8298bf71e05e \ No newline at end of file diff --git a/server/licenses/lucene-highlighter-8.6.2.jar.sha1 b/server/licenses/lucene-highlighter-8.6.2.jar.sha1 new file mode 100644 index 00000000000..21a0a9d90b1 --- /dev/null +++ b/server/licenses/lucene-highlighter-8.6.2.jar.sha1 @@ -0,0 +1 @@ +275ce757580877efb9370452c282a1de4d10fd3e \ No newline at end of file diff --git a/server/licenses/lucene-join-8.6.0.jar.sha1 b/server/licenses/lucene-join-8.6.0.jar.sha1 deleted file mode 100644 index 3761f70b43a..00000000000 --- a/server/licenses/lucene-join-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -a76dc5f8a8a3533fc7144166d34d679a91dcda10 \ No newline at end of file diff --git a/server/licenses/lucene-join-8.6.2.jar.sha1 b/server/licenses/lucene-join-8.6.2.jar.sha1 new file mode 100644 index 00000000000..5cd44dbab19 --- /dev/null +++ b/server/licenses/lucene-join-8.6.2.jar.sha1 @@ -0,0 +1 @@ +8f7e21a00095e0ebed741e2ee425da8019b47b6b \ No newline at end of file diff --git a/server/licenses/lucene-memory-8.6.0.jar.sha1 b/server/licenses/lucene-memory-8.6.0.jar.sha1 deleted file mode 100644 index a2febf6eb98..00000000000 --- a/server/licenses/lucene-memory-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -47e7e03412d3d2790ce04a7936f50a9ff6d57431 \ No newline at end of file diff --git a/server/licenses/lucene-memory-8.6.2.jar.sha1 b/server/licenses/lucene-memory-8.6.2.jar.sha1 new file mode 100644 index 00000000000..ab4c22c2728 --- /dev/null +++ b/server/licenses/lucene-memory-8.6.2.jar.sha1 @@ -0,0 +1 @@ +75412c308ff3d9f2bf45248538b9806ce624cc3d \ No newline at end of file diff --git a/server/licenses/lucene-misc-8.6.0.jar.sha1 b/server/licenses/lucene-misc-8.6.0.jar.sha1 deleted file mode 100644 index 6d68894d196..00000000000 --- a/server/licenses/lucene-misc-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -8014daa20900f2bffdb7a35be92f6ff03a5b4d99 \ No newline at end of file diff --git a/server/licenses/lucene-misc-8.6.2.jar.sha1 b/server/licenses/lucene-misc-8.6.2.jar.sha1 new file mode 100644 index 00000000000..d2182996e96 --- /dev/null +++ b/server/licenses/lucene-misc-8.6.2.jar.sha1 @@ -0,0 +1 @@ +1072a1d3b3c6ffa40116a88c267bfa8523ccc166 \ No newline at end of file diff --git a/server/licenses/lucene-queries-8.6.0.jar.sha1 b/server/licenses/lucene-queries-8.6.0.jar.sha1 deleted file mode 100644 index 904a8bb4a99..00000000000 --- a/server/licenses/lucene-queries-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ed41a00e8045c024b0ab5d3f41f505fb0166ecab \ No newline at end of file diff --git a/server/licenses/lucene-queries-8.6.2.jar.sha1 b/server/licenses/lucene-queries-8.6.2.jar.sha1 new file mode 100644 index 00000000000..9ef30447860 --- /dev/null +++ b/server/licenses/lucene-queries-8.6.2.jar.sha1 @@ -0,0 +1 @@ +f1edd4d4645d7e8ba07de3302a272123f061cbb5 \ No newline at end of file diff --git a/server/licenses/lucene-queryparser-8.6.0.jar.sha1 b/server/licenses/lucene-queryparser-8.6.0.jar.sha1 deleted file mode 100644 index 39b75862a3c..00000000000 --- a/server/licenses/lucene-queryparser-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -e45559841aa05ae7b436bceff9f699b7783dc915 \ No newline at end of file diff --git a/server/licenses/lucene-queryparser-8.6.2.jar.sha1 b/server/licenses/lucene-queryparser-8.6.2.jar.sha1 new file mode 100644 index 00000000000..aa5cfa016c5 --- /dev/null +++ b/server/licenses/lucene-queryparser-8.6.2.jar.sha1 @@ -0,0 +1 @@ +27c206ac7cd7ba7b3edb176c781718c99efb14e2 \ No newline at end of file diff --git a/server/licenses/lucene-sandbox-8.6.0.jar.sha1 b/server/licenses/lucene-sandbox-8.6.0.jar.sha1 deleted file mode 100644 index c621fd20ec0..00000000000 --- a/server/licenses/lucene-sandbox-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -964d98b54b46f59ca5b04934438c2e9bf393b8da \ No newline at end of file diff --git a/server/licenses/lucene-sandbox-8.6.2.jar.sha1 b/server/licenses/lucene-sandbox-8.6.2.jar.sha1 new file mode 100644 index 00000000000..f1b932a5ca3 --- /dev/null +++ b/server/licenses/lucene-sandbox-8.6.2.jar.sha1 @@ -0,0 +1 @@ +82d432972fecbeb3713329eca9240fd2bb322bd5 \ No newline at end of file diff --git a/server/licenses/lucene-spatial-extras-8.6.0.jar.sha1 b/server/licenses/lucene-spatial-extras-8.6.0.jar.sha1 deleted file mode 100644 index caa7447aaff..00000000000 --- a/server/licenses/lucene-spatial-extras-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -630f961ffb4531a4d84ea01b1bbb9428264b6217 \ No newline at end of file diff --git a/server/licenses/lucene-spatial-extras-8.6.2.jar.sha1 b/server/licenses/lucene-spatial-extras-8.6.2.jar.sha1 new file mode 100644 index 00000000000..7749f269782 --- /dev/null +++ b/server/licenses/lucene-spatial-extras-8.6.2.jar.sha1 @@ -0,0 +1 @@ +9b145bd48c34e4a478f1e090a8424a3974ee23f1 \ No newline at end of file diff --git a/server/licenses/lucene-spatial3d-8.6.0.jar.sha1 b/server/licenses/lucene-spatial3d-8.6.0.jar.sha1 deleted file mode 100644 index df16e9f2acb..00000000000 --- a/server/licenses/lucene-spatial3d-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b905c3d85a75393cdb4507cb649bfce43f427cc9 \ No newline at end of file diff --git a/server/licenses/lucene-spatial3d-8.6.2.jar.sha1 b/server/licenses/lucene-spatial3d-8.6.2.jar.sha1 new file mode 100644 index 00000000000..11cb3c8042f --- /dev/null +++ b/server/licenses/lucene-spatial3d-8.6.2.jar.sha1 @@ -0,0 +1 @@ +e9b93e2f6c5cdb74332b6b9aada4a190f20d45c3 \ No newline at end of file diff --git a/server/licenses/lucene-suggest-8.6.0.jar.sha1 b/server/licenses/lucene-suggest-8.6.0.jar.sha1 deleted file mode 100644 index b226708ca4d..00000000000 --- a/server/licenses/lucene-suggest-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -de65657fd1a0edf1981239df2d756ca9dfa643a8 \ No newline at end of file diff --git a/server/licenses/lucene-suggest-8.6.2.jar.sha1 b/server/licenses/lucene-suggest-8.6.2.jar.sha1 new file mode 100644 index 00000000000..0bb333aabce --- /dev/null +++ b/server/licenses/lucene-suggest-8.6.2.jar.sha1 @@ -0,0 +1 @@ +1ffe015e1f765ec0e8aaccd3b82d7578584aebbf \ No newline at end of file diff --git a/server/src/main/java/org/elasticsearch/Version.java b/server/src/main/java/org/elasticsearch/Version.java index 99f9f76cf04..1e7238df59a 100644 --- a/server/src/main/java/org/elasticsearch/Version.java +++ b/server/src/main/java/org/elasticsearch/Version.java @@ -144,7 +144,7 @@ public class Version implements Comparable, ToXContentFragment { public static final Version V_7_8_1 = new Version(7080199, org.apache.lucene.util.Version.LUCENE_8_5_1); public static final Version V_7_9_0 = new Version(7090099, org.apache.lucene.util.Version.LUCENE_8_6_0); public static final Version V_7_9_1 = new Version(7090199, org.apache.lucene.util.Version.LUCENE_8_6_0); - public static final Version V_7_10_0 = new Version(7100099, org.apache.lucene.util.Version.LUCENE_8_6_0); + public static final Version V_7_10_0 = new Version(7100099, org.apache.lucene.util.Version.LUCENE_8_6_2); public static final Version CURRENT = V_7_10_0; private static final ImmutableOpenIntMap idToVersion; diff --git a/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.6.0.jar.sha1 b/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.6.0.jar.sha1 deleted file mode 100644 index a94ecac7665..00000000000 --- a/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -fcf8e32dd9e3f88d28072a2ffb829405d630dc22 \ No newline at end of file diff --git a/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.6.2.jar.sha1 b/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.6.2.jar.sha1 new file mode 100644 index 00000000000..72e55eb897d --- /dev/null +++ b/x-pack/plugin/sql/sql-action/licenses/lucene-core-8.6.2.jar.sha1 @@ -0,0 +1 @@ +de97930c2f5242124e52579eb3d23722e13f0f9d \ No newline at end of file