You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Rick Kellogg (JIRA)" <ji...@apache.org> on 2015/09/29 04:58:05 UTC

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

     [ https://issues.apache.org/jira/browse/STORM-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Kellogg updated STORM-516:
-------------------------------
    Component/s: storm-core

> 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
>          Components: storm-core
>    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 compiled *.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)