aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/test/java/org/onap/policy/pap/main/comm/msgdata
AgeCommit message (Expand)AuthorFilesLines
2023-09-29Fix sonar code smellsadheli.tavares2-33/+33
2023-09-22Java 17 / Spring 6 / Spring Boot 3 Upgradeadheli.tavares3-77/+74
2023-01-31Upgrade and clean up dependenciesliamfallon1-1/+5
2021-07-06Fix NPE in UpdateReq.reconfigure()Jim Hahn1-0/+11
2021-06-25Send pdp-update if PDP response doesn't match DBJim Hahn1-8/+8
2021-06-23Remove expired PDPsJim Hahn1-2/+2
2021-06-02Fix build failure and remove unused importswaynedunican1-2/+1
2021-05-27Update PAP to check for deployed policies onlywaynedunican1-29/+38
2021-05-06Fix sonars in policy-papJim Hahn1-4/+1
2021-02-22Support Policy updates between PAP and PDPswaynedunican1-5/+101
2021-02-10More sonars in papJim Hahn1-4/+4
2021-01-15Make PAP statelessJim Hahn1-6/+6
2020-06-18pap - sonar issue fixTaka Cho1-3/+4
2020-04-29PAP should discard responses for old requestsJim Hahn1-1/+17
2020-02-10Cleanup the sonar issues in PAPa.sreekumar1-3/+6
2020-01-14policy/pap jdk11 upgradesHOCKLA1-10/+10
2019-11-20Undeploy policies when deploy failsJim Hahn2-0/+35
2019-11-05Simplify request handling in PAPJim Hahn3-188/+76
2019-10-29Generate notifications when policies changejh73582-1/+25
2019-04-30Cancel PDP timers in PAPJim Hahn1-0/+11
2019-04-19Handle null policy listsJim Hahn1-0/+41
2019-04-09Refactor request mapJim Hahn6-403/+877
2019-04-05Flesh out policy deployment REST APIJim Hahn1-23/+14
2019-04-05Fixes per latest models updatesJim Hahn1-9/+6
2019-04-03Fix classes in pap to align with change in modelsramverma1-4/+22
2019-04-02Remove pdpType from testsJim Hahn1-1/+0
2019-04-01Add mapper classJim Hahn1-5/+20
2019-03-26Add components for PDP communicationJim Hahn3-0/+383