From 7f69c5ca0a6f6018166f8fee3e811edf4dee1eb8 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 20 Feb 2020 19:08:55 -0500 Subject: Change payload to Map so it's more versatile This was supposed to be two separate commits, but I goofed something. Added guard query to Operation superclass. Modified VfModuleCreate to store the VF count, pass it to the guard, and bump it once the create completes successfully. Added code to check Actors for proper plug-in to ActorService. Renamed "operation" property to "operations", to be more consistent with other parameters (e.g., TopicParameterGroup). The META-INF/services files for the actors had mixed case, which did not match the package name of the Actor class, preventing the ServiceLoader from recognizing them. Also modified the ActorService to skip any that cannot actually be loaded, for whatever reason (e.g., not in the classpath). Issue-ID: POLICY-1625 Signed-off-by: Jim Hahn Change-Id: Ifa97744543f2866cc553138ec5ec644b033de780 --- models-interactions/model-actors/actor.test/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'models-interactions/model-actors/actor.test/pom.xml') diff --git a/models-interactions/model-actors/actor.test/pom.xml b/models-interactions/model-actors/actor.test/pom.xml index 3df35c355..86e34fa8c 100644 --- a/models-interactions/model-actors/actor.test/pom.xml +++ b/models-interactions/model-actors/actor.test/pom.xml @@ -32,6 +32,11 @@ Utilities for testing actors + + org.onap.policy.models.policy-models-interactions.model-impl + aai + ${project.version} + org.onap.policy.models.policy-models-interactions.model-impl events @@ -69,4 +74,18 @@ compile + + + + + org.apache.maven.plugins + maven-jar-plugin + + + src/test/** + + + + + -- cgit 1.2.3-korg