commit | 03248c4de4197dac33c156e6a7a6538c9943305c | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Tue Mar 03 21:02:13 2020 -0500 |
committer | Jim Hahn <jrh3@att.com> | Thu Mar 05 15:42:01 2020 -0500 |
tree | 3224aa774d09649ed83d91a9a36f9bd969e701cf | |
parent | 7f1903bae3069d5e14b4c322c09c1317d90114b6 [diff] |
Add SO VF Module Delete Operation Redesigned the SO Operation classes; moved some code from the subclass to the superclass so it could be reused by the VF Module Delete Operation. JerseyClient does not support DELETE with a request body, so had to implement a delete() method using java11 HttpClient. Fix some issues found while testing with drools-apps. Added "delete" operation to SO simulator. Issue-ID: POLICY-2371 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: I269fe13cf90c295ec2bbac92bc5a59b3820ea265
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