commit | 275a3c5707c721d6fb020c9632f7a545cbc33b81 | [log] [tgz] |
---|---|---|
author | liamfallon <liam.fallon@est.tech> | Sat May 02 01:35:07 2020 +0100 |
committer | liamfallon <liam.fallon@est.tech> | Mon May 04 21:20:38 2020 +0100 |
tree | b4d45d330c51356fc0eb5c494b14e7645a7bc7d7 | |
parent | c86d6a6645af95d76a8b2b59f24433c616bf49fe [diff] |
Fix simultaneous write access to policy provider This change serializes write access to the policy database via the AUthorative TOSCA provider by making sure that only one request is executed at a time. His change should be repolaced by proper session handling in the next release of the Policy Framework project. Issue-ID: POLICY-2533 Change-Id: I5fe4c0f2846981a66eb2f4e1da936fe3c9490ae5 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