commit | 70be3b7d76f6bd8d2c834496c688d349933e7130 | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Tue Apr 16 15:32:12 2019 -0400 |
committer | Jim Hahn <jrh3@att.com> | Tue Apr 16 15:42:47 2019 -0400 |
tree | 3a9d82a58bc3e7d582430837f95c540c85998549 | |
parent | 46c8422501ac8321e11493693f2ad5b2ea8e1293 [diff] |
Don't include "nullVersion" in swagger API Swagger sitll uses jackson, thus it is including ToscaPolicyIdentifierOptVersion.isNullVersion() in the API that it generates. Added @JsonIgnore annotation to prevent it from being included. Similar issue with get/setVersion() in PdpGroup. Created POLICY-1653 to remove the isNullVersion() method altogether in El Alto. Change-Id: I6cb7b7d1d75258eeb9d6f9b6c7a48eeb32174307 Issue-ID: POLICY-1542 Signed-off-by: Jim Hahn <jrh3@att.com>
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