GitHub user doanduyhai opened a pull request: https://github.com/apache/incubator-zeppelin/pull/658
Switch to Java 8 ### What is this PR for? Java 7 is now officially no longer supported by Oracle and Java 8 has been released quite a while. We should take the opportunity to switch to Java 8. ### What type of PR is it? [Improvement] ### Todos * [ ] - Task ### Is there a relevant Jira issue? **[ZEPPELIN-621]** ### How should this be tested? * Build Zeppelin with `mvn clean -Pxxxx -DskipTests` * Create some notes with spark/angular/shell interpreter and test some basic use-case This PR is low risk because Java 8 is backward-compatible with Java 7 source code. ### Screenshots (if appropriate) N/A ### Questions: * Does the licenses files need update? --> No * Is there breaking changes for older versions? --> No * Does this needs documentation? --> No [ZEPPELIN-621]: https://issues.apache.org/jira/browse/ZEPPELIN-621 You can merge this pull request into a Git repository by running: $ git pull https://github.com/doanduyhai/incubator-zeppelin Java8 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/658.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 #658 ---- commit fa45a49f819ace6937cbe05663ad3cd3d855814f Author: DuyHai DOAN <doanduy...@gmail.com> Date: 2016-01-19T13:29:45Z Switch to Java 8 ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---