aai/champ.git
6 years agoFix items missed in microservice restructure 73/34973/1
MichaelArrastia [Fri, 9 Mar 2018 17:09:00 +0000 (17:09 +0000)]
Fix items missed in microservice restructure

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>
6 years agoAdd Spotify and License plugins 43/34943/1
MichaelArrastia [Fri, 9 Mar 2018 11:01:38 +0000 (11:01 +0000)]
Add Spotify and License plugins

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>
6 years agoRemove DistributionManagement section from pom 15/34815/1
michaere [Thu, 8 Mar 2018 17:43:45 +0000 (17:43 +0000)]
Remove DistributionManagement section from pom

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>
6 years agoPort champ-microservice project restructure 97/34097/5
michaere [Mon, 5 Mar 2018 16:33:32 +0000 (16:33 +0000)]
Port champ-microservice project restructure

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>
6 years agoEither log or rethrow this exception 41/33541/1
PrasadNaidu [Thu, 1 Mar 2018 06:52:52 +0000 (12:22 +0530)]
Either log or rethrow this exception

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>
6 years agoEither log or rethrow this exception 09/33109/2
PrasadNaidu [Tue, 27 Feb 2018 07:38:43 +0000 (13:08 +0530)]
Either log or rethrow this exception

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>
6 years agoMerge "Either log or rethrow this exception"
James Forsyth [Tue, 27 Feb 2018 15:08:38 +0000 (15:08 +0000)]
Merge "Either log or rethrow this exception"

6 years agoEither log or rethrow this exception 89/33089/1
PrasadNaidu [Tue, 27 Feb 2018 06:50:02 +0000 (12:20 +0530)]
Either log or rethrow this exception

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>
6 years agoAdd INFO.yaml file 81/32981/1
Jessica Wagantall [Tue, 27 Feb 2018 01:01:43 +0000 (17:01 -0800)]
Add INFO.yaml file

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>
6 years agoReorder the modifiers 13/32213/4
PrasadNaidu [Thu, 22 Feb 2018 09:57:47 +0000 (15:27 +0530)]
Reorder the modifiers

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>
6 years agoReorder the modifiers 11/32211/3
PrasadNaidu [Thu, 22 Feb 2018 09:49:31 +0000 (15:19 +0530)]
Reorder the modifiers

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>
6 years agoReorder the modifiers 89/31689/3
PrasadNaidu [Thu, 22 Feb 2018 09:36:05 +0000 (15:06 +0530)]
Reorder the modifiers

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>
6 years agoReorder the modifiers 21/32221/2
PrasadNaidu [Tue, 20 Feb 2018 09:52:17 +0000 (15:22 +0530)]
Reorder the modifiers

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>
6 years agoMerge "Reorder the modifiers"
James Forsyth [Tue, 20 Feb 2018 20:27:15 +0000 (20:27 +0000)]
Merge "Reorder the modifiers"

6 years agoMerge "Reorder the modifiers"
James Forsyth [Tue, 20 Feb 2018 20:23:25 +0000 (20:23 +0000)]
Merge "Reorder the modifiers"

6 years agoMerge "Reorder the modifiers"
James Forsyth [Tue, 20 Feb 2018 20:22:20 +0000 (20:22 +0000)]
Merge "Reorder the modifiers"

6 years agoMerge "Add the @Override annotation"
James Forsyth [Tue, 20 Feb 2018 20:21:59 +0000 (20:21 +0000)]
Merge "Add the @Override annotation"

6 years agoMerge "Add the @Override annotation"
James Forsyth [Tue, 20 Feb 2018 20:21:31 +0000 (20:21 +0000)]
Merge "Add the @Override annotation"

6 years agoMerge "Add the @Override annotation"
James Forsyth [Tue, 20 Feb 2018 20:21:02 +0000 (20:21 +0000)]
Merge "Add the @Override annotation"

6 years agoMerge "Add the @Override annotation"
James Forsyth [Tue, 20 Feb 2018 20:19:59 +0000 (20:19 +0000)]
Merge "Add the @Override annotation"

6 years agoMerge "Add the @Override annotation"
James Forsyth [Tue, 20 Feb 2018 20:19:42 +0000 (20:19 +0000)]
Merge "Add the @Override annotation"

6 years agoReorder the modifiers 19/32219/1
PrasadNaidu [Tue, 20 Feb 2018 09:42:52 +0000 (15:12 +0530)]
Reorder the modifiers

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>
6 years agoReorder the modifiers 07/32207/1
PrasadNaidu [Tue, 20 Feb 2018 07:08:27 +0000 (12:38 +0530)]
Reorder the modifiers

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>
6 years agoReorder the modifiers 81/31681/3
PrasadNaidu [Tue, 20 Feb 2018 06:39:43 +0000 (12:09 +0530)]
Reorder the modifiers

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>
6 years agoAdd the @Override annotation 61/31061/2
PrasadNaidu [Fri, 9 Feb 2018 10:48:13 +0000 (16:18 +0530)]
Add the @Override annotation

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>
6 years agoAdd the @Override annotation 57/31057/2
PrasadNaidu [Fri, 9 Feb 2018 10:34:58 +0000 (16:04 +0530)]
Add the @Override annotation

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>
6 years agoAdd the @Override annotation 53/31053/2
PrasadNaidu [Fri, 9 Feb 2018 10:09:16 +0000 (15:39 +0530)]
Add the @Override annotation

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>
6 years agoAdd the @Override annotation 41/31041/2
PrasadNaidu [Fri, 9 Feb 2018 09:37:23 +0000 (15:07 +0530)]
Add the @Override annotation

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>
6 years agoAdd the @Override annotation 47/31047/2
PrasadNaidu [Fri, 9 Feb 2018 09:50:35 +0000 (15:20 +0530)]
Add the @Override annotation

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>
6 years agoMerge "Reorder the modifiers"
James Forsyth [Thu, 15 Feb 2018 14:07:52 +0000 (14:07 +0000)]
Merge "Reorder the modifiers"

6 years agoReorder the modifiers 79/31679/1
PrasadNaidu [Wed, 14 Feb 2018 06:12:27 +0000 (11:42 +0530)]
Reorder the modifiers

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>
6 years agoMerge "Add the @Override annotation"
James Forsyth [Tue, 13 Feb 2018 16:26:10 +0000 (16:26 +0000)]
Merge "Add the @Override annotation"

6 years agoAdd a private constructor 19/30819/2
PrasadNaidu [Tue, 13 Feb 2018 05:19:17 +0000 (10:49 +0530)]
Add a private constructor

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>
6 years agoAdd the @Override annotation 97/30997/1
PrasadNaidu [Fri, 9 Feb 2018 07:23:36 +0000 (12:53 +0530)]
Add the @Override annotation

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>
6 years agoCommented-out lines of code should be removed 27/30827/1
PrasadNaidu [Thu, 8 Feb 2018 09:51:53 +0000 (15:21 +0530)]
Commented-out lines of code should be removed

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>
6 years agoRenaming openecomp to onap 65/17365/1
Arul.Nambi [Thu, 5 Oct 2017 17:56:29 +0000 (13:56 -0400)]
Renaming openecomp to onap

Issue-ID: AAI-208
Change-Id: I2635c4ed4f9e5d17b93a8ec2c3a0d82b79f75320
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
6 years agoMerge "Added @Override annotation above signature"
James Forsyth [Fri, 22 Sep 2017 17:14:17 +0000 (17:14 +0000)]
Merge "Added @Override annotation above signature"

6 years agoAdded @Override annotation above signature 21/14121/1
shashikanth [Thu, 21 Sep 2017 06:24:56 +0000 (11:54 +0530)]
Added @Override annotation above signature

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>
6 years agoFix string literal comparision on left side 11/14111/1
shashikanth [Thu, 21 Sep 2017 05:55:49 +0000 (11:25 +0530)]
Fix string literal comparision on left side

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>
6 years agoFix the jacoco file reference in pom file 53/12753/2
Venkata Harish K Kajur [Fri, 15 Sep 2017 17:18:20 +0000 (13:18 -0400)]
Fix the jacoco file reference in pom file

Issue-ID: AAI-306
Change-Id: Iae59ccb7f7625c1b477963daa145a22f31b2660d
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
6 years agoCleanup project's name in Sonar 77/11777/1
Jessica Wagantall [Fri, 8 Sep 2017 21:42:54 +0000 (14:42 -0700)]
Cleanup project's name in Sonar

The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.

Change-Id: I6b00b9cfff8677d89a12f027cefb7380d208e0be
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoAdd name to the top level pom for champ 41/10941/1
Venkata Harish K Kajur [Thu, 7 Sep 2017 22:30:35 +0000 (18:30 -0400)]
Add name to the top level pom for champ

Issue-ID: AAI-271

Change-Id: I6a6c81fa3cf12e4007cf6edbcb11fc9e5f57c52f
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
6 years agoMerge "Add missing .gitreview file"
James Forsyth [Mon, 21 Aug 2017 19:53:36 +0000 (19:53 +0000)]
Merge "Add missing .gitreview file"

6 years agoUpdate POM to inherit from oparent 59/8059/1
Dileep Ranganathan [Sat, 19 Aug 2017 00:43:19 +0000 (17:43 -0700)]
Update POM to inherit from oparent

Change-Id: Iaf15716b64ff2b22c59504caf824e9400a98e3f8
Issue-Id: AAI-77
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
6 years agoAdd missing .gitreview file 57/8057/1
Dileep Ranganathan [Sat, 19 Aug 2017 00:56:45 +0000 (17:56 -0700)]
Add missing .gitreview file

This patch adds the missing .gitreview file
Add IntelliJ IDEA related files to gitignore

Change-Id: I0f9b5e864904cfeb26cd113a463a6b7335187060
Issue-Id: AAI-196
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
6 years ago[AAI-167 Amsterdam] Check in version properties 45/7445/1
Venkata Harish K Kajur [Mon, 14 Aug 2017 15:50:30 +0000 (11:50 -0400)]
[AAI-167 Amsterdam] Check in version properties

file

Change-Id: I35b97c4e3222a2db8b7ccf005069462721d9b17e
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
6 years ago[AAI-80 Amsterdam] checking in source code 47/6347/1
Muller, Andrew (am8383) [Fri, 28 Jul 2017 20:15:06 +0000 (16:15 -0400)]
[AAI-80 Amsterdam] checking in source code

Change-Id: Ic041f9bca773ec6870b7e29d7dd02fa03dd2947b
Signed-off-by: Muller, Andrew (am8383) <am8383@us.att.com>
6 years agoInitial empty repository
Jessica Wagantall [Fri, 14 Jul 2017 17:19:21 +0000 (17:19 +0000)]
Initial empty repository