[
https://issues.apache.org/jira/browse/HBASE-28022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17754238#comment-17754238
]
Hudson commented on HBASE-28022:
--------------------------------
Results for branch branch-2.5
[build #386 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/386/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/386/General_20Nightly_20Build_20Report/]
(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/386/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/386/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/386/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> Remove netty 3 dependency in the pom file for hbase-endpoint
> ------------------------------------------------------------
>
> Key: HBASE-28022
> URL: https://issues.apache.org/jira/browse/HBASE-28022
> Project: HBase
> Issue Type: Task
> Components: dependencies, pom, security
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Fix For: 2.6.0, 2.4.18, 2.5.6, 3.0.0-beta-1
>
>
> We have this in the hadoop-3.0 profile, which is not necessary and will
> trigger dependabot warnings about security problem. Hadoop mini cluster will
> pull in the necessary dependencies.
> {code}
> <!-- Hadoop needs Netty 3.x at test scope for the minicluster -->
> <dependency>
> <groupId>io.netty</groupId>
> <artifactId>netty</artifactId>
> <version>3.6.2.Final</version>
> <scope>test</scope>
> </dependency>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)