From da12c1c622ebc2304965ff1f646dc9783c5363c6 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 16 Nov 2020 13:13:43 +0000 Subject: Update vCPE example for JSON Stringify The JSON.stringify() call in the Rhino Javascript interpreter is not working correctly. A previous patch introduced a method into the Apex execution context to provide an alternative method for stringifying JSON. This patch updates the vCPE example in apex to use that new method. Issue-ID: POLICY-2463 Change-Id: I85cc33dc4633b1b6f4c4db3d5ad8579c66d7c18c Signed-off-by: liamfallon --- examples/examples-onap-vcpe/src/test/resources/logback-test.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/examples-onap-vcpe/src/test/resources/logback-test.xml') diff --git a/examples/examples-onap-vcpe/src/test/resources/logback-test.xml b/examples/examples-onap-vcpe/src/test/resources/logback-test.xml index b3a202ced..e48e25b1e 100644 --- a/examples/examples-onap-vcpe/src/test/resources/logback-test.xml +++ b/examples/examples-onap-vcpe/src/test/resources/logback-test.xml @@ -2,6 +2,7 @@ -- cgit 1.2.3-korg