Remove Notification code for updated events 50/136850/6
authormpriyank <priyank.maheshwari@est.tech>
Thu, 14 Dec 2023 13:27:01 +0000 (13:27 +0000)
committermpriyank <priyank.maheshwari@est.tech>
Mon, 18 Dec 2023 14:24:33 +0000 (14:24 +0000)
commitdb6b8f845ac72da59c12831ae8c7efa180f9ace2
tree49c71d52600793898b6f02285088916e2422256e
parent183a22c664b4cd11072901ea3854c56e9256facc
Remove Notification code for updated events

- removed existing code for sending notifications to topic
  cps.dataupdated events formerly used by cps-temporal
- corresponding testware removed or updated
- unnecessary to fetch anchor details for delete and replace operation
  removed which might gain minor performance boost
- yaml configurations , documentation removal and update
- Added missing test for AsyncConfig to comply with coverage check

Issue-ID: CPS-2005
Change-Id: I1848f7f229cb713fe8c0302ea50328e7451652ee
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
24 files changed:
cps-application/src/main/resources/application.yml
cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/executor/CpsNcmpTaskExecutorSpec.groovy
cps-service/src/main/java/org/onap/cps/api/impl/CpsDataServiceImpl.java
cps-service/src/main/java/org/onap/cps/notification/CpsDataUpdatedEventFactory.java [deleted file]
cps-service/src/main/java/org/onap/cps/notification/KafkaProducerListener.java [deleted file]
cps-service/src/main/java/org/onap/cps/notification/NotificationErrorHandler.java [deleted file]
cps-service/src/main/java/org/onap/cps/notification/NotificationProperties.java [deleted file]
cps-service/src/main/java/org/onap/cps/notification/NotificationPublisher.java [deleted file]
cps-service/src/main/java/org/onap/cps/notification/NotificationService.java [deleted file]
cps-service/src/main/java/org/onap/cps/notification/Operation.java [deleted file]
cps-service/src/test/groovy/org/onap/cps/api/impl/CpsDataServiceImplSpec.groovy
cps-service/src/test/groovy/org/onap/cps/api/impl/E2ENetworkSliceSpec.groovy
cps-service/src/test/groovy/org/onap/cps/config/AsyncConfigSpec.groovy [new file with mode: 0644]
cps-service/src/test/groovy/org/onap/cps/notification/CpsDataUpdatedEventFactorySpec.groovy [deleted file]
cps-service/src/test/groovy/org/onap/cps/notification/KafkaPublisherSpecBase.groovy [deleted file]
cps-service/src/test/groovy/org/onap/cps/notification/KafkaTestContainerConfig.groovy [deleted file]
cps-service/src/test/groovy/org/onap/cps/notification/NotificationErrorHandlerSpec.groovy [deleted file]
cps-service/src/test/groovy/org/onap/cps/notification/NotificationPublisherSpec.groovy [deleted file]
cps-service/src/test/groovy/org/onap/cps/notification/NotificationServiceSpec.groovy [deleted file]
docker-compose/README.md
docker-compose/docker-compose.yml
docs/deployment.rst
docs/release-notes.rst
integration-test/src/test/groovy/org/onap/cps/integration/base/TestConfig.groovy