summaryrefslogtreecommitdiffstats
path: root/examples/examples-decisionmaker/src/test
AgeCommit message (Collapse)AuthorFilesLines
2020-09-09APEX standalone support for ToscaPolicy formata.sreekumar1-12/+15
Legacy format support is removed, and Tosca format support is added. Change-Id: I3cfc181ccb5471a5d224c0162af18c1fa0fdbc70 Issue-ID: POLICY-2812 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
2019-01-09Fix context clearing on model upgradeliamfallon1-0/+68
Existing context is cleared when a model upgrade is carried out on an Apex PDP. The clear() method is called in error on the Apex engine during the upgrade. This change also has some small updates to the DecisionMaker example, which is used to test this feature. Issue-ID: POLICY-1395 Change-Id: I547a3a60712d1572d9daadf5eab4afcae2a5c321 Signed-off-by: liamfallon <liam.fallon@est.tech>