You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/05/05 06:33:00 UTC

[jira] [Commented] (HBASE-24258) [Hadoop3.3] Update license for org.ow2.asm:*

    [ https://issues.apache.org/jira/browse/HBASE-24258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17099567#comment-17099567 ] 

Hudson commented on HBASE-24258:
--------------------------------

Results for branch branch-2
	[build #2643 on builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2643/]: (x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2643/General_20Nightly_20Build_20Report/]




(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2643/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]


(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2643/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(x) {color:red}-1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2643/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}


> [Hadoop3.3] Update license for org.ow2.asm:*
> --------------------------------------------
>
>                 Key: HBASE-24258
>                 URL: https://issues.apache.org/jira/browse/HBASE-24258
>             Project: HBase
>          Issue Type: Task
>          Components: dependencies
>            Reporter: Wei-Chiu Chuang
>            Assignee: Wei-Chiu Chuang
>            Priority: Minor
>             Fix For: 3.0.0-alpha-1, 2.3.0, 2.2.5
>
>
> Hadoop 3.3 brings a few Jetty dependencies which transitively brings in org.ow2.asm:asm-analysis, org.ow2.asm:asm-commons, org.ow2.asm:asm-tree.
> When testing with the latest Jetty (9.4.26.v20200117) I found its org.ow2.asm:* updated from 7.1 to 7.2, which changed the declared license from "BSD" to "BSD-3-Clause License" (The actual license text did not change). The HBase's license checker doesn't accept it.
> File the jira to update it to "BSD 3-Clause License" so that HBase can build.
> {noformat}
> [INFO] |  |  |  +- org.eclipse.jetty.websocket:javax-websocket-server-impl:jar:9.4.26.v20200117:test
> [INFO] |  |  |  |  +- org.eclipse.jetty:jetty-annotations:jar:9.4.26.v20200117:test
> [INFO] |  |  |  |  |  +- org.eclipse.jetty:jetty-plus:jar:9.4.26.v20200117:test
> [INFO] |  |  |  |  |  |  \- org.eclipse.jetty:jetty-jndi:jar:9.4.26.v20200117:test
> [INFO] |  |  |  |  |  \- org.ow2.asm:asm-commons:jar:7.2:test
> [INFO] |  |  |  |  |     +- org.ow2.asm:asm-tree:jar:7.2:test
> [INFO] |  |  |  |  |     \- org.ow2.asm:asm-analysis:jar:7.2:test
> {noformat}
> {noformat}
> This product includes asm-analysis licensed under the BSD-3-Clause.
> ERROR: Please check ^^^^^^^^^^^^ this License for acceptability here:
> https://www.apache.org/legal/resolved
> If it is okay, then update the list named 'non_aggregate_fine' in the LICENSE.vm file.
> If it isn't okay, then revert the change that added the dependency.
> More info on the dependency:
> <groupId>org.ow2.asm</groupId>
> <artifactId>asm-analysis</artifactId>
> <version>7.2</version>
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)