summaryrefslogtreecommitdiffstats
path: root/controlloop/common/coordination/src/test/java
AgeCommit message (Collapse)AuthorFilesLines
2019-07-09Fix drools-applications due to sonar changes in commonJim Hahn2-4/+0
Fixed breakages due to changes made in policy/common to satisfy sonar. Repointed op.pom to correct parent, which allowed the other version to be dropped and properties used in the rest of the pom. Change-Id: Ib19c228c38b7f27fb9e9f508e5cf2566a8939cdd Issue-ID: POLICY-1791 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-02-27YAML clc directive spec/compilation to XACMLJoshua Reich2-0/+114
Created java definition of CoordinationDirective class. Initial library supports one coordination directive FirstBlocksSecond, prototype for this directive added as firstBlocksSecond.xml. Functions for compiling example yaml directive are in SupportUtil. Change-Id: If7c22402729670403510f1fa2f7f43de6a4a522c Issue-ID: POLICY-1173 Signed-off-by: Joshua Reich <jreich@research.att.com>