This is an automated email from the ASF dual-hosted git repository. alsuliman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit d821af07316d94911f153acfae7c641d8216e820 Author: Michael Blow <[email protected]> AuthorDate: Mon Apr 5 09:33:15 2021 -0400 [NO ISSUE][MISC] Advance it.unimi.dsi:fastutil 8.3.0->8.5.4 Change-Id: Idd434fcf59eeb81638ebbe96d99fb61c2965da90 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/10903 Reviewed-by: Michael Blow <[email protected]> Reviewed-by: Ian Maxon <[email protected]> Integration-Tests: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> --- asterixdb/pom.xml | 2 +- .../appended-resources/supplemental-models.xml | 32 ++++++++++++++++++---- .../algebricks/algebricks-core/pom.xml | 2 +- .../hyracks/hyracks-data/hyracks-data-std/pom.xml | 2 +- hyracks-fullstack/hyracks/hyracks-util/pom.xml | 2 +- hyracks-fullstack/pom.xml | 4 +-- 6 files changed, 33 insertions(+), 11 deletions(-) diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index f89f0ac..6067ef9 100644 --- a/asterixdb/pom.xml +++ b/asterixdb/pom.xml @@ -1390,7 +1390,7 @@ <dependency> <groupId>it.unimi.dsi</groupId> <artifactId>fastutil</artifactId> - <version>8.3.0</version> + <version>8.5.4</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> diff --git a/asterixdb/src/main/appended-resources/supplemental-models.xml b/asterixdb/src/main/appended-resources/supplemental-models.xml index bcdda15..7f3b7ec 100644 --- a/asterixdb/src/main/appended-resources/supplemental-models.xml +++ b/asterixdb/src/main/appended-resources/supplemental-models.xml @@ -250,11 +250,33 @@ <artifactId>fastutil</artifactId> <properties> <!-- fastutil is ALv2, and does not contain any embedded LICENSE or NOTICE file --> - <!-- see https://github.com/vigna/fastutil/blob/8.1.1/LICENSE-2.0 --> - <!-- see https://github.com/vigna/fastutil/blob/8.2.2/LICENSE-2.0 --> - <!-- see https://github.com/vigna/fastutil/blob/8.3.0/LICENSE-2.0 --> - <license.ignoreMissingEmbeddedLicense>8.1.1,8.2.2,8.3.0</license.ignoreMissingEmbeddedLicense> - <license.ignoreMissingEmbeddedNotice>8.1.1,8.2.2,8.3.0</license.ignoreMissingEmbeddedNotice> + <!-- see https://github.com/vigna/fastutil/blob/8.5.4/LICENSE-2.0 --> + <license.ignoreMissingEmbeddedLicense>8.5.4</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>8.5.4</license.ignoreMissingEmbeddedNotice> + </properties> + </project> + </supplement> + <supplement> + <project> + <groupId>it.unimi.dsi</groupId> + <artifactId>fastutil-core</artifactId> + <properties> + <!-- fastutil is ALv2, and does not contain any embedded LICENSE or NOTICE file --> + <!-- see https://github.com/vigna/fastutil/blob/8.5.4/LICENSE-2.0 --> + <license.ignoreMissingEmbeddedLicense>8.5.4</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>8.5.4</license.ignoreMissingEmbeddedNotice> + </properties> + </project> + </supplement> + <supplement> + <project> + <groupId>it.unimi.dsi</groupId> + <artifactId>fastutil-extra</artifactId> + <properties> + <!-- fastutil is ALv2, and does not contain any embedded LICENSE or NOTICE file --> + <!-- see https://github.com/vigna/fastutil/blob/8.5.4/LICENSE-2.0 --> + <license.ignoreMissingEmbeddedLicense>8.5.4</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>8.5.4</license.ignoreMissingEmbeddedNotice> </properties> </project> </supplement> diff --git a/hyracks-fullstack/algebricks/algebricks-core/pom.xml b/hyracks-fullstack/algebricks/algebricks-core/pom.xml index b6c19f0..f58a7f6 100644 --- a/hyracks-fullstack/algebricks/algebricks-core/pom.xml +++ b/hyracks-fullstack/algebricks/algebricks-core/pom.xml @@ -104,7 +104,7 @@ </dependency> <dependency> <groupId>it.unimi.dsi</groupId> - <artifactId>fastutil</artifactId> + <artifactId>fastutil-core</artifactId> </dependency> <dependency> <groupId>junit</groupId> diff --git a/hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml b/hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml index a11d8de..fb143d9 100644 --- a/hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml @@ -54,7 +54,7 @@ </dependency> <dependency> <groupId>it.unimi.dsi</groupId> - <artifactId>fastutil</artifactId> + <artifactId>fastutil-core</artifactId> </dependency> </dependencies> </project> diff --git a/hyracks-fullstack/hyracks/hyracks-util/pom.xml b/hyracks-fullstack/hyracks/hyracks-util/pom.xml index 4993443..a03e884 100644 --- a/hyracks-fullstack/hyracks/hyracks-util/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-util/pom.xml @@ -101,7 +101,7 @@ </dependency> <dependency> <groupId>it.unimi.dsi</groupId> - <artifactId>fastutil</artifactId> + <artifactId>fastutil-core</artifactId> </dependency> </dependencies> diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index 0fb88ed..27f9ab1 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -307,8 +307,8 @@ </dependency> <dependency> <groupId>it.unimi.dsi</groupId> - <artifactId>fastutil</artifactId> - <version>8.3.0</version> + <artifactId>fastutil-core</artifactId> + <version>8.5.4</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId>
