You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/10 02:37:00 UTC

[jira] [Commented] (DRILL-5917) Ban org.json:json library in Drill

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

ASF GitHub Bot commented on DRILL-5917:
---------------------------------------

GitHub user vrozov opened a pull request:

    https://github.com/apache/drill/pull/1031

    DRILL-5917: Ban org.json:json library in Drill

    @arina-ielchiieva Please review

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vrozov/drill DRILL-5917

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/1031.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1031
    
----
commit 525989d8603954bfd5e12a680acde7ac00e26300
Author: Vlad Rozov <vr...@apache.org>
Date:   2017-11-08T01:07:38Z

    DRILL-5917: Ban org.json:json library in Drill

----


> Ban org.json:json library in Drill
> ----------------------------------
>
>                 Key: DRILL-5917
>                 URL: https://issues.apache.org/jira/browse/DRILL-5917
>             Project: Apache Drill
>          Issue Type: Task
>    Affects Versions: 1.11.0
>            Reporter: Arina Ielchiieva
>            Assignee: Vlad Rozov
>             Fix For: 1.12.0
>
>
> Apache Drill has dependencies on json.org lib indirectly from two libraries:
> com.mapr.hadoop:maprfs:jar:5.2.1-mapr
> com.mapr.fs:mapr-hbase:jar:5.2.1-mapr
> {noformat}
> [INFO] org.apache.drill.contrib:drill-format-mapr:jar:1.12.0-SNAPSHOT
> [INFO] +- com.mapr.hadoop:maprfs:jar:5.2.1-mapr:compile
> [INFO] |  \- org.json:json:jar:20080701:compile
> [INFO] \- com.mapr.fs:mapr-hbase:jar:5.2.1-mapr:compile
> [INFO]    \- (org.json:json:jar:20080701:compile - omitted for duplicate)
> {noformat}
> Need to make sure we won't have any dependencies from these libs to json.org lib and ban this lib in main pom.xml file.
> Issue is critical since Apache release won't happen until we make sure json.org lib is not used (https://www.apache.org/legal/resolved.html).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)