From 9f500603de11fc0d48c970dd73e7f8097b6e3824 Mon Sep 17 00:00:00 2001 From: Paul Vaduva Date: Tue, 18 Dec 2018 12:57:09 +0100 Subject: Updated git submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Project: vid master 0b65d4053eb41fd4747c5718ffd1cbd5d46fc455 Enable vid docker build jobs to use java-1.8 Overcome security features in java-1.8 that prevent the forked java VM’s to use relative paths for loading the classes. This fix was the simplest for arm64 docker build jobs, and the least affecting the x86 build’s. We need to modify all the definitions of surefire. Change-Id: I0c10598c1c3a8765e1f1b509288a694b60df7389 Issue-ID: VID-366 Signed-off-by: Paul Vaduva --- docs/submodules/vid.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/vid.git b/docs/submodules/vid.git index 935d23208..0b65d4053 160000 --- a/docs/submodules/vid.git +++ b/docs/submodules/vid.git @@ -1 +1 @@ -Subproject commit 935d23208fae31bfb96d9ff7777c816bdaa87989 +Subproject commit 0b65d4053eb41fd4747c5718ffd1cbd5d46fc455 -- cgit