You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/06/04 18:57:38 UTC

[jira] [Commented] (STORM-848) Clean up dependencies and shade as much as possible

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

ASF GitHub Bot commented on STORM-848:
--------------------------------------

GitHub user kishorvpatil opened a pull request:

    https://github.com/apache/storm/pull/577

    [STORM-848] Shade external dependencies

    Shading following dependencies:
    org.apache.httpcomponents:http*
    org.apache.zookeeper:zookeeper
    org.apache.curator:*
    com.twitter:carbonite
    com.twitter:chill-java
    org.objenesis:objenesis
    org.tukaani:xz
    org.yaml:snakeyaml
    org.jgrapht:jgrapht-core
    commons-httpclient:commons-httpclient
    org.apache.commons:commons-compress
    org.apache.commons:commons-exec
    commons-io:commons-io
    commons-codec:commons-codec
    commons-fileupload:commons-fileupload
    commons-lang:commons-lang
    com.googlecode.json-simple:json-simple
    org.clojure:math.numeric-tower
    org.clojure:tools.cli
    org.clojure:tools.macro
    joda-time:joda-time

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

    $ git pull https://github.com/kishorvpatil/incubator-storm STORM-848

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

    https://github.com/apache/storm/pull/577.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 #577
    
----
commit 9ecf26cfb1b29ef369a4a99de85e2237645306c3
Author: Kishor Patil <kp...@yahoo-inc.com>
Date:   2015-06-04T14:35:49Z

    Shade external dependencies

----


> Clean up dependencies and shade as much as possible
> ---------------------------------------------------
>
>                 Key: STORM-848
>                 URL: https://issues.apache.org/jira/browse/STORM-848
>             Project: Apache Storm
>          Issue Type: Improvement
>            Reporter: Robert Joseph Evans
>
> To help with rolling upgrades in the future we should shade as much of our dependencies as possible, so that customers can include their own versions of things.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)