You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Bertrand Bossy (JIRA)" <ji...@apache.org> on 2014/10/02 16:37:33 UTC

[jira] [Created] (STORM-516) Thrift source files in storm-core.jar remain in package org.apache.thrift instead of thrift7

Bertrand Bossy created STORM-516:
------------------------------------

             Summary: Thrift source files in storm-core.jar remain in package org.apache.thrift instead of thrift7
                 Key: STORM-516
                 URL: https://issues.apache.org/jira/browse/STORM-516
             Project: Apache Storm
          Issue Type: Bug
    Affects Versions: 0.9.2-incubating
            Reporter: Bertrand Bossy


All thrift *.java source files in the storm-core package remain in the package org.apache.thirft instead of org.apache.thrift7

The compiles *.class files however get relocated by the shade plugin

steps to reproduce:
1) build storm using mvn package -DskipTests
2) unzip -p storm-core/target/storm-core-0.9.2-incubating.jar org/apache/thrift7/TException.java

results in:
snip
package org.apache.thrift;
snip

The problem seems to have been introduced with this commit: https://github.com/apache/storm/commit/22ddd6e6d5c78e36610366e71ea879b283575e01



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