[ https://issues.apache.org/jira/browse/STORM-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15193355#comment-15193355 ]
Abhishek Agarwal commented on STORM-1622: ----------------------------------------- I think it should be ok to just add new mappings in the StormShadeRequest. Depending on the 0.10 doesn't need much changes in topology since the store-core packages are still the same. I will add a method for printing warning about not using private classes of storm. There is another problem related to jar dependency - STORM-1625 > 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)