You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Tzu-Li (Gordon) Tai (JIRA)" <ji...@apache.org> on 2016/07/08 08:48:11 UTC

[jira] [Created] (FLINK-4176) Travis build fails at flink-connector-kinesis for JDK: openjdk 7

Tzu-Li (Gordon) Tai created FLINK-4176:
------------------------------------------

             Summary: Travis build fails at flink-connector-kinesis for JDK: openjdk 7
                 Key: FLINK-4176
                 URL: https://issues.apache.org/jira/browse/FLINK-4176
             Project: Flink
          Issue Type: Bug
            Reporter: Tzu-Li (Gordon) Tai


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)