From bb221b716e9c7ae1ec98cb875a95411679e2e170 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Tue, 27 Dec 2022 10:11:55 -0500 Subject: [PATCH] Remove --enable-preview feature flag since Apache Lucene now patches class files Signed-off-by: Andriy Redko --- build.gradle | 3 --- buildSrc/version.properties | 2 +- distribution/src/config/jvm.options | 3 --- .../lucene-expressions-9.5.0-snapshot-0878271.jar.sha1 | 1 + .../lucene-expressions-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - .../lucene-analysis-icu-9.5.0-snapshot-0878271.jar.sha1 | 1 + .../lucene-analysis-icu-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - .../lucene-analysis-kuromoji-9.5.0-snapshot-0878271.jar.sha1 | 1 + .../lucene-analysis-kuromoji-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - .../lucene-analysis-nori-9.5.0-snapshot-0878271.jar.sha1 | 1 + .../lucene-analysis-nori-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - .../lucene-analysis-phonetic-9.5.0-snapshot-0878271.jar.sha1 | 1 + .../lucene-analysis-phonetic-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - .../lucene-analysis-smartcn-9.5.0-snapshot-0878271.jar.sha1 | 1 + .../lucene-analysis-smartcn-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - .../lucene-analysis-stempel-9.5.0-snapshot-0878271.jar.sha1 | 1 + .../lucene-analysis-stempel-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - .../lucene-analysis-morfologik-9.5.0-snapshot-0878271.jar.sha1 | 1 + .../lucene-analysis-morfologik-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - .../lucene-analysis-common-9.5.0-snapshot-0878271.jar.sha1 | 1 + .../lucene-analysis-common-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - .../lucene-backward-codecs-9.5.0-snapshot-0878271.jar.sha1 | 1 + .../lucene-backward-codecs-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - server/licenses/lucene-core-9.5.0-snapshot-0878271.jar.sha1 | 1 + server/licenses/lucene-core-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - .../licenses/lucene-grouping-9.5.0-snapshot-0878271.jar.sha1 | 1 + .../licenses/lucene-grouping-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - .../lucene-highlighter-9.5.0-snapshot-0878271.jar.sha1 | 1 + .../lucene-highlighter-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - server/licenses/lucene-join-9.5.0-snapshot-0878271.jar.sha1 | 1 + server/licenses/lucene-join-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - server/licenses/lucene-memory-9.5.0-snapshot-0878271.jar.sha1 | 1 + server/licenses/lucene-memory-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - server/licenses/lucene-misc-9.5.0-snapshot-0878271.jar.sha1 | 1 + server/licenses/lucene-misc-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - server/licenses/lucene-queries-9.5.0-snapshot-0878271.jar.sha1 | 1 + server/licenses/lucene-queries-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - .../lucene-queryparser-9.5.0-snapshot-0878271.jar.sha1 | 1 + .../lucene-queryparser-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - server/licenses/lucene-sandbox-9.5.0-snapshot-0878271.jar.sha1 | 1 + server/licenses/lucene-sandbox-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - .../lucene-spatial-extras-9.5.0-snapshot-0878271.jar.sha1 | 1 + .../lucene-spatial-extras-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - .../licenses/lucene-spatial3d-9.5.0-snapshot-0878271.jar.sha1 | 1 + .../licenses/lucene-spatial3d-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - server/licenses/lucene-suggest-9.5.0-snapshot-0878271.jar.sha1 | 1 + server/licenses/lucene-suggest-9.5.0-snapshot-6700b7e.jar.sha1 | 1 - 47 files changed, 23 insertions(+), 29 deletions(-) create mode 100644 modules/lang-expression/licenses/lucene-expressions-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 modules/lang-expression/licenses/lucene-expressions-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 plugins/analysis-icu/licenses/lucene-analysis-icu-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 plugins/analysis-icu/licenses/lucene-analysis-icu-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 plugins/analysis-nori/licenses/lucene-analysis-nori-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 plugins/analysis-nori/licenses/lucene-analysis-nori-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 server/licenses/lucene-analysis-common-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 server/licenses/lucene-analysis-common-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 server/licenses/lucene-backward-codecs-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 server/licenses/lucene-backward-codecs-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 server/licenses/lucene-core-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 server/licenses/lucene-core-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 server/licenses/lucene-grouping-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 server/licenses/lucene-grouping-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 server/licenses/lucene-highlighter-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 server/licenses/lucene-highlighter-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 server/licenses/lucene-join-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 server/licenses/lucene-join-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 server/licenses/lucene-memory-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 server/licenses/lucene-memory-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 server/licenses/lucene-misc-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 server/licenses/lucene-misc-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 server/licenses/lucene-queries-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 server/licenses/lucene-queries-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 server/licenses/lucene-queryparser-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 server/licenses/lucene-queryparser-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 server/licenses/lucene-sandbox-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 server/licenses/lucene-sandbox-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 server/licenses/lucene-spatial-extras-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 server/licenses/lucene-spatial-extras-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 server/licenses/lucene-spatial3d-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 server/licenses/lucene-spatial3d-9.5.0-snapshot-6700b7e.jar.sha1 create mode 100644 server/licenses/lucene-suggest-9.5.0-snapshot-0878271.jar.sha1 delete mode 100644 server/licenses/lucene-suggest-9.5.0-snapshot-6700b7e.jar.sha1 diff --git a/build.gradle b/build.gradle index 2211da85345b5..84bbb6aceed14 100644 --- a/build.gradle +++ b/build.gradle @@ -413,9 +413,6 @@ gradle.projectsEvaluated { if (BuildParams.runtimeJavaVersion > JavaVersion.VERSION_17) { task.jvmArgs += ["-Djava.security.manager=allow"] } - if (BuildParams.runtimeJavaVersion >= JavaVersion.VERSION_19) { - task.jvmArgs += ["--enable-preview"] - } } } diff --git a/buildSrc/version.properties b/buildSrc/version.properties index e0ea2cf759f2f..18db45a2c00c0 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,5 +1,5 @@ opensearch = 3.0.0 -lucene = 9.5.0-snapshot-6700b7e +lucene = 9.5.0-snapshot-0878271 bundled_jdk_vendor = adoptium bundled_jdk = 19.0.1+10 diff --git a/distribution/src/config/jvm.options b/distribution/src/config/jvm.options index 6cd5feadbef87..ef1035489c9fc 100644 --- a/distribution/src/config/jvm.options +++ b/distribution/src/config/jvm.options @@ -78,6 +78,3 @@ ${error.file} # Explicitly allow security manager (https://bugs.openjdk.java.net/browse/JDK-8270380) 18-:-Djava.security.manager=allow - -# Allow mmap to use new JDK-19 preview APIs in Apache Lucene 9.4 (https://github.com/opensearch-project/OpenSearch/issues/4637) -19-:--enable-preview diff --git a/modules/lang-expression/licenses/lucene-expressions-9.5.0-snapshot-0878271.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..7b246b88ba5a8 --- /dev/null +++ b/modules/lang-expression/licenses/lucene-expressions-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +6912f9f9ceebbe5a54795035984709a4ada115e8 \ No newline at end of file diff --git a/modules/lang-expression/licenses/lucene-expressions-9.5.0-snapshot-6700b7e.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index 276b29c190ce7..0000000000000 --- a/modules/lang-expression/licenses/lucene-expressions-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -08df331f48c00ce93cd53034e72d1c6df6089d4f \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analysis-icu-9.5.0-snapshot-0878271.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analysis-icu-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..e906bd304e64f --- /dev/null +++ b/plugins/analysis-icu/licenses/lucene-analysis-icu-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +477512b093aa1dd55ea9340c3a16128f6722161b \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analysis-icu-9.5.0-snapshot-6700b7e.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analysis-icu-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index e024054a5e0e1..0000000000000 --- a/plugins/analysis-icu/licenses/lucene-analysis-icu-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -a1e6046cc43c434f7b67a067d79acb7afc16d2a5 \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.5.0-snapshot-0878271.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..fcdd55305387f --- /dev/null +++ b/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +89e9389e166bbd5e774d4b62acd75bf37481062e \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.5.0-snapshot-6700b7e.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index f8efc9f57e775..0000000000000 --- a/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -3aaa77079e6e9d3aa48f14567ff043c17928aa42 \ No newline at end of file diff --git a/plugins/analysis-nori/licenses/lucene-analysis-nori-9.5.0-snapshot-0878271.jar.sha1 b/plugins/analysis-nori/licenses/lucene-analysis-nori-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..d1a86508da090 --- /dev/null +++ b/plugins/analysis-nori/licenses/lucene-analysis-nori-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +928c3eb74edf7ab62ea7d0948703f2867299cb56 \ No newline at end of file diff --git a/plugins/analysis-nori/licenses/lucene-analysis-nori-9.5.0-snapshot-6700b7e.jar.sha1 b/plugins/analysis-nori/licenses/lucene-analysis-nori-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index 29e7e6b583065..0000000000000 --- a/plugins/analysis-nori/licenses/lucene-analysis-nori-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -20571ad73b364476fe03edefac0a4b17d93496d4 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.5.0-snapshot-0878271.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..8b8986ee07ab2 --- /dev/null +++ b/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +2d5640fe3a99b9af4c469243032b89dba32f7ab2 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.5.0-snapshot-6700b7e.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index 006f92f49cdef..0000000000000 --- a/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -51e525be810f618cca3607b050e67cef7dd10b3a \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.5.0-snapshot-0878271.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..20f4c39f40ebf --- /dev/null +++ b/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +44c3ceefd4999b046b935d8737c26c1a835c8d5a \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.5.0-snapshot-6700b7e.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index 97d6f734afb4b..0000000000000 --- a/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -2f4ea57af1e7266349281ba89a6f44f9eea95f6e \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.5.0-snapshot-0878271.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..899575f029626 --- /dev/null +++ b/plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +6da2070b19949a397e45f2b54a739cef403d0c94 \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.5.0-snapshot-6700b7e.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index b68aecb39f299..0000000000000 --- a/plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -5eb8d1fb7bd44ddc4a50cab3f9d9feab05a7e4c1 \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.5.0-snapshot-0878271.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..49000d3e4b151 --- /dev/null +++ b/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +1803e928dd330599048b71386456fb90acbed5c1 \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.5.0-snapshot-6700b7e.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index 273592eda53be..0000000000000 --- a/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -7dc7c673303ecf7c020aceb4be371e45021b559b \ No newline at end of file diff --git a/server/licenses/lucene-analysis-common-9.5.0-snapshot-0878271.jar.sha1 b/server/licenses/lucene-analysis-common-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..de9ad9baf756b --- /dev/null +++ b/server/licenses/lucene-analysis-common-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +92c380f063c5b75efd6b3c48dffc942bfe21360f \ No newline at end of file diff --git a/server/licenses/lucene-analysis-common-9.5.0-snapshot-6700b7e.jar.sha1 b/server/licenses/lucene-analysis-common-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index 514528000fb0e..0000000000000 --- a/server/licenses/lucene-analysis-common-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -006b4486680b0e31b4605580f86e920f6777bb1f \ No newline at end of file diff --git a/server/licenses/lucene-backward-codecs-9.5.0-snapshot-0878271.jar.sha1 b/server/licenses/lucene-backward-codecs-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..77aa7df611354 --- /dev/null +++ b/server/licenses/lucene-backward-codecs-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +2f0f211b1ed0447135f84a36935625e9a33a98e5 \ No newline at end of file diff --git a/server/licenses/lucene-backward-codecs-9.5.0-snapshot-6700b7e.jar.sha1 b/server/licenses/lucene-backward-codecs-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index fd1dac48117f2..0000000000000 --- a/server/licenses/lucene-backward-codecs-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -a020dfccda5436b1753867d2c1858ce03889faa5 \ No newline at end of file diff --git a/server/licenses/lucene-core-9.5.0-snapshot-0878271.jar.sha1 b/server/licenses/lucene-core-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..f10ba49ec6dd7 --- /dev/null +++ b/server/licenses/lucene-core-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +1f8895d068b5d98c16d48f267a772d0243148040 \ No newline at end of file diff --git a/server/licenses/lucene-core-9.5.0-snapshot-6700b7e.jar.sha1 b/server/licenses/lucene-core-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index b352d1f6602a1..0000000000000 --- a/server/licenses/lucene-core-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ee2db9baf6cbbe8a9bb274e21f693388b31d4c27 \ No newline at end of file diff --git a/server/licenses/lucene-grouping-9.5.0-snapshot-0878271.jar.sha1 b/server/licenses/lucene-grouping-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..ab153ccb80f0b --- /dev/null +++ b/server/licenses/lucene-grouping-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +f12819e51f145624ef7b1fd93aaa543cec13e3aa \ No newline at end of file diff --git a/server/licenses/lucene-grouping-9.5.0-snapshot-6700b7e.jar.sha1 b/server/licenses/lucene-grouping-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index 77e5001b13332..0000000000000 --- a/server/licenses/lucene-grouping-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -5087c01d1fde29e89767e845db97537f23a74f82 \ No newline at end of file diff --git a/server/licenses/lucene-highlighter-9.5.0-snapshot-0878271.jar.sha1 b/server/licenses/lucene-highlighter-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..0885f1fda24bf --- /dev/null +++ b/server/licenses/lucene-highlighter-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +ed88cca26580a32234e3f605cf963703ea99eb60 \ No newline at end of file diff --git a/server/licenses/lucene-highlighter-9.5.0-snapshot-6700b7e.jar.sha1 b/server/licenses/lucene-highlighter-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index 4e2db3527dae6..0000000000000 --- a/server/licenses/lucene-highlighter-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -048c8b99bb17fc2e32a278f9d0396be299a24a44 \ No newline at end of file diff --git a/server/licenses/lucene-join-9.5.0-snapshot-0878271.jar.sha1 b/server/licenses/lucene-join-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..afdba4c231926 --- /dev/null +++ b/server/licenses/lucene-join-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +f51934b2362e827d9f467507624b773153f0ca01 \ No newline at end of file diff --git a/server/licenses/lucene-join-9.5.0-snapshot-6700b7e.jar.sha1 b/server/licenses/lucene-join-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index 51f42b35982b9..0000000000000 --- a/server/licenses/lucene-join-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -187e3da58037aec9d0309c28776d3e806b8c3ea8 \ No newline at end of file diff --git a/server/licenses/lucene-memory-9.5.0-snapshot-0878271.jar.sha1 b/server/licenses/lucene-memory-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..29d894a978024 --- /dev/null +++ b/server/licenses/lucene-memory-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +54744097c6882a498c08ffd8a42b54da00c9420c \ No newline at end of file diff --git a/server/licenses/lucene-memory-9.5.0-snapshot-6700b7e.jar.sha1 b/server/licenses/lucene-memory-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index f85b07247837f..0000000000000 --- a/server/licenses/lucene-memory-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -978470b902d93ffdfb3f3e95903c74b97e61cfae \ No newline at end of file diff --git a/server/licenses/lucene-misc-9.5.0-snapshot-0878271.jar.sha1 b/server/licenses/lucene-misc-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..b09c965d042b3 --- /dev/null +++ b/server/licenses/lucene-misc-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +b9061dea1178e0cac86147d7b69fc53bf2f8ee58 \ No newline at end of file diff --git a/server/licenses/lucene-misc-9.5.0-snapshot-6700b7e.jar.sha1 b/server/licenses/lucene-misc-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index 689f0ec8fcbfa..0000000000000 --- a/server/licenses/lucene-misc-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d727a2d00a8bbecc14579775dde0b5d18f9b48ea \ No newline at end of file diff --git a/server/licenses/lucene-queries-9.5.0-snapshot-0878271.jar.sha1 b/server/licenses/lucene-queries-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..604edd3b00842 --- /dev/null +++ b/server/licenses/lucene-queries-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +eca07717c0ee563c5337222fd1a1b7ef5f03f34f \ No newline at end of file diff --git a/server/licenses/lucene-queries-9.5.0-snapshot-6700b7e.jar.sha1 b/server/licenses/lucene-queries-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index 389b62541fe4e..0000000000000 --- a/server/licenses/lucene-queries-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -70ea9bd7ae0cc33ecd4a7eaa47c0849edfc5087b \ No newline at end of file diff --git a/server/licenses/lucene-queryparser-9.5.0-snapshot-0878271.jar.sha1 b/server/licenses/lucene-queryparser-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..11ba3ca14d028 --- /dev/null +++ b/server/licenses/lucene-queryparser-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +4d1ed21bc62940c4545778dc5f6249b67d08b095 \ No newline at end of file diff --git a/server/licenses/lucene-queryparser-9.5.0-snapshot-6700b7e.jar.sha1 b/server/licenses/lucene-queryparser-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index ec2b9220b3113..0000000000000 --- a/server/licenses/lucene-queryparser-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -e8f624f29fa6f975c6bf8e9c4a5f51b5ecec5d3e \ No newline at end of file diff --git a/server/licenses/lucene-sandbox-9.5.0-snapshot-0878271.jar.sha1 b/server/licenses/lucene-sandbox-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..6bbb3be0bd801 --- /dev/null +++ b/server/licenses/lucene-sandbox-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +c564c73080cff226a131847b4361bc9c2155f00c \ No newline at end of file diff --git a/server/licenses/lucene-sandbox-9.5.0-snapshot-6700b7e.jar.sha1 b/server/licenses/lucene-sandbox-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index cf63a2316b0c5..0000000000000 --- a/server/licenses/lucene-sandbox-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -7144b2bd92d95c7e24a0253e1c0753e5d7620c97 \ No newline at end of file diff --git a/server/licenses/lucene-spatial-extras-9.5.0-snapshot-0878271.jar.sha1 b/server/licenses/lucene-spatial-extras-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..a4def52c3788e --- /dev/null +++ b/server/licenses/lucene-spatial-extras-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +7a654fcc671e0372a9becd7c7cbd9a1f43569106 \ No newline at end of file diff --git a/server/licenses/lucene-spatial-extras-9.5.0-snapshot-6700b7e.jar.sha1 b/server/licenses/lucene-spatial-extras-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index 116295dedd0df..0000000000000 --- a/server/licenses/lucene-spatial-extras-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f61ce4f1890a3fb60fe66700e773001dc891f2ae \ No newline at end of file diff --git a/server/licenses/lucene-spatial3d-9.5.0-snapshot-0878271.jar.sha1 b/server/licenses/lucene-spatial3d-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..9b782e4eda598 --- /dev/null +++ b/server/licenses/lucene-spatial3d-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +33c9c43eac6b4924155eeff03d2231c2bed9b169 \ No newline at end of file diff --git a/server/licenses/lucene-spatial3d-9.5.0-snapshot-6700b7e.jar.sha1 b/server/licenses/lucene-spatial3d-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index 9d2254c0477e3..0000000000000 --- a/server/licenses/lucene-spatial3d-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -31c18a397ecf3aee12d3809ef4b9b000ef1bde17 \ No newline at end of file diff --git a/server/licenses/lucene-suggest-9.5.0-snapshot-0878271.jar.sha1 b/server/licenses/lucene-suggest-9.5.0-snapshot-0878271.jar.sha1 new file mode 100644 index 0000000000000..5e3e9cebdc35c --- /dev/null +++ b/server/licenses/lucene-suggest-9.5.0-snapshot-0878271.jar.sha1 @@ -0,0 +1 @@ +95a69fd51377d964d16057a4a9501665a2ca9a7a \ No newline at end of file diff --git a/server/licenses/lucene-suggest-9.5.0-snapshot-6700b7e.jar.sha1 b/server/licenses/lucene-suggest-9.5.0-snapshot-6700b7e.jar.sha1 deleted file mode 100644 index b916208c935f3..0000000000000 --- a/server/licenses/lucene-suggest-9.5.0-snapshot-6700b7e.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -3526d986a5b0e3cbfa1caae5ecf591269d5b7ed5 \ No newline at end of file