commit | f4ca53652d2db9624e1f267bee5b511600ff0e5d | [log] [tgz] |
---|---|---|
author | liamfallon <liam.fallon@est.tech> | Wed May 06 17:02:23 2020 +0100 |
committer | liamfallon <liam.fallon@est.tech> | Wed May 06 17:02:27 2020 +0100 |
tree | f74d5536f3bd8235b8d637c16ba5ce155a1e9fb0 | |
parent | d4f82c0db1d9686861792c6785a42acbd8c5dc6c [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: Ieec97f4a111edd13dbe31116c7549f07c19ef0aa Signed-off-by: liamfallon <liam.fallon@est.tech>
Copyright 2017-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 API code.
To build it using Maven 3, run: mvn clean install