[ https://issues.apache.org/jira/browse/STORM-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15203279#comment-15203279 ]
ASF GitHub Bot commented on STORM-1622: --------------------------------------- GitHub user abhishekagarwal87 opened a pull request: https://github.com/apache/storm/pull/1240 STORM-1622: Rename classes with older third party shaded packages You can merge this pull request into a Git repository by running: $ git pull https://github.com/abhishekagarwal87/storm shaded-classes2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/storm/pull/1240.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 #1240 ---- commit 77facb534b9dbbb7a37ca528c85af047f020e121 Author: Abhishek Agarwal <abhishek.agar...@inmobi.com> Date: 2016-03-20T12:34:02Z STORM-1622: Rename classes with older third party shaded packages ---- > Topology jars referring to shaded classes of older version of storm jar > cannot be run in Storm 1.0.0 > ---------------------------------------------------------------------------------------------------- > > Key: STORM-1622 > URL: https://issues.apache.org/jira/browse/STORM-1622 > Project: Apache Storm > Issue Type: Bug > Components: storm-core > Reporter: Abhishek Agarwal > Assignee: Abhishek Agarwal > > This commit > https://github.com/apache/storm/commit/12fdaa01b20eb144bf18a231a05c92873c90aa09 > changes the package names of shaded classes inside the storm. These classes > are shipped inside the maven release of storm-core jar and can depended upon > the topology jar. Jar built with older version of storm-core and using this > dependency, wouldn't run on newer version of storm cluster. -- This message was sent by Atlassian JIRA (v6.3.4#6332)