commit | 59b90519eda3b95b0cfc49b6349a591c7d0c78e2 | [log] [tgz] |
---|---|---|
author | liamfallon <liam.fallon@est.tech> | Mon Feb 07 17:56:44 2022 +0000 |
committer | liamfallon <liam.fallon@est.tech> | Tue Feb 08 18:39:03 2022 +0000 |
tree | 810e07f7d5cf270582264c40245372f597c713a2 | |
parent | def44b294fa00bb5470e977eef9a05e5087035f0 [diff] |
Remove JAXB and XML, use GSON for JSON This review converst apex-pdp to use GSON for JSON handling. In order to preserve backward compatibility with the JAXB format of JSON, custom handling of maps was required. Therefore, the policy-common StandardCoder could not be used. There are a lot of small changes, removing annotations from concepts and tweaking of test data. However, this cleans up the code base so it is worth doing. Issue-ID: POLICY-1820 Change-Id: I213fa64f6d7f3f1df8d10f111d9fbedbe80f9fe0 Signed-off-by: liamfallon <liam.fallon@est.tech>
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