[
https://issues.apache.org/jira/browse/STORM-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941445#comment-14941445
]
ASF GitHub Bot commented on STORM-1012:
---------------------------------------
Github user ptgoetz commented on the pull request:
https://github.com/apache/storm/pull/736#issuecomment-145092203
I did some more digging and figured out that the following commit:
https://github.com/apache/storm/pull/621
is what broke the packaging for flux. Specifically, minimizing the shaded
jar for flux-examples excludes classes that Maven doesn't think are used --
when in fact they are used, but used via reflection.
The warnings mentioned in the above pull request can be eliminated by
alternate methods, but minimizing a flux-enabled jar will exclude classes that
are in fact needed.
> Shade Jackson dependency
> ------------------------
>
> Key: STORM-1012
> URL: https://issues.apache.org/jira/browse/STORM-1012
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-core
> Reporter: Parth Brahmbhatt
> Assignee: Parth Brahmbhatt
> Fix For: 0.11.0
>
>
> Shading jackson dependency.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)