commit | 3adbaa909ad1af4f80f7347cdfbce8bcab892db0 | [log] [tgz] |
---|---|---|
author | liamfallon <liam.fallon@est.tech> | Wed May 06 16:19:38 2020 +0100 |
committer | liamfallon <liam.fallon@est.tech> | Wed May 06 16:27:30 2020 +0100 |
tree | 9ae867bf0ed606ab0cb791eb266be5fa120856d4 | |
parent | 0813923baa10ddd08e8cb3eccff8ac224f2b8aa4 [diff] |
Make type and type_version mandatory on policies Up until now, the "type" and "type_version" fields defaulted to "NULL" and "0.0.0" respectively when they were not specified because the "type_version" field was not always specified on policies in previous releases. In cases where the "type_version" field was not specified, it was assumend that a "0.0.0" version of the policy type existed. In parallel, if the version field was not specified on the policy type, the version was stored as 0.0.0. This behaviour is now changed and the "type" and "type_version" fields are now always mandatory. Issue-ID: POLICY-2538 Change-Id: I4279adfa86f531205879dbb87986453604624032 Signed-off-by: liamfallon <liam.fallon@est.tech>
Copyright 2018 AT&T Intellectual Property. 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 Model code that is agnostic to any PDP. It is common amongst all the repositories.
To build it using Maven 3, run: mvn clean install