aboutsummaryrefslogtreecommitdiffstats
path: root/services/services-engine/src/test/resources/policymodels/PojoEventModel.json
AgeCommit message (Collapse)AuthorFilesLines
2018-12-26Rename test classes in apex-pdp/servicesParshad Patel1-2/+2
Make test classes name consitence by adding 'Test' at end of junit test classes and adding 'Support' or 'Dummy' at start of util or dummy type of test classes Issue-ID: POLICY-1263 Change-Id: I951f4e30736144010d69a0fb3b9181f7fee76013 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-09-20Fix bug with POJO events in APexliamfallon1-0/+365
When an envet should be decoded entirely into a POJO and is too complex for Avro, apex decoding breaks. This reviuew fixes thsi issue. Issue-ID: POLICY-1034 Change-Id: Iccd739c4bb5c1645a2a7165f5bbfdfd4b964d79e Signed-off-by: liamfallon <liam.fallon@ericsson.com>