Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-24258

[Hadoop3.3] Update license for org.ow2.asm:*

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      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.

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

      Attachments

        Issue Links

          Activity

            People

              weichiu Wei-Chiu Chuang
              weichiu Wei-Chiu Chuang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: