Github user dan-blanchard commented on a diff in the pull request: https://github.com/apache/storm/pull/1136#discussion_r60652344 --- Diff: pom.xml --- @@ -202,6 +202,7 @@ <clj-time.version>0.8.0</clj-time.version> <curator.version>2.9.0</curator.version> <json-simple.version>1.1</json-simple.version> + <msgpack.version>0.6.12</msgpack.version> --- End diff -- Annoyingly, they changed the whole API with the change from `msgpack` to `msgpack-core`, so the template approach won't work anymore. You can see new usage examples [here](https://github.com/msgpack/msgpack-java/blob/develop/msgpack-core/src/test/java/org/msgpack/core/example/MessagePackExample.java).
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---