Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Abandoned
-
0.9.2-incubating
-
None
-
None
Description
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
Attachments
Issue Links
- is depended upon by
-
STORM-2392 Thrift source code generated by Storm not found
- Closed