commit | ffdb10c078b5f6a0991a0a414ad8362d2e3f17df | [log] [tgz] |
---|---|---|
author | liamfallon <liam.fallon@est.tech> | Mon Nov 16 13:13:43 2020 +0000 |
committer | Liam Fallon <liam.fallon@est.tech> | Mon Nov 16 17:04:37 2020 +0000 |
tree | d57d32c7b036d079a3b3d03cdb53108c668697f7 | |
parent | 84d0f41eba6884cc8e75e920e766abd785c06f2b [diff] |
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 <liam.fallon@est.tech> (cherry picked from commit da12c1c622ebc2304965ff1f646dc9783c5363c6)
Copyright (C) 2016-2018 Ericsson. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy APEX PDP Engine code. The settings file only needs to support the standard Maven repositories (e.g. central = http://repo1.maven.org/maven2/), and any proxy settings needed in your environment.
To build it using Maven 3, run: mvn clean install