From 003294ce1dbe03ac00573ca92f954e31b162386b Mon Sep 17 00:00:00 2001 From: Vinod KC Date: Sun, 23 May 2021 02:33:15 +0900 Subject: [PATCH] [SPARK-35488][BUILD] Upgrade ASM to 7.3.1 ### What changes were proposed in this pull request? This PR aims to upgrade ASM to 7.3.1. - https://issues.apache.org/jira/browse/XBEAN-323 - https://asm.ow2.io/versions.html ### Why are the changes needed? ASM 7.3.1 bring following changes - new V15 constant - experimental support for PermittedSubtypes and RecordComponent - bug fixes - - 317885: SKIP_DEBUG now skips MethodParameters attributes ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Ran with the existing UTs Closes #32634 from vinodkc/br_build_upgrade_asm. Authored-by: Vinod KC Signed-off-by: Kousuke Saruta --- dev/deps/spark-deps-hadoop-2.7-hive-2.3 | 2 +- dev/deps/spark-deps-hadoop-3.2-hive-2.3 | 2 +- pom.xml | 6 +++--- project/plugins.sbt | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev/deps/spark-deps-hadoop-2.7-hive-2.3 b/dev/deps/spark-deps-hadoop-2.7-hive-2.3 index dd8ee2b85d..da027093b2 100644 --- a/dev/deps/spark-deps-hadoop-2.7-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-2.7-hive-2.3 @@ -234,7 +234,7 @@ threeten-extra/1.5.0//threeten-extra-1.5.0.jar transaction-api/1.1//transaction-api-1.1.jar univocity-parsers/2.9.1//univocity-parsers-2.9.1.jar velocity/1.5//velocity-1.5.jar -xbean-asm7-shaded/4.15//xbean-asm7-shaded-4.15.jar +xbean-asm7-shaded/4.16//xbean-asm7-shaded-4.16.jar xercesImpl/2.12.0//xercesImpl-2.12.0.jar xml-apis/1.4.01//xml-apis-1.4.01.jar xmlenc/0.52//xmlenc-0.52.jar diff --git a/dev/deps/spark-deps-hadoop-3.2-hive-2.3 b/dev/deps/spark-deps-hadoop-3.2-hive-2.3 index ca64cfdc7f..c06357fb78 100644 --- a/dev/deps/spark-deps-hadoop-3.2-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-3.2-hive-2.3 @@ -205,7 +205,7 @@ threeten-extra/1.5.0//threeten-extra-1.5.0.jar transaction-api/1.1//transaction-api-1.1.jar univocity-parsers/2.9.1//univocity-parsers-2.9.1.jar velocity/1.5//velocity-1.5.jar -xbean-asm7-shaded/4.15//xbean-asm7-shaded-4.15.jar +xbean-asm7-shaded/4.16//xbean-asm7-shaded-4.16.jar xz/1.8//xz-1.8.jar zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar zookeeper-jute/3.6.2//zookeeper-jute-3.6.2.jar diff --git a/pom.xml b/pom.xml index 9decc6659d..310f11dc8a 100644 --- a/pom.xml +++ b/pom.xml @@ -408,7 +408,7 @@ org.apache.xbean xbean-asm7-shaded - 4.15 + 4.16