summaryrefslogtreecommitdiffstats
path: root/examples/examples-decisionmaker/src/test
AgeCommit message (Collapse)AuthorFilesLines
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>