You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Wei-Chiu Chuang (Jira)" <ji...@apache.org> on 2020/04/24 18:04:00 UTC

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

Wei-Chiu Chuang created HBASE-24258:
---------------------------------------

             Summary: [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


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)