commit | 12db2b732e1e7191c2f48e23f1e14f6d81bf2cee | [log] [tgz] |
---|---|---|
author | liamfallon <liam.fallon@ericsson.com> | Fri Mar 02 14:24:23 2018 +0000 |
committer | liamfallon <liam.fallon@ericsson.com> | Fri Mar 02 14:29:10 2018 +0000 |
tree | 69adac9c1141186f00488ae7baf2959637a2b22f | |
parent | cfe2c6e071f5e43ad01f470a3c87230dd1e1fe13 [diff] |
Reduce Technical Debt on drools-applications This commit mops up the technical debt issues in drools-applications that are reaistic to fix witout major surgery on the code. note: warnings on non compliant Java class names that are used in yaml serializaiton and deserailization are ignored. note: warnings on complexity figures for equals() methods are ignored. Issue-ID: POLICY-455 Change-Id: I99ccda4bd9932ceb5ccbcfd2778730234b55d7a5 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
This source repository contains ONAP Policy application code. To build it:
The Demo template rule is located in template.demo sub-project. Use that project to protoype and test the .drl demo rule. When finished update the archetype-closedloop-demo-rules project with the .drl. Be sure to remove the Setup rule and comment out any simulation/test code.
The other projects are supporting code used by the template.demo project.