Github user govind-menon commented on a diff in the pull request:
https://github.com/apache/storm/pull/2752#discussion_r205816093
--- Diff: pom.xml ---
@@ -329,7 +329,7 @@
<mavenVersion>3.1.0</mavenVersion>
<wagonVersion>1.0</wagonVersion>
<azure-eventhubs.version>0.13.1</azure-eventhubs.version>
- <jersey.version>2.24.1</jersey.version>
+ <jersey.version>2.27</jersey.version>
--- End diff --
This is the latest stable version. Specifically it fixes a bug where a
filter was not being called before a method
---