From 3ec22673e335793e54314e640fa95315554bcb8f Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 19 Mar 2020 19:58:13 -0400 Subject: use shutdown to clear handle leak The XACML github was released with a new method to allow context factories and PIP engines to release any handles before releasing the PDP engine. This review includes that artifact and adds tests to support it. In addition, added more tests to get code coverage over 90% for both PIPs in ONAP. Some cleanup in the Matchable types based on last review. Issue-ID: POLICY-2242 Change-Id: I312f06380ff4d2e16bcfd25b6d1f36ce5dd030e6 Signed-off-by: Pamela Dragosh --- applications/common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/common/pom.xml') diff --git a/applications/common/pom.xml b/applications/common/pom.xml index 5a359e67..7d559cc2 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -76,7 +76,7 @@ com.att.research.xacml xacml-pdp - 2.1.0 + 2.2.0 -- cgit 1.2.3-korg