GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/1274
Shade Objenesis in storm-core
Versions of Kryo past 2.23 have Objenesis as a regular dependency instead
of included in the Kryo jar.
https://github.com/EsotericSoftware/kryo/commit/f21208643e883fde952ad883fd81e5d7709e87eb
Since Kryo was recently upgraded, Objenesis is missing from storm-core.
Objenesis is included through Carbonite, so we can still exclude it from Kryo
to avoid getting it in /lib when making a distribution.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1274.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1274
----
commit daca5065c3b707068d3c0d4c9a8447fc0dff8046
Author: Stig Døssing <[email protected]>
Date: 2016-03-29T09:06:41Z
Shade Objenesis in storm-core
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---