From 452f42fd098c6a0206114af7cd18aef2c726838e Mon Sep 17 00:00:00 2001 From: Gera Shegalov Date: Mon, 23 May 2022 14:56:18 -0700 Subject: [PATCH 1/2] Move ShimServiceProvider file re-init/truncate This PR closes 5596 by moving truncate close to when shim service file concatentation is about to generate a new list. T The empty file for ShimServiceProvider created during init-properties is not populated via concat in the conventional jar path, later overwriting the original file from the aggregator jar. it's also bad practice to have side effects while still initializing properties. This PR corrects these issues. Signed-off-by: Gera Shegalov --- dist/maven-antrun/build-parallel-worlds.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/maven-antrun/build-parallel-worlds.xml b/dist/maven-antrun/build-parallel-worlds.xml index 13e58ae540f..f4519f1047b 100644 --- a/dist/maven-antrun/build-parallel-worlds.xml +++ b/dist/maven-antrun/build-parallel-worlds.xml @@ -15,6 +15,7 @@ limitations under the License. --> + -