Uploaded image for project: 'Apache Storm'
  1. Apache Storm
  2. STORM-516

Thrift source files in storm-core.jar remain in package org.apache.thrift instead of thrift7

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.9.2-incubating
    • None
    • storm-core
    • 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

          Activity

            People

              Unassigned Unassigned
              bbossy Bertrand Bossy
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: