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

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

Github user kishorvpatil commented on the pull request:

    https://github.com/apache/storm/pull/577#issuecomment-108989857
  
    @Parth-Brahmbhatt Primarily, anything that's getting directly called from 
withing clojure is hard to shade. Hence (disruptor, jetty..) etc are not 
shaded. As such newer version of jetty are self-shaded ( the packages are 
different.). But it would be a much bigger change to accomplish.
    
    As the storm-core is shading these dependencies, they need to be called out 
explicitly by connectors now if they implicitly depended on storm-core so far. 


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

Reply via email to