[
https://issues.apache.org/jira/browse/HBASE-18704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16144908#comment-16144908
]
Peter Somogyi commented on HBASE-18704:
---------------------------------------
bq. 1. What's the license of the direct dependency overall?
Apache 2.0, the previous version had the same license.
bq. 2. Does it contain parts that are under a different license (esp if the
overall is ALv2)?
Yes, commons-collections4 has the following dependencies. All of these are in
testing scope, so I believe we don't have to change anything.
* junit: EPL2
* org.easymock: Apache 2
* org.hamcrest: New BSD License
* org.objenesis: Apache 2
bq. 3. If it is ALv2 does it contain a NOTICE file? If so, do we need to update
our NOTICE file based on it?
It does have a NOTICE file. I don't think we need to update our file. The
content is very small:
{code}
Apache Commons Collections
Copyright 2001-2013 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
{code}
bq. 4. Does it change the set of transitive dependencies? If so, apply the same
questions above to that set of changes.
N/A
> Upgrade hbase to commons-collections 4
> --------------------------------------
>
> Key: HBASE-18704
> URL: https://issues.apache.org/jira/browse/HBASE-18704
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 2.0.0-alpha-2
> Reporter: Peter Somogyi
> Assignee: Peter Somogyi
> Fix For: 2.0.0
>
> Attachments: HBASE-18704.master.001.patch
>
>
> Upgrade hbase to use commons-collections 4.1
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)