[
https://issues.apache.org/jira/browse/STORM-688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14335516#comment-14335516
]
ASF GitHub Bot commented on STORM-688:
--------------------------------------
GitHub user revans2 opened a pull request:
https://github.com/apache/storm/pull/441
STORM-688: update Util to compile under JDK8
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/revans2/incubator-storm STORM-688
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/441.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 #441
----
commit 2a0bb0dcb3d7fa7aa4e71d89ca1a59a2127b4f38
Author: Robert (Bobby) Evans <[email protected]>
Date: 2015-02-24T21:46:09Z
STORM-688: update Util to compile under JDK8
----
> storm-jdbc fails to compile under java 8
> ----------------------------------------
>
> Key: STORM-688
> URL: https://issues.apache.org/jira/browse/STORM-688
> Project: Apache Storm
> Issue Type: Bug
> Reporter: Robert Joseph Evans
> Priority: Critical
>
> {code}[ERROR]
> external/storm-jdbc/src/main/java/org/apache/storm/jdbc/common/Util.java:[30,29]
> incomparable types: int and java.lang.Object{code}
> it looks like java found a bug in the code. {code}100 == new
> Integer(100){code} is never true and this is essentially what the code is
> doing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)