summaryrefslogtreecommitdiffstats
path: root/champ-service/src
AgeCommit message (Collapse)AuthorFilesLines
2018-05-02Update Dockerfile and remove redundant AJSC filesMichael Arrastia22-470/+1
Change-Id: Ibf166602929901d18d0ee24c8d5505e4489000fa Issue-ID: AAI-1114 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-05-01Replace AJSC with Spring Boot 1.5.12.RELEASEMichael Arrastia13-102/+416
Updates include: Remove AJSC references Use PropertiesLoader (loader.path) to allow loading external janus or titan deps Fix dependency conflicts between janus/titan deps and Spring Boot deps Use Jetty container Use Jersey registration of Champ REST interface Change-Id: Ic33b886b0b039cce0366c0f0910cc5a3fe5bfd9b Issue-ID: AAI-1041 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-03-28Update to consume and publish events in new formatMichael Arrastia7-247/+668
The new format includes: - the graph request/response encapsulated in a body property - new event header with details such as timestamp, request-id, event-type Issue-ID: AAI-960 Change-Id: Ib84ddd54352ca95c3968d2d2936f6348951c2d2c Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-03-28Merge "Catch IllegalArgumentException for error message"Steven Blimkie1-0/+8
2018-03-28Catch IllegalArgumentException for error messageDaniel Silverthorn1-0/+8
Also had to upversion event client library Change-Id: I4dbbf8f35630d93cca9e5d8971e7fde8a65b0811 Issue-ID: AAI-945 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2018-03-19Update license date and textSanchez, Gabriel (gs882h)20-81/+60
Update license date and disable license plugi:n Issue-ID: AAI-862 Change-Id: Ic46fee4917bde48298acfc1d76eef9083986113e Signed-off-by: gabriel.sanchez <gabriel.sanchez@amdocs.com>
2018-03-09Add Spotify and License pluginsMichaelArrastia14-84/+188
The champ-service module pom requires additional plugins: 1. Spotify: to allow ONAP Jenkins docker job to complete 2. License: to generate license headers in Java files Issue-ID: AAI-850 Change-Id: Ie5b82d36773c32cb1bba428c0effb8b04fbb7859 Signed-off-by: MichaelArrastia <MArrasti@amdocs.com>
2018-03-07Port champ-microservice project restructuremichaere50-0/+3654
Includes project restructure and introduction of a parent pom. The original source folder and core functionality is now held within champ-lib, with champ-service forming the ajsc microservice from which it injects champ-lib core functionality. Issue-ID: AAI-813 Change-Id: I2ce0c4a70e485665276e7955572de23969deb706 Signed-off-by: michaere <michaere@amdocs.com>