aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2018-02-19Add the @Override annotationPrasadNaidu1-0/+1
Add the @Override annotation above this method signature AbstractLoggingChampGraph.java:L77 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: I6a3c705ed9152c8ab10749bfda1cceb8b20c3d19 Issue-ID: AAI-751 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-15Merge "Reorder the modifiers"James Forsyth1-1/+1
2018-02-14Reorder the modifiersPrasadNaidu1-1/+1
Reorder the modifiers to comply with the Java Language Specification AbstractLoggingChampGraph.java:L98 Sonar Link : https://sonar.onap.org/project/issues?assignees=PrasadNaidu&id=org.onap.aai%3Achamp&resolved=false Location : src/main/java/org/onap/aai/champ/event/AbstractLoggingChampGraph.java Change-Id: Ie2c5195b47231a031851b7e0a819f69725d627fe Issue-ID: AAI-774 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-13Merge "Add the @Override annotation"James Forsyth1-0/+1
2018-02-13Add a private constructorPrasadNaidu1-1/+4
Add a private constructor to hide the implicit public one ChampGraph.java:L62 Sonar Link : https://sonar.onap.org/component_issues/index?id=org.onap.aai%3Achamp# Location : src/main/java/org/onap/aai/champ/ChampGraph.java Change-Id: I402638841541fafc8c7b1b81d27bf2ea53686502 Issue-ID: AAI-744 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-09Add the @Override annotationPrasadNaidu1-0/+1
Add the @Override annotation above this method signature AbstractLoggingChampGraph.java:L74 Sonar Link : https://sonar.onap.org/component_issues/index?id=org.onap.aai%3Achamp#resolved=false|assignees=PrasadNaidu Location : src/main/java/org/onap/aai/champ/ChampGraph.javaChange-Id: Ifef3f30780de982c898bd2095a14379ef6844a48 Change-Id: I961be806db8afc69e15805563c44a5b95e2b46b5 Issue-ID: AAI-749 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2018-02-08Commented-out lines of code should be removedPrasadNaidu1-1/+0
This block of commented-out lines of code should be removed ChampGraph.java:L73 Sonar Link : https://sonar.onap.org/component_issues/index?id=org.onap.aai%3Achamp#assignees=PrasadNaidu Location : src/main/java/org/onap/aai/champ/ChampGraph.javaChange-Id: Icbd8a40bdf8bc5169bf4de02ea2c13a6c56ea42a Change-Id: I66e72b1299c19af67e8836e8c2a78f3c4fcd4e2f Issue-ID: AAI-746 Signed-off-by: PrasadNaidu <RV00493633@techmahindra.com>
2017-10-05Renaming openecomp to onapArul.Nambi128-579/+591
Issue-ID: AAI-208 Change-Id: I2635c4ed4f9e5d17b93a8ec2c3a0d82b79f75320 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2017-09-22Merge "Added @Override annotation above signature"James Forsyth1-4/+7
2017-09-21Added @Override annotation above signatureshashikanth1-4/+7
Fix Major sonar issues in aai/aai-champ module https://sonar.onap.org/component_issues?id=org.openecomp.aai%3Achamp#resolved=false|severities=MAJOR Add the "@Override" annotation above this method signature Issue-Id:AAI-246 Change-Id: I5e9ef77e2e6e5da91e51f75858f7aeb178d2aa02 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-21Fix string literal comparision on left sideshashikanth1-33/+30
Fix Major sonar issues in aai/aai-champ module https://sonar.onap.org/component_issues?id=org.openecomp.aai%3Achamp#resolved=false|severities=MAJOR Fixed issue Move string literal on the left side of this string comparison Issue-Id:AAI-246 Change-Id: I2c714ffca0933f5083e1f37d6ac70d79f018ecdc Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-09-15Fix the jacoco file reference in pom fileVenkata Harish K Kajur1-1/+1
Issue-ID: AAI-306 Change-Id: Iae59ccb7f7625c1b477963daa145a22f31b2660d Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>