Merge pull request #1888 from shapeblue/jre8-only 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 * pr/1888: CLOUDSTACK-9710: Switch to JRE1.8 Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9513053f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9513053f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9513053f Branch: refs/heads/master Commit: 9513053f4256375e892df27d0c26644d1fe41725 Parents: 729ae6d e6cc78f Author: Rohit Yadav <[email protected]> Authored: Thu Jan 12 22:59:50 2017 +0530 Committer: Rohit Yadav <[email protected]> Committed: Thu Jan 12 23:02:05 2017 +0530 ---------------------------------------------------------------------- .java-version | 2 +- .travis.yml | 2 +- debian/control | 8 ++++---- .../service/NetworkOrchestrationService.java | 2 +- packaging/build-deb.sh | 2 +- packaging/centos63/cloud-agent.rc | 2 +- packaging/centos63/cloud.spec | 8 ++++---- packaging/centos7/cloud-agent.rc | 2 +- packaging/centos7/cloud.spec | 8 ++++---- packaging/debian/cloudstack-agent.init | 2 +- packaging/debian/cloudstack-usage.init | 2 +- packaging/debian/init/cloud-management | 2 +- plugins/network-elements/f5/pom.xml | 6 +++++- pom.xml | 2 +- .../definitions/systemvmtemplate/apt_upgrade.sh | 8 +++++++- .../definitions/systemvmtemplate/definition.rb | 4 ++-- .../install_systemvm_packages.sh | 19 +++++++++++++++---- .../definitions/systemvmtemplate/preseed.cfg | 4 ++-- tools/docker/Dockerfile | 4 ++-- 19 files changed, 55 insertions(+), 34 deletions(-) ----------------------------------------------------------------------
