From 2991acf8fffe9dbeda20c24479b108bfb8ea9257 Mon Sep 17 00:00:00 2001 From: Patrick Zhai Date: Thu, 11 Jun 2020 22:36:43 -0700 Subject: [PATCH] LUCENE-9391: Upgrade HPPC to 0.8.2 (#1560) * LUCENE-8574: Upgrade HPPC to 0.8.2 (Co-authored-by: Haoyu Zhai ) --- lucene/CHANGES.txt | 2 ++ lucene/ivy-versions.properties | 2 +- lucene/licenses/hppc-0.8.1.jar.sha1 | 1 - lucene/licenses/hppc-0.8.2.jar.sha1 | 1 + solr/CHANGES.txt | 2 ++ solr/licenses/hppc-0.8.1.jar.sha1 | 1 - solr/licenses/hppc-0.8.2.jar.sha1 | 1 + versions.lock | 2 +- versions.props | 2 +- 9 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 lucene/licenses/hppc-0.8.1.jar.sha1 create mode 100644 lucene/licenses/hppc-0.8.2.jar.sha1 delete mode 100644 solr/licenses/hppc-0.8.1.jar.sha1 create mode 100644 solr/licenses/hppc-0.8.2.jar.sha1 diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 553f16abc17..6779f909163 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -126,6 +126,8 @@ Bug fixes Other +* LUCENE-9391: Upgrade HPPC to 0.8.2. (Haoyu Zhai) + * LUCENE-8768: Fix Javadocs build in Java 11. (Namgyu Kim) * LUCENE-9092: upgrade randomizedtesting to 2.7.5 (Dawid Weiss) diff --git a/lucene/ivy-versions.properties b/lucene/ivy-versions.properties index ed4f53a4072..761cb72a1e5 100644 --- a/lucene/ivy-versions.properties +++ b/lucene/ivy-versions.properties @@ -10,7 +10,7 @@ com.carrotsearch.randomizedtesting.version = 2.7.6 /com.carrotsearch.thirdparty/simple-xml-safe = 2.7.1 -/com.carrotsearch/hppc = 0.8.1 +/com.carrotsearch/hppc = 0.8.2 /com.cybozu.labs/langdetect = 1.1-20120112 /com.drewnoakes/metadata-extractor = 2.11.0 diff --git a/lucene/licenses/hppc-0.8.1.jar.sha1 b/lucene/licenses/hppc-0.8.1.jar.sha1 deleted file mode 100644 index 7006e68f448..00000000000 --- a/lucene/licenses/hppc-0.8.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ffc7ba8f289428b9508ab484b8001dea944ae603 diff --git a/lucene/licenses/hppc-0.8.2.jar.sha1 b/lucene/licenses/hppc-0.8.2.jar.sha1 new file mode 100644 index 00000000000..a73358b9c66 --- /dev/null +++ b/lucene/licenses/hppc-0.8.2.jar.sha1 @@ -0,0 +1 @@ +ccb3ef933ead6b5d766fa571582ddb9b447e48c4 diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 207fd9a5f3b..617e3402ed6 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -25,6 +25,8 @@ Improvements Other Changes ---------------------- +* LUCENE-9391: Upgrade HPPC to 0.8.2. (Haoyu Zhai) + * SOLR-10288: Remove non-minified JavaScript from the webapp. (Erik Hatcher, marcussorealheis) * SOLR-13655:Upgrade Collections.unModifiableSet to Set.of and Set.copyOf (Atri Sharma via Tomás Fernández Löbbe) diff --git a/solr/licenses/hppc-0.8.1.jar.sha1 b/solr/licenses/hppc-0.8.1.jar.sha1 deleted file mode 100644 index 7006e68f448..00000000000 --- a/solr/licenses/hppc-0.8.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ffc7ba8f289428b9508ab484b8001dea944ae603 diff --git a/solr/licenses/hppc-0.8.2.jar.sha1 b/solr/licenses/hppc-0.8.2.jar.sha1 new file mode 100644 index 00000000000..a73358b9c66 --- /dev/null +++ b/solr/licenses/hppc-0.8.2.jar.sha1 @@ -0,0 +1 @@ +ccb3ef933ead6b5d766fa571582ddb9b447e48c4 diff --git a/versions.lock b/versions.lock index 0ef2ed8d1ed..cbd7a0b2538 100644 --- a/versions.lock +++ b/versions.lock @@ -1,7 +1,7 @@ # Run ./gradlew --write-locks to regenerate this file com.adobe.xmp:xmpcore:5.1.3 (1 constraints: 0b050a36) com.beust:jcommander:1.35 (1 constraints: b50c1901) -com.carrotsearch:hppc:0.8.1 (2 constraints: af0fd8a6) +com.carrotsearch:hppc:0.8.2 (2 constraints: b00ffaa6) com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.7.6 (1 constraints: 11051036) com.carrotsearch.thirdparty:simple-xml-safe:2.7.1 (1 constraints: a60a82ca) com.cybozu.labs:langdetect:1.1-20120112 (1 constraints: 5c066d5e) diff --git a/versions.props b/versions.props index de08c3c5db3..1b696c9a1ef 100644 --- a/versions.props +++ b/versions.props @@ -1,6 +1,6 @@ com.adobe.xmp:xmpcore=5.1.3 com.carrotsearch.randomizedtesting:*=2.7.6 -com.carrotsearch:hppc=0.8.1 +com.carrotsearch:hppc=0.8.2 com.cybozu.labs:langdetect=1.1-20120112 com.drewnoakes:metadata-extractor=2.11.0 com.epam:parso=2.0.11