aboutsummaryrefslogtreecommitdiffstats
path: root/cps-service/src/main/java/org/onap/cps/notification/NotificationService.java
AgeCommit message (Expand)AuthorFilesLines
2023-12-18Remove Notification code for updated eventsmpriyank1-124/+0
2023-09-22Reinstate Spring Boot 3.0 after revertegernug1-1/+1
2023-09-20Revert "Migrate CPS to Spring-boot 3.0"Toine Siebelink1-1/+1
2023-09-14Migrate CPS to Spring-boot 3.0egernug1-1/+1
2023-03-14Reduce dataspace/anchor lookups in CpsDataServicedanielhanrahan1-7/+5
2022-08-19Performance Improvement: Temporal eventmpriyank1-8/+13
2022-03-07Dependency Injection using Lombokmpriyank1-21/+10
2022-03-03Bug fix for delete data node not working for root nodeputhuparambil.aditya1-3/+9
2022-02-07Add support for delete data-node eventRenu Kumari1-8/+7
2022-01-11Send operation information in existing notification eventsRenu Kumari1-5/+15
2021-08-25Add optional observed timestamp in the cps data apiaditya puthuparambil1-2/+5
2021-08-25Add timeout to async test-casesRenu Kumari1-0/+1
2021-08-24Process data-updated event asynchronouslyRenu Kumari1-4/+10
2021-08-17Filter data updated events based on configured patternRenu Kumari1-12/+32
2021-07-09Fix sonar code smellsBruno Sakoto1-13/+11
2021-07-07Sending Data Updated Event to kafkaRenu Kumari1-0/+89