From b919104b8c326f93da5344818649d1521d9d74db Mon Sep 17 00:00:00 2001 From: Tamas Penzes Date: Tue, 14 Dec 2021 20:55:24 +0100 Subject: [PATCH] HDFS-16384. Upgrade Netty to 4.1.72.Final --- LICENSE-binary | 2 +- .../hadoop-hdfs-client/pom.xml | 8 ++ hadoop-project/pom.xml | 2 +- .../pom.xml | 96 +++++++++++++++++++ 4 files changed, 106 insertions(+), 2 deletions(-) diff --git a/LICENSE-binary b/LICENSE-binary index 6dabe3d71de04..40207ce0e8a63 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -261,7 +261,7 @@ io.grpc:grpc-protobuf:1.26.0 io.grpc:grpc-protobuf-lite:1.26.0 io.grpc:grpc-stub:1.26.0 io.netty:netty:3.10.6.Final -io.netty:netty-all:4.1.42.Final +io.netty:netty-all:4.1.72.Final io.netty:netty-buffer:4.1.27.Final io.netty:netty-codec:4.1.27.Final io.netty:netty-codec-http:4.1.27.Final diff --git a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml index d65e6030369b3..bb4bda5ecc70f 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml @@ -85,6 +85,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> io.netty netty-codec-http + + io.netty + netty-codec-socks + io.netty netty-common @@ -93,6 +97,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> io.netty netty-handler + + io.netty + netty-handler-proxy + io.netty netty-transport diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index cc45975a3f077..e708402617975 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -141,7 +141,7 @@ 2.2.4 3.2.4 3.10.6.Final - 4.1.68.Final + 4.1.72.Final 1.1.8.2 1.7.1 diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml index 57edd96871e51..9c00b81122889 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml @@ -102,6 +102,38 @@ solr-solrj ${solr.version} + + io.netty + netty-buffer + + + io.netty + netty-codec + + + io.netty + netty-common + + + io.netty + netty-handler + + + io.netty + netty-resolver + + + io.netty + netty-transport + + + io.netty + netty-transport-native-epoll + + + io.netty + netty-transport-native-unix-common + org.slf4j jcl-over-slf4j @@ -130,6 +162,38 @@ solr-core ${solr.version} + + io.netty + netty-buffer + + + io.netty + netty-codec + + + io.netty + netty-common + + + io.netty + netty-handler + + + io.netty + netty-resolver + + + io.netty + netty-transport + + + io.netty + netty-transport-native-epoll + + + io.netty + netty-transport-native-unix-common + org.slf4j jcl-over-slf4j @@ -159,6 +223,38 @@ solr-test-framework ${solr.version} + + io.netty + netty-buffer + + + io.netty + netty-codec + + + io.netty + netty-common + + + io.netty + netty-handler + + + io.netty + netty-resolver + + + io.netty + netty-transport + + + io.netty + netty-transport-native-epoll + + + io.netty + netty-transport-native-unix-common + org.slf4j jcl-over-slf4j