From 8e617d64a7725f5fb0f0f31a5c551ff3e1e484de Mon Sep 17 00:00:00 2001 From: JvD_Ericsson Date: Mon, 8 Jan 2024 13:28:53 +0000 Subject: Clean up cps temporal related notification code - remove 'test' level folder - remove schemas but leave structure - remove 'data-updated' from test application.yaml - remove NOTIFICATION_DATASPACE_FILTER_PATTERNS from docker-compose Issue-ID: CPS-2005 Signed-off-by: JvD_Ericsson Change-Id: I3962d795c760de6ba5ff353e85894895437ad5e7 --- cps-service/src/test/resources/application.yml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cps-service/src') diff --git a/cps-service/src/test/resources/application.yml b/cps-service/src/test/resources/application.yml index dc100667b..b666885f2 100644 --- a/cps-service/src/test/resources/application.yml +++ b/cps-service/src/test/resources/application.yml @@ -18,11 +18,6 @@ # ============LICENSE_END========================================================= notification: - enabled: true - data-updated: - filters: - enabled-dataspaces: ".*-published,.*-important" - topic: cps-event async: executor: core-pool-size: 2 @@ -42,8 +37,6 @@ spring: group-id: cps-test auto-offset-reset: earliest value-deserializer: org.springframework.kafka.support.serializer.JsonDeserializer - properties: - spring.json.value.default.type: org.onap.cps.event.model.CpsDataUpdatedEvent logging: level: -- cgit 1.2.3-korg