summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-16Upversion to 1.2.1-SNAPSHOTJimmy Forsyth1-1/+1
Issue-ID: AAI-1138 Change-Id: Ia5f8ce5b51f994b4418c673b5ee3bffe049c8446 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-15Remove duplicate dependencyJimmy Forsyth1-7/+2
Issue-ID: AAI-1141 Change-Id: I8d470492d4e55f82b70f82ee8d54ea4bde662c83 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-15Update version to 1.2.1-SNAPSHOTRavi Geda9-16/+16
Change-Id: I46cad4df0a03b5114c08efad2b04c2a19573a4b5 Issue-ID: AAI-1138 Signed-off-by: Ravi Geda <GRaviK@amdocs.com>
2018-05-04Address security vulnerabilities (fix 2)Michael Arrastia4-24/+40
Fixes previously missed dependencies: - jackson-databind: version 2.8.11.1 - httpclient: version 4.5.3 - jackson-mapper: version 1.9.2 Change-Id: Iae2013bf164a90e910ec1d2cd4ad1185a01bacad Issue-ID: AAI-1117 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-05-03Address security vulnerabilitiesMichael Arrastia8-150/+205
This includes version upgrades for: - logback-classic, logback-core - commons-collections - hadoop-common - hbase-client: settled on version 1.0.2 as container would not start with later versions - httpclient - netty, netty-all - zookeeper - jackson-core Also should resolve presence of flux-examples. Change-Id: Ifb55f5d6676a9971d1d9a46c695dc78eb1b99843 Issue-ID: AAI-1117 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-05-02Prevent deployment of champ-service.jarMichael Arrastia1-0/+8
The deployment of champ-service.jar is causing the merge job to fail. The champ service jar is required for docker only. Change-Id: Ia944aae5cf19857e2890be4251534f59bbedd027 Issue-ID: AAI-1119 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-05-02Update Dockerfile and remove redundant AJSC filesMichael Arrastia23-648/+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 Arrastia17-262/+605
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-04-19Upgrade to janus 0.2.0Daniel Silverthorn2-5/+5
Change-Id: I47de44fed3113817096127eb4e849ede259eaad8 Issue-ID: AAI-1082 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2018-04-10Correct INFO.yaml to pass YAML LintEric Debeau1-24/+24
Change-Id: Iae5012a4c1248002fb02af4caefee7f0834223fb Issue-ID: AAI-1022 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2018-04-10Fix jdk tools system dependency in champ-libMichael Arrastia1-1/+1
Update jdk tools systempath definition to use java.home property. Issue-ID: AAI-1017 Change-Id: Iec7ad7bb42908b9844df875f74c4d9a65244afe9 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-03-28Update to consume and publish events in new formatMichael Arrastia13-299/+689
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 Blimkie3-2/+10
2018-03-28Catch IllegalArgumentException for error messageDaniel Silverthorn3-2/+10
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-23Update module poms to skip maven deployMichael Arrastia7-25/+45
The rationale for this change is that the only deployable artifact is the champ microservice as a docker component. The intention is to allow the failing Jenkins merge job to complete. Issue-ID: AAI-927 Change-Id: Ib73470697cd79d12b8d1d47df9afa930f4768d8f Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-03-23Merge "Fix docker image name"Steven Blimkie1-1/+2
2018-03-23Fix docker image nameRavi Geda1-1/+2
Correct the docker image name Change-Id: Idb0ac585468e65f54db97517ed010a78b01d87b4 Issue-ID: AAI-933 Signed-off-by: Ravi Geda <gravik@amdocs.com>
2018-03-23Add maven deploy and nexus staging pluginsMichaelArrastia2-22/+47
Fix merge job which is failing with authorisation error. Issue-ID: AAI-927 Change-Id: Ibbf969de8d4d9d8238f8385a0c3d074887ef56dc Signed-off-by: MichaelArrastia <MArrasti@amdocs.com>
2018-03-22Support maven deploy and docker build targetsMichaelArrastia5-4/+61
This commit principally includes the following pom updates: 1. Add distributionManagement to fix jobs that run maven deploy. 2. Update way in which champ-service gets the graph-deps. This change specifically supports the docker build. Issue-ID: AAI-927 Change-Id: I5920de3c010b810a802f95ac82da89ea3989e7d9 Signed-off-by: MichaelArrastia <MArrasti@amdocs.com>
2018-03-19Update license date and textSanchez, Gabriel (gs882h)183-552/+544
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-13Tidy pom's following event-client version updatemichaere3-99/+0
Removed ability to override the version of the event-client Issue-ID: AAI-873 Change-Id: I49c76cca0ac6da49964df277467f57a463b65069 Signed-off-by: michaere <michaere@amdocs.com>
2018-03-12Fix name of entry in SonarGildas Lanilis1-1/+1
The name of the entry in Sonar was displayed as champ instaed of aai-champ Change-Id: I5a3edc59592fa13c4273274f52716e09157ee812 Issue-ID: CIMAN-65 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-03-09Fix items missed in microservice restructureMichaelArrastia2-1/+8
1. Updates the champ-service pom to explicitly add a dependency on the apache httpclient. 2. Corrects the name of the top level champ pom Issue-ID: AAI-813 Change-Id: I155ebc723861eea8e81e96ba84f182e80c7e42ed Signed-off-by: MichaelArrastia <MArrasti@amdocs.com>
2018-03-09Add Spotify and License pluginsMichaelArrastia16-86/+234
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-08Remove DistributionManagement section from pommichaere1-20/+0
Updates to champ-lib pom also include the removal of scm tags, which were pointing to specific repositories. This will be handled by the settings.xml and build job Issue-ID: AAI-848 Change-Id: I3bca4cc05748388fb806b81474d26776bc1b677b Signed-off-by: michaere <michaere@amdocs.com>
2018-03-07Port champ-microservice project restructuremichaere238-4990/+14697
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>
2018-03-01Either log or rethrow this exceptionPrasadNaidu1-1/+1
Either log or rethrow this exception AbstractLoggingChampGraph.java:L444 Sonar Link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai%3Achamp&open=AV7ygfKDlaLbmlVXUW53&resolved=false Location : src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java Change-Id: Ia7db723244de872b0aa7ec6c726e53012949edec Issue-ID: AAI-825 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-27Either log or rethrow this exceptionPrasadNaidu1-1/+1
Either log or rethrow this exception AbstractLoggingChampGraph.java:L441 Sonar Link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai%3Achamp&open=AV7ygfKDlaLbmlVXUW53&resolved=false Location : src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java Change-Id: Ia1b329cd8541fb0fb3dcd29729a57ebf39004fb8 Issue-ID: AAI-811 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-27Merge "Either log or rethrow this exception"James Forsyth1-1/+1
2018-02-27Either log or rethrow this exceptionPrasadNaidu1-1/+1
Either log or rethrow this exception AbstractLoggingChampGraph.java:L272 Sonar Link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai%3Achamp&open=AV7ygfKDlaLbmlVXUW53&resolved=false Location : src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java Change-Id: Idda83f60ad5f568a513582c885fb6295a9682f8a Issue-ID: AAI-810 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-26Add INFO.yaml fileJessica Wagantall1-0/+51
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: Ibda05bcba2706a8f70559b7913ea76b52d01df1e Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-22Reorder the modifiersPrasadNaidu1-1/+1
Reorder the modifiers to comply with the Java Language Specification AbstractLoggingChampGraph.java:L116 Sonar Link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai%3Achamp&open=AV7ygfKAlaLbmlVXUW5d Location : src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java Change-Id: I27f7fcb6b67863ee38e4627f67051b2ad0584c9f Issue-ID: AAI-784 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-22Reorder the modifiersPrasadNaidu1-1/+1
Reorder the modifiers to comply with the Java Language Specification AbstractLoggingChampGraph.java:L114 Sonar Link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai%3Achamp&open=AV7ygfKAlaLbmlVXUW5d Location : src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java Change-Id: Ie69b744af3e3947a3f856695bf09b213e32a2adb Issue-ID: AAI-783 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-22Reorder the modifiersPrasadNaidu1-1/+1
Reorder the modifiers to comply with the Java Language Specification AbstractLoggingChampGraph.java:L109 Sonar Link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai%3Achamp&open=AV7ygfKAlaLbmlVXUW5d Location : src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java Change-Id: I29b98526132420f02de4eae25a4541b04497285f Issue-ID: AAI-776 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-20Reorder the modifiersPrasadNaidu1-1/+1
Reorder the modifiers to comply with the Java Language Specification AbstractLoggingChampGraph.java:L115 Sonar link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai%3Achamp&open=AV7ygfKAlaLbmlVXUW5d Location : src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java Change-Id: I1bd5d950d7fd4a682b0e55fd20ba89d002a8a28b Issue-ID: AAI-786 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-20Merge "Reorder the modifiers"James Forsyth1-1/+1
2018-02-20Merge "Reorder the modifiers"James Forsyth1-1/+1
2018-02-20Merge "Reorder the modifiers"James Forsyth1-1/+1
2018-02-20Merge "Add the @Override annotation"James Forsyth1-0/+1
2018-02-20Merge "Add the @Override annotation"James Forsyth1-0/+1
2018-02-20Merge "Add the @Override annotation"James Forsyth1-0/+1
2018-02-20Merge "Add the @Override annotation"James Forsyth1-0/+1
2018-02-20Merge "Add the @Override annotation"James Forsyth1-0/+1
2018-02-20Reorder the modifiersPrasadNaidu1-1/+1
Reorder the modifiers to comply with the Java Language Specification AbstractLoggingChampGraph.java:L112 Sonar link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai%3Achamp&open=AV7ygfKAlaLbmlVXUW5d Location : src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java Change-Id: Ifd9e5b595f8cf2d4a259cc6e96e4f0ee1b8ef208 Issue-ID: AAI-785 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-20Reorder the modifiersPrasadNaidu1-1/+1
Reorder the modifiers to comply with the Java Language Specification AbstractLoggingChampGraph.java:L108 Sonar link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai%3Achamp&open=AV7ygfKAlaLbmlVXUW5d Location : src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java Change-Id: Id9b452fd59208629d35310df8a09faf8c7d987e3 Issue-ID: AAI-782 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-20Reorder the modifiersPrasadNaidu1-1/+1
Reorder the modifiers to comply with the Java Language Specification AbstractLoggingChampGraph.java:L103 Sonar Link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai%3Achamp&open=AV7ygfKAlaLbmlVXUW5d Location : src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java Change-Id: I25f87ac57ca0cd9f5989820dfda368a165c661cb Issue-ID: AAI-775 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-19Add the @Override annotationPrasadNaidu1-0/+1
Add the @Override annotation above this method signature AbstractLoggingChampGraph.java:L85 Sonar Link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai%3Achamp&open=AV7ygfKAlaLbmlVXUW5d Location : src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java Change-Id: Ifd6f0fbffb797db4d9823fd5c3769e7a098f32cf Issue-ID: AAI-754 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-19Add the @Override annotationPrasadNaidu1-0/+1
Add the @Override annotation above this method signature AbstractLoggingChampGraph.java:L82 Sonar link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai%3Achamp&open=AV7ygfKAlaLbmlVXUW5d Location : src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.javaChange-Id: I75f7308ac13cb238176066a1311530259a1d2f94 Change-Id: Ib474d08bb509a82f247f03cd6b1f7837ac26eb45 Issue-ID: AAI-753 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-19Add the @Override annotationPrasadNaidu1-0/+1
Add the @Override annotation above this method signature AbstractLoggingChampGraph.java:L81 Sonar Link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai%3Achamp&open=AV7ygfKAlaLbmlVXUW5d Location : src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java Change-Id: I4e6808285c6353cc4a2af0687f5bafea3c3ff79a Issue-ID: AAI-752 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-19Add the @Override annotationPrasadNaidu1-0/+1
Add the @Override annotation above this method signature AbstractLoggingChampGraph.java:L76 Sonar Link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai%3Achamp&open=AV7ygfKAlaLbmlVXUW5d Location : src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java Change-Id: I94f4d83af7a8458436b907fdf5ab983c4da3e0ba Issue-ID: AAI-750 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>