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)

Reply via email to