From b56d72a468743a82cd694a9f6825bc7bbe595eab Mon Sep 17 00:00:00 2001 From: Alan Woodward Date: Thu, 7 Oct 2021 12:11:25 +0100 Subject: [PATCH] Upgrade to lucene snapshot ba75dc5e6bf (#78817) Includes the following lucene changes: * LUCENE-10145: Speed up byte[] comparisons using VarHandles. * LUCENE-10143: Delegate primitive writes in RateLimitedIndexOutput * LUCENE-10182: No longer check dvGen. * LUCENE-10153: Speed up BKDWriter using VarHandles. * LUCENE-10150: override ByteBuffersDataInput readLong/readInt/readShort --- build-tools-internal/version.properties | 2 +- .../lucene-expressions-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + .../lucene-expressions-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - ...lucene-spatial-extras-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + ...lucene-spatial-extras-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - .../lucene-analysis-icu-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + .../lucene-analysis-icu-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - ...ene-analysis-kuromoji-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + ...ene-analysis-kuromoji-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - .../lucene-analysis-nori-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + .../lucene-analysis-nori-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - ...ene-analysis-phonetic-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + ...ene-analysis-phonetic-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - ...cene-analysis-smartcn-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + ...cene-analysis-smartcn-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - ...cene-analysis-stempel-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + ...cene-analysis-stempel-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - ...e-analysis-morfologik-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + ...e-analysis-morfologik-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - ...ucene-analysis-common-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + ...ucene-analysis-common-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - ...ucene-backward-codecs-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + ...ucene-backward-codecs-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - .../licenses/lucene-core-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + .../licenses/lucene-core-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - .../lucene-grouping-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + .../lucene-grouping-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - .../lucene-highlighter-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + .../lucene-highlighter-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - .../licenses/lucene-join-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + .../licenses/lucene-join-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - .../lucene-memory-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + .../lucene-memory-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - .../licenses/lucene-misc-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + .../licenses/lucene-misc-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - .../lucene-queries-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + .../lucene-queries-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - .../lucene-queryparser-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + .../lucene-queryparser-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - .../lucene-sandbox-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + .../lucene-sandbox-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - .../lucene-spatial3d-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + .../lucene-spatial3d-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - .../lucene-suggest-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + .../lucene-suggest-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - .../java/org/elasticsearch/lucene/util/CombinedBitSet.java | 5 +++++ .../security/authz/accesscontrol/MatchAllRoleBitSet.java | 5 +++++ .../licenses/lucene-core-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 | 1 + .../licenses/lucene-core-9.0.0-snapshot-cb366d04d4a.jar.sha1 | 1 - 49 files changed, 34 insertions(+), 24 deletions(-) create mode 100644 modules/lang-expression/licenses/lucene-expressions-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 modules/lang-expression/licenses/lucene-expressions-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 modules/legacy-geo/licenses/lucene-spatial-extras-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 modules/legacy-geo/licenses/lucene-spatial-extras-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 plugins/analysis-icu/licenses/lucene-analysis-icu-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 plugins/analysis-icu/licenses/lucene-analysis-icu-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 plugins/analysis-nori/licenses/lucene-analysis-nori-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 plugins/analysis-nori/licenses/lucene-analysis-nori-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 server/licenses/lucene-analysis-common-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 server/licenses/lucene-analysis-common-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 server/licenses/lucene-backward-codecs-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 server/licenses/lucene-backward-codecs-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 server/licenses/lucene-core-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 server/licenses/lucene-core-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 server/licenses/lucene-grouping-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 server/licenses/lucene-grouping-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 server/licenses/lucene-highlighter-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 server/licenses/lucene-highlighter-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 server/licenses/lucene-join-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 server/licenses/lucene-join-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 server/licenses/lucene-memory-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 server/licenses/lucene-memory-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 server/licenses/lucene-misc-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 server/licenses/lucene-misc-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 server/licenses/lucene-queries-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 server/licenses/lucene-queries-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 server/licenses/lucene-queryparser-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 server/licenses/lucene-queryparser-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 server/licenses/lucene-sandbox-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 server/licenses/lucene-sandbox-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 server/licenses/lucene-spatial3d-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 server/licenses/lucene-spatial3d-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 server/licenses/lucene-suggest-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 server/licenses/lucene-suggest-9.0.0-snapshot-cb366d04d4a.jar.sha1 create mode 100644 x-pack/plugin/sql/sql-action/licenses/lucene-core-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 delete mode 100644 x-pack/plugin/sql/sql-action/licenses/lucene-core-9.0.0-snapshot-cb366d04d4a.jar.sha1 diff --git a/build-tools-internal/version.properties b/build-tools-internal/version.properties index ed298c2d05826..e2036fc920f63 100644 --- a/build-tools-internal/version.properties +++ b/build-tools-internal/version.properties @@ -1,5 +1,5 @@ elasticsearch = 8.0.0 -lucene = 9.0.0-snapshot-cb366d04d4a +lucene = 9.0.0-snapshot-ba75dc5e6bf bundled_jdk_vendor = adoptium bundled_jdk = 17+35 diff --git a/modules/lang-expression/licenses/lucene-expressions-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..2618c65c16a8a --- /dev/null +++ b/modules/lang-expression/licenses/lucene-expressions-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +bcba5c75d867341e8de13ed960abe2fe425c28b6 \ No newline at end of file diff --git a/modules/lang-expression/licenses/lucene-expressions-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/modules/lang-expression/licenses/lucene-expressions-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index 63d75948fbf93..0000000000000 --- a/modules/lang-expression/licenses/lucene-expressions-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -dbc1dfff091ee7e26ea702b2ce3000874f47498f \ No newline at end of file diff --git a/modules/legacy-geo/licenses/lucene-spatial-extras-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/modules/legacy-geo/licenses/lucene-spatial-extras-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..e266fe4cc804a --- /dev/null +++ b/modules/legacy-geo/licenses/lucene-spatial-extras-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +6664f830615782d0a3f91f9d1bdb003e7f252cc1 \ No newline at end of file diff --git a/modules/legacy-geo/licenses/lucene-spatial-extras-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/modules/legacy-geo/licenses/lucene-spatial-extras-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index 7f34200a94427..0000000000000 --- a/modules/legacy-geo/licenses/lucene-spatial-extras-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -0759098be3af1bf770cbc14673e14688262f4e11 \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analysis-icu-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analysis-icu-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..0e519ea94d9c8 --- /dev/null +++ b/plugins/analysis-icu/licenses/lucene-analysis-icu-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +867be6eb541df21622eb235082a8e4208c54eee7 \ No newline at end of file diff --git a/plugins/analysis-icu/licenses/lucene-analysis-icu-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/plugins/analysis-icu/licenses/lucene-analysis-icu-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index 8bcd9c616ef0d..0000000000000 --- a/plugins/analysis-icu/licenses/lucene-analysis-icu-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -e1904eff8c61f665ba58bf8d62b2bb2dacbb3382 \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..1990cd300b929 --- /dev/null +++ b/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +a2785359a7f98243098cdfb1ca472fcf1acfacef \ No newline at end of file diff --git a/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index 2b96563efe218..0000000000000 --- a/plugins/analysis-kuromoji/licenses/lucene-analysis-kuromoji-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -24ed585c98f61ccaec11116c2ce3ca0cf5ae66d6 \ No newline at end of file diff --git a/plugins/analysis-nori/licenses/lucene-analysis-nori-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/plugins/analysis-nori/licenses/lucene-analysis-nori-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..78484c05f06a6 --- /dev/null +++ b/plugins/analysis-nori/licenses/lucene-analysis-nori-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +28956e99314340f6db98e8f95c5ef08547324935 \ No newline at end of file diff --git a/plugins/analysis-nori/licenses/lucene-analysis-nori-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/plugins/analysis-nori/licenses/lucene-analysis-nori-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index 28300f0d1d035..0000000000000 --- a/plugins/analysis-nori/licenses/lucene-analysis-nori-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -0189fe890f93d36623cd4006ab080a3b324dcb84 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..d5e21bad61775 --- /dev/null +++ b/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +6c1ec0b5af458a39821e86c7b49df25560a055b3 \ No newline at end of file diff --git a/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index 3fc095c5c03d2..0000000000000 --- a/plugins/analysis-phonetic/licenses/lucene-analysis-phonetic-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -88121f7c81bd5107b685ef16912435777739d17e \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..5aff83fc47315 --- /dev/null +++ b/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +baf4f8ca0bb5c0cdec2f96e82492b175c6df0c3d \ No newline at end of file diff --git a/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index 3f42a4ca4bcc1..0000000000000 --- a/plugins/analysis-smartcn/licenses/lucene-analysis-smartcn-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -6b774f3606fc70d7f8c01c60932a0e4718294f01 \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..f079864826e35 --- /dev/null +++ b/plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +4e7ca88f59f5df8caff2f3df1277831da315d2e2 \ No newline at end of file diff --git a/plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index b6f642f7cf161..0000000000000 --- a/plugins/analysis-stempel/licenses/lucene-analysis-stempel-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -0fc0ab42b9c90d90c9cd7148fc6a6969bc517117 \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..b7fbde8e78cfe --- /dev/null +++ b/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +b1eb11edd2e148534f2a589aee3268100c2fc6fe \ No newline at end of file diff --git a/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index d21e08e4f74fa..0000000000000 --- a/plugins/analysis-ukrainian/licenses/lucene-analysis-morfologik-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -a1389ea87cd83283c5cb41ac90a799b6456e5bac \ No newline at end of file diff --git a/server/licenses/lucene-analysis-common-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/server/licenses/lucene-analysis-common-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..be869a71cb09f --- /dev/null +++ b/server/licenses/lucene-analysis-common-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +d385289a04024b4caf3d37e786c5c1969d02e958 \ No newline at end of file diff --git a/server/licenses/lucene-analysis-common-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/server/licenses/lucene-analysis-common-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index 3e86bfc735d35..0000000000000 --- a/server/licenses/lucene-analysis-common-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f129302f69d5099200be36f9c8c728f0a218da0b \ No newline at end of file diff --git a/server/licenses/lucene-backward-codecs-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/server/licenses/lucene-backward-codecs-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..3d1814a5ec6d9 --- /dev/null +++ b/server/licenses/lucene-backward-codecs-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +6092f1a9b667d8a0b5371936e1faeead7b4be9be \ No newline at end of file diff --git a/server/licenses/lucene-backward-codecs-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/server/licenses/lucene-backward-codecs-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index ba6d94fdf4c6f..0000000000000 --- a/server/licenses/lucene-backward-codecs-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -abc08a2bcd04337d7bcd622b589c952012052af7 \ No newline at end of file diff --git a/server/licenses/lucene-core-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/server/licenses/lucene-core-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..d428340f07cee --- /dev/null +++ b/server/licenses/lucene-core-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +d45264402a1ec05076f5e9cb7680115a6096cbcd \ No newline at end of file diff --git a/server/licenses/lucene-core-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/server/licenses/lucene-core-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index 92d6556255420..0000000000000 --- a/server/licenses/lucene-core-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -0868575623351649afa11057defd5cf3191479e1 \ No newline at end of file diff --git a/server/licenses/lucene-grouping-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/server/licenses/lucene-grouping-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..6684cd003d207 --- /dev/null +++ b/server/licenses/lucene-grouping-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +fcc3cc557fba5183b411a9d3e9639caf77ed72c7 \ No newline at end of file diff --git a/server/licenses/lucene-grouping-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/server/licenses/lucene-grouping-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index 96cbfcf2d8d95..0000000000000 --- a/server/licenses/lucene-grouping-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -9302bd9d16186bfd0c1d33841885e041570bdaba \ No newline at end of file diff --git a/server/licenses/lucene-highlighter-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/server/licenses/lucene-highlighter-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..439cd22961f1b --- /dev/null +++ b/server/licenses/lucene-highlighter-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +238a799fd7dceafc0933f823298f95e044d38a3e \ No newline at end of file diff --git a/server/licenses/lucene-highlighter-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/server/licenses/lucene-highlighter-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index 92172f281e25b..0000000000000 --- a/server/licenses/lucene-highlighter-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -cc8ec53edb2cd14bfa0522a0e800979ef6eea6c9 \ No newline at end of file diff --git a/server/licenses/lucene-join-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/server/licenses/lucene-join-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..86d16d4c513df --- /dev/null +++ b/server/licenses/lucene-join-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +1d7d8cc1c0c944a837cd89e0544ff980bb429ed9 \ No newline at end of file diff --git a/server/licenses/lucene-join-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/server/licenses/lucene-join-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index cf8a33ec2a263..0000000000000 --- a/server/licenses/lucene-join-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -bf67e849438661b23fb8839b429f743cd77779d8 \ No newline at end of file diff --git a/server/licenses/lucene-memory-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/server/licenses/lucene-memory-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..5d2ff5dcf0205 --- /dev/null +++ b/server/licenses/lucene-memory-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +99a0ef184c0e780651ea520adb6816158132ce13 \ No newline at end of file diff --git a/server/licenses/lucene-memory-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/server/licenses/lucene-memory-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index f0e348637f895..0000000000000 --- a/server/licenses/lucene-memory-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -1325e5c28afa578dde285d207818a6d551f34516 \ No newline at end of file diff --git a/server/licenses/lucene-misc-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/server/licenses/lucene-misc-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..f30c4292dc94c --- /dev/null +++ b/server/licenses/lucene-misc-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +f72ead45f81b31637e06a5154c2140b0c40f628c \ No newline at end of file diff --git a/server/licenses/lucene-misc-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/server/licenses/lucene-misc-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index e89c66969e4da..0000000000000 --- a/server/licenses/lucene-misc-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -0f1b4983414859d9c938f4173732073b0937ede2 \ No newline at end of file diff --git a/server/licenses/lucene-queries-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/server/licenses/lucene-queries-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..8c0f48cde9221 --- /dev/null +++ b/server/licenses/lucene-queries-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +2aedfbfbc37bb7fe06f6fd0e625f2bc230eb757d \ No newline at end of file diff --git a/server/licenses/lucene-queries-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/server/licenses/lucene-queries-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index 7e935d7da3f45..0000000000000 --- a/server/licenses/lucene-queries-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -7fbc4b1510fe5c5ee146bf7678cb387c517cf08c \ No newline at end of file diff --git a/server/licenses/lucene-queryparser-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/server/licenses/lucene-queryparser-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..36d8f234dbf9d --- /dev/null +++ b/server/licenses/lucene-queryparser-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +9e6725f996e1ab47719a3371b38bef9cdbe4dd8b \ No newline at end of file diff --git a/server/licenses/lucene-queryparser-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/server/licenses/lucene-queryparser-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index e40c9d1533133..0000000000000 --- a/server/licenses/lucene-queryparser-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -99bdac7808c8cd25b27e7f50cc6ee39dbaea5a84 \ No newline at end of file diff --git a/server/licenses/lucene-sandbox-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/server/licenses/lucene-sandbox-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..2ce42e90f1ac7 --- /dev/null +++ b/server/licenses/lucene-sandbox-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +a8cccdc6ebc93ce113732536730e2bc33828fe2a \ No newline at end of file diff --git a/server/licenses/lucene-sandbox-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/server/licenses/lucene-sandbox-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index 77de9e9436399..0000000000000 --- a/server/licenses/lucene-sandbox-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -134d43a780e49ed23141a0dc1ae4c839d6af07d5 \ No newline at end of file diff --git a/server/licenses/lucene-spatial3d-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/server/licenses/lucene-spatial3d-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..6fe68ff9fb5b3 --- /dev/null +++ b/server/licenses/lucene-spatial3d-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +4bf07ee8df37878dc31cfce7d5faeafae84d1cab \ No newline at end of file diff --git a/server/licenses/lucene-spatial3d-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/server/licenses/lucene-spatial3d-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index bb121bb1c5e06..0000000000000 --- a/server/licenses/lucene-spatial3d-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -746c85a294596b2f40b1833196478277099cc1e4 \ No newline at end of file diff --git a/server/licenses/lucene-suggest-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/server/licenses/lucene-suggest-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..8d7a27560fefd --- /dev/null +++ b/server/licenses/lucene-suggest-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +788a7e530a54673658bf54c92096a39d7fa734f1 \ No newline at end of file diff --git a/server/licenses/lucene-suggest-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/server/licenses/lucene-suggest-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index f408f635bc2de..0000000000000 --- a/server/licenses/lucene-suggest-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -1221d3489409516b0b22921b4135532bae65b06a \ No newline at end of file diff --git a/server/src/main/java/org/elasticsearch/lucene/util/CombinedBitSet.java b/server/src/main/java/org/elasticsearch/lucene/util/CombinedBitSet.java index 247554e1298f7..10c320b6e4e91 100644 --- a/server/src/main/java/org/elasticsearch/lucene/util/CombinedBitSet.java +++ b/server/src/main/java/org/elasticsearch/lucene/util/CombinedBitSet.java @@ -105,4 +105,9 @@ public void clear(int i) { public void clear(int startIndex, int endIndex) { throw new UnsupportedOperationException("not implemented"); } + + @Override + public boolean getAndSet(int i) { + throw new UnsupportedOperationException("not implemented"); + } } diff --git a/x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/accesscontrol/MatchAllRoleBitSet.java b/x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/accesscontrol/MatchAllRoleBitSet.java index 2464105f3f000..aede83357cd98 100644 --- a/x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/accesscontrol/MatchAllRoleBitSet.java +++ b/x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/accesscontrol/MatchAllRoleBitSet.java @@ -31,6 +31,11 @@ public void set(int i) { throw new UnsupportedOperationException(); } + @Override + public boolean getAndSet(int i) { + throw new UnsupportedOperationException(); + } + @Override public void clear(int i) { throw new UnsupportedOperationException(); diff --git a/x-pack/plugin/sql/sql-action/licenses/lucene-core-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 b/x-pack/plugin/sql/sql-action/licenses/lucene-core-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 new file mode 100644 index 0000000000000..d428340f07cee --- /dev/null +++ b/x-pack/plugin/sql/sql-action/licenses/lucene-core-9.0.0-snapshot-ba75dc5e6bf.jar.sha1 @@ -0,0 +1 @@ +d45264402a1ec05076f5e9cb7680115a6096cbcd \ No newline at end of file diff --git a/x-pack/plugin/sql/sql-action/licenses/lucene-core-9.0.0-snapshot-cb366d04d4a.jar.sha1 b/x-pack/plugin/sql/sql-action/licenses/lucene-core-9.0.0-snapshot-cb366d04d4a.jar.sha1 deleted file mode 100644 index 92d6556255420..0000000000000 --- a/x-pack/plugin/sql/sql-action/licenses/lucene-core-9.0.0-snapshot-cb366d04d4a.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -0868575623351649afa11057defd5cf3191479e1 \ No newline at end of file