Remove Camunda and replace by Camel 39/31739/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Wed, 14 Feb 2018 14:31:55 +0000 (15:31 +0100)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Wed, 14 Feb 2018 14:31:55 +0000 (15:31 +0100)
commit7c083746477e46a662ce3eb2664a050a210d971f
treee25ceb4b93be421155c6c3a15f2f785311b87626
parent9ebb9c1aa320e49c581ba1a66202cc2f2bda0c5a
Remove Camunda and replace by Camel

The camunda has been replaced by Camel so that DB could be removed.
Also the unit tests has been reworked and maven dependencies have been
changed

Issue-ID: CLAMP-85
Change-Id: I781c3c83cecbdae3535c7e036e62ae83c6b6852f
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
61 files changed:
extra/docker/clamp/clamp.env
extra/sql/bulkload/clds-create-db-objects.sql
pom.xml
src/main/java/org/onap/clamp/clds/Application.java
src/main/java/org/onap/clamp/clds/camel/CamelProxy.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/CldsEventDelegate.java
src/main/java/org/onap/clamp/clds/client/DcaeDispatcherServices.java
src/main/java/org/onap/clamp/clds/client/DcaeInventoryServices.java
src/main/java/org/onap/clamp/clds/client/HolmesPolicyDelegate.java
src/main/java/org/onap/clamp/clds/client/HolmesPolicyDeleteDelegate.java
src/main/java/org/onap/clamp/clds/client/OperationalPolicyDelegate.java
src/main/java/org/onap/clamp/clds/client/OperationalPolicyDeleteDelegate.java
src/main/java/org/onap/clamp/clds/client/SdcSendReqDelegate.java
src/main/java/org/onap/clamp/clds/client/TcaPolicyDelegate.java
src/main/java/org/onap/clamp/clds/client/TcaPolicyDeleteDelegate.java
src/main/java/org/onap/clamp/clds/client/req/policy/PolicyClient.java
src/main/java/org/onap/clamp/clds/client/req/sdc/SdcCatalogServices.java
src/main/java/org/onap/clamp/clds/client/req/sdc/SdcReq.java
src/main/java/org/onap/clamp/clds/config/CldsConfiguration.java
src/main/java/org/onap/clamp/clds/exception/CldsDelegateException.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/prop/ModelProperties.java
src/main/java/org/onap/clamp/clds/model/refprop/RefProp.java
src/main/java/org/onap/clamp/clds/service/CldsService.java
src/main/java/org/onap/clamp/clds/service/CldsUser.java
src/main/java/org/onap/clamp/clds/service/JaxrsApplication.java [moved from src/main/java/org/onap/clamp/clds/service/JerseyConfig.java with 79% similarity]
src/main/java/org/onap/clamp/clds/util/LogMessages.java [moved from src/main/java/org/onap/clamp/clds/config/CamundaEngineConfiguration.java with 55% similarity]
src/main/resources/META-INF/processes.xml [deleted file]
src/main/resources/application.properties
src/main/resources/bpmn/clds-process-action.bpmn [deleted file]
src/main/resources/clds/camel/flexible-flow.xml [new file with mode: 0644]
src/main/resources/clds/clds-reference.properties
src/main/resources/clds/clds-users.json
src/test/java/org/onap/clamp/clds/it/CldsTemplateServiceItCase.java
src/test/java/org/onap/clamp/clds/it/DcaeHttpConnectionManagerItCase.java
src/test/java/org/onap/clamp/clds/it/HolmesPolicyDelegateItCase.java
src/test/java/org/onap/clamp/clds/it/OperationPolicyReqItCase.java
src/test/java/org/onap/clamp/clds/it/PolicyClientItCase.java
src/test/java/org/onap/clamp/clds/it/RefPropItCase.java
src/test/java/org/onap/clamp/clds/it/SdcCatalogServicesItCase.java
src/test/java/org/onap/clamp/clds/it/SdcReqItCase.java
src/test/java/org/onap/clamp/clds/it/TcaRequestFormatterItCase.java
src/test/java/org/onap/clamp/clds/model/prop/CustomModelElement.java
src/test/java/org/onap/clamp/clds/model/prop/CustomModelElementTest.java
src/test/java/org/onap/clamp/clds/model/prop/ModelPropertiesTest.java
src/test/resources/application-no-camunda.properties
src/test/resources/clds/clds-reference.properties
src/test/resources/example/model-properties/custom/modelBpmn.json [moved from src/test/resources/example/modelBpmnProp.json with 100% similarity]
src/test/resources/example/model-properties/custom/modelBpmnProperties.json [new file with mode: 0644]
src/test/resources/example/model-properties/holmes/modelBpmnProperties.json
src/test/resources/example/model-properties/modelBpmn.json [deleted file]
src/test/resources/example/model-properties/modelBpmnProp.json [deleted file]
src/test/resources/example/model-properties/modelBpmnPropWithGlobal.json [deleted file]
src/test/resources/example/model-properties/policy/modelBpmn.json [moved from src/test/resources/example/modelBpmnPropForPolicy.json with 100% similarity]
src/test/resources/example/model-properties/policy/modelBpmnProperties.json [moved from src/test/resources/example/modelProp.json with 100% similarity]
src/test/resources/example/model-properties/tca/modelBpmnProperties.json
src/test/resources/example/modelPropForPolicy.json [deleted file]
src/test/resources/example/sdc/expected-result/all-sdc-services.json [new file with mode: 0644]
src/test/resources/example/tca-policy-req/blueprint-expected.yaml
src/test/resources/example/tca-policy-req/blueprint-input.yaml
src/test/resources/example/tca-policy-req/prop-text.json [new file with mode: 0644]
src/test/resources/https/https-test.properties