Fix Drools-Apps executing policies 20/138620/1
authoradheli.tavares <adheli.tavares@est.tech>
Thu, 1 Aug 2024 13:12:40 +0000 (14:12 +0100)
committeradheli.tavares <adheli.tavares@est.tech>
Thu, 1 Aug 2024 13:14:14 +0000 (14:14 +0100)
commit2e39e09b57e1d9484a5e0475653a1b4e7a1ec5b1
tree1c350f0dffc7c7ce65fd42d3df16c346d64f781b
parent24a68dcd259ab23b102fa99b44edfc3a5994446c
Fix Drools-Apps executing policies

- hibernate dependencies were causing conflicts; updated to
latest hibernate-core with all the required deps.
- adjusted some variables to be correctly read by properties
parser.
- added STDOUT option to logback.xml to be able to get logs
from controllers/features when using docker logs command.

Issue-ID: POLICY-4955
Change-Id: I254502e75332070c7d32f555927dc30c4bbb49a5
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
18 files changed:
controlloop/common/controller-usecases/pom.xml
controlloop/common/eventmanager/pom.xml
controlloop/common/eventmanager/src/main/resources/META-INF/persistence.xml
controlloop/common/eventmanager/src/test/java/org/onap/policy/controlloop/eventmanager/ClEventManagerWithEventTest.java
controlloop/common/eventmanager/src/test/java/org/onap/policy/controlloop/ophistory/OperationHistoryDataManagerImplTest.java
controlloop/common/eventmanager/src/test/resources/META-INF/persistence.xml [new file with mode: 0644]
controlloop/common/feature-controlloop-management/src/main/feature/config/A1-P-RSP-topic.properties
controlloop/common/feature-controlloop-management/src/main/feature/config/A1-P-topic.properties
controlloop/common/feature-controlloop-management/src/main/feature/config/APPC-CL-topic.properties
controlloop/common/feature-controlloop-management/src/main/feature/config/APPC-LCM-READ-topic.properties
controlloop/common/feature-controlloop-management/src/main/feature/config/APPC-LCM-WRITE-topic.properties
controlloop/common/feature-controlloop-management/src/main/feature/config/DCAE_TOPIC-topic.properties
controlloop/common/feature-controlloop-management/src/main/feature/config/POLICY-CL-MGT-topic.properties
controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-RSP-topic.properties
controlloop/common/feature-controlloop-management/src/main/feature/config/SDNR-CL-topic.properties
controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties
controlloop/common/feature-controlloop-usecases/src/main/feature/config/logback-include-usecases.xml
controlloop/common/rules-test/src/test/resources/rulesTest.drl