[
https://issues.apache.org/jira/browse/STORM-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644490#comment-14644490
]
ASF GitHub Bot commented on STORM-768:
--------------------------------------
Github user lazyval commented on the pull request:
https://github.com/apache/storm/pull/519#issuecomment-125639681
Am I right that Storm still has no support for java 8? I tried to run test
from master on my local machine, but they're failing:
```
» mvn clean install
...
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Storm .............................................. SUCCESS [
1.453 s]
[INFO] maven-shade-clojure-transformer .................... SUCCESS [
2.123 s]
[INFO] storm-maven-plugins ................................ SUCCESS [
2.324 s]
[INFO] multilang-javascript ............................... SUCCESS [
0.048 s]
[INFO] multilang-python ................................... SUCCESS [
0.049 s]
[INFO] multilang-ruby ..................................... SUCCESS [
0.049 s]
[INFO] Storm Core ......................................... FAILURE [02:41
min]
[INFO] storm-starter ...................................... SKIPPED
[INFO] storm-kafka ........................................ SKIPPED
[INFO] storm-hdfs ......................................... SKIPPED
[INFO] storm-hbase ........................................ SKIPPED
[INFO] storm-hive ......................................... SKIPPED
[INFO] storm-jdbc ......................................... SKIPPED
[INFO] storm-redis ........................................ SKIPPED
[INFO] storm-eventhubs .................................... SKIPPED
[INFO] flux ............................................... SKIPPED
[INFO] flux-wrappers ...................................... SKIPPED
[INFO] flux-core .......................................... SKIPPED
[INFO] flux-examples ...................................... SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
» mvn -version
Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06;
2015-04-22T15:57:37+04:00)
Maven home: /usr/local/Cellar/maven/3.3.3/libexec
Java version: 1.8.0_25, vendor: Oracle Corporation
Java home:
/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.10.4", arch: "x86_64", family: "mac"
```
Same happens on travis (e.g.
https://travis-ci.org/apache/storm/builds/72494388). It looks like a quite
major issue.
Is there plans to address it? How can I help with it?
> Support JDK 8 compile and runtime.
> ----------------------------------
>
> Key: STORM-768
> URL: https://issues.apache.org/jira/browse/STORM-768
> Project: Apache Storm
> Issue Type: Improvement
> Affects Versions: 0.11.0
> Reporter: Kai Sasaki
> Assignee: Kai Sasaki
> Labels: JDK1.8, JDK8SUPPORT, Java_8
>
> storm project support JDK8 compilation and running.
> There are some check points and tests which should be passed.
> * Unittests
> * Server launch
> * Topology submit and running
> This might not be enough. Please list up here.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)