summaryrefslogtreecommitdiffstats
path: root/examples/examples-onap-vcpe/src/test/resources/logback-test.xml
AgeCommit message (Collapse)AuthorFilesLines
2020-11-16Update vCPE example for JSON Stringifyliamfallon1-1/+1
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 <liam.fallon@est.tech> (cherry picked from commit da12c1c622ebc2304965ff1f646dc9783c5363c6)
2020-11-12Add method to allow JSON conversion to execution context for logicliamfallon1-0/+39
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 <liam.fallon@est.tech> (cherry picked from commit 90bc246ffec30f7d97474d772d8bad73715cdd45)