GitHub user rhtyd reopened a pull request:
https://github.com/apache/cloudstack/pull/1888
CLOUDSTACK-9710: Switch to JRE1.8
- Switches Travis to use jdk1.8
- Changes java-version to 1.8
- Change jdk/maven version to 1.8
- Switch to F5/java8 compatible library release
- Switch packaging to use jdk 1.8, and jre 1.8 in init/systemd scripts
- Switch systemvm to openjdk-8-jre
By default, openjdk-8 packages are not available on Debian 7 (wheezy);
installing the pkg from jessie/testing causes several package regressions so
I've used an openjdk free/opensource repository maintained by Azul, please
review their terms of use: http://www.azul.com/products/zulu/zulu-terms-of-use
They are similar to what openjdk, or any other package on Debian would
provide.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shapeblue/cloudstack jre8-only
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1888.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 #1888
----
commit 95016c6594e5fb6740fbf7eab4b33c9e04662dda
Author: Rohit Yadav <[email protected]>
Date: 2017-01-04T17:15:43Z
CLOUDSTACK-9710: Switch to JRE1.8
- Switches Travis to use jdk1.8
- Changes java-version to 1.8
- Change jdk/maven version to 1.8
- Switch to F5/java8 compatible library release
- Switch packaging to use jdk 1.8, and jre 1.8 in init/systemd scripts
- Switch systemvm to openjdk-8-jre
Signed-off-by: Rohit Yadav <[email protected]>
----
---
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.
---