Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
Kinesis consumer code is using the static `Long.hashCode()` method, which is supported only since Java 1.8. Changing to use `Long.valueOf(long).hashCode()` should fix this.
Attachments
Issue Links
- links to