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?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---