From 90bc246ffec30f7d97474d772d8bad73715cdd45 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 11 Nov 2020 11:13:34 +0000 Subject: Add method to allow JSON conversion to execution context for logic The Rhino JSON.Stringify() method does not work well. This patch allows the user to call schema specific or generic JSON conversion using the schema handling in Apex or not as the developer chooses. Added a single argument stringify2Json() method. Issue-ID: POLICY-2463 Change-Id: I9ec1e0dea2f6cd153b73b2eace63d8806674884d Signed-off-by: liamfallon --- .../src/test/resources/logback-test.xml | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 examples/examples-onap-vcpe/src/test/resources/logback-test.xml (limited to 'examples/examples-onap-vcpe/src') diff --git a/examples/examples-onap-vcpe/src/test/resources/logback-test.xml b/examples/examples-onap-vcpe/src/test/resources/logback-test.xml new file mode 100644 index 000000000..b3a202ced --- /dev/null +++ b/examples/examples-onap-vcpe/src/test/resources/logback-test.xml @@ -0,0 +1,39 @@ + + + + + + Apex + + + + + + + %d %contextName [%t] %level %logger{36} - %msg%n + + + + + + + + -- cgit 1.2.3-korg