aai/rest-client.git
6 years agoUpdate dependency from snapshot to release 27/21927/3 1.0.0-Amsterdam 1.0.0-ONAP v1.1.0
Venkata Harish K Kajur [Thu, 2 Nov 2017 17:32:44 +0000 (13:32 -0400)]
Update dependency from snapshot to release

Change the common logging from snapshot to release

Issue-ID: AAI-448
Change-Id: I71bbc437403bfb0ce000a0c998e2fb5ecad1ae80
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
6 years agoFixed null pointer Blocker/Critical sonar issues 53/15953/3
shashikanth [Wed, 27 Sep 2017 12:28:34 +0000 (17:58 +0530)]
Fixed null pointer Blocker/Critical sonar issues

Fix Blocker/Critical sonar issues in rest-client module
https://sonar.onap.org/component_issues?id=org.openecomp.aai%3Arest-client#resolved=false|severities=BLOCKER

NullPointerException might be thrown as 'result' is nullable

Issue-Id: AAI-394
Change-Id: If52eb1868d68a8b285507845877fa3cc44382aec
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
6 years agoRenaming openecomp to onap 89/14289/1
Arul.Nambi [Thu, 21 Sep 2017 14:54:33 +0000 (10:54 -0400)]
Renaming openecomp to onap

Issue-ID: AAI-208
Change-Id: I043f4824e8998028a9cd92b7eb113a49d59bcea5
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
6 years agoExpose ssl protocol config 89/11989/3
dave.adams (da490c) [Tue, 12 Sep 2017 16:14:02 +0000 (12:14 -0400)]
Expose ssl protocol config

Issue-ID: AAI-127
Change-Id: I657144887df8ec36b73d0506902ca4d324dd794a
Signed-off-by: dave.adams (da490c) <dave.adams@amdocs.com>
6 years agoMerge "Renaming openecomp to onap"
Steven Blimkie [Thu, 14 Sep 2017 18:50:25 +0000 (18:50 +0000)]
Merge "Renaming openecomp to onap"

6 years agoRenaming openecomp to onap 95/12495/1
Arul.Nambi [Thu, 14 Sep 2017 17:44:07 +0000 (13:44 -0400)]
Renaming openecomp to onap

Issue-ID: AAI-208
Change-Id: I852fda30e0b44e73da8ae3e4748b49c663e544d0
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
6 years agoCleanup project's name in Sonar 25/11425/1
Jessica Wagantall [Fri, 8 Sep 2017 22:04:52 +0000 (15:04 -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: I55ebeb210f15737cc3aa6a4dbfa9194527055afc
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoAdd name to the top level pom for rest-client 49/10949/2
Venkata Harish K Kajur [Thu, 7 Sep 2017 22:39:48 +0000 (18:39 -0400)]
Add name to the top level pom for rest-client

Issue-ID: AAI-271

Change-Id: I1a66b2042a2a775c55fc8cde021e56bd45a5ef3a
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
6 years agoFix import of Jacoco report into Sonar 31/8431/1
gfraboni [Wed, 23 Aug 2017 14:23:24 +0000 (10:23 -0400)]
Fix import of Jacoco report into Sonar

Jacoc exec file referenced in pom.xml conflicted with filename
referenced in parent pom.

Issue-ID: AAI-216

Change-Id: I11b511c27a1fbf2b920e9c277476b2ec6b0afbf5
Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
6 years agoUpdate POM to inherit from oparent 67/8067/1
Dileep Ranganathan [Sat, 19 Aug 2017 02:25:05 +0000 (19:25 -0700)]
Update POM to inherit from oparent

Change-Id: I7259f52a6264cf28bf6e9bcfa5d35622a46a8c73
Issue-Id: AAI-77
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
6 years agoChanging the license and trademark 31/6431/1
ARUL NAMBI [Mon, 31 Jul 2017 17:40:09 +0000 (13:40 -0400)]
Changing the license and trademark

Issue-ID: AAI-88
Change-Id: I3a5641a294c4072734aca565369cf759a9030cf9
Signed-off-by: ARUL NAMBI <arul.nambi@amdocs.com>
6 years agoMerge "Extract a constant in place of a hardcoded value"
James Forsyth [Fri, 14 Jul 2017 14:13:05 +0000 (14:13 +0000)]
Merge "Extract a constant in place of a hardcoded value"

6 years agoMerge "Add IntelliJ IDEA related files to gitignore"
James Forsyth [Fri, 14 Jul 2017 14:01:31 +0000 (14:01 +0000)]
Merge "Add IntelliJ IDEA related files to gitignore"

6 years agoExtract a constant in place of a hardcoded value 89/5689/2
Ryan Goulding [Thu, 6 Jul 2017 10:47:28 +0000 (06:47 -0400)]
Extract a constant in place of a hardcoded value

This is a bit cleaner IMO but open to suggestions.

Change-Id: I074f18eb93aee5582629d04c21295a07bc45c089
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoFix incorrect result for a server response of 204 39/5739/1
mark.j.leonard [Tue, 11 Jul 2017 11:02:13 +0000 (12:02 +0100)]
Fix incorrect result for a server response of 204

The Rest Client will not always call the method getEntity() on a
com.sun.jersey.api.client.ClientResponse object, which is documented
to throw a UniformInterfaceException if the HTTP server response status
is 204 (No Content).
This fix prevents the Rest Client handling the thrown exception by
returning a 500 response to the caller, which would wrongly indicate
an Internal Server Error.

Change-Id: I7b78d2b43213e330593bbea559025f790db6264f
Issue-ID: AAI-48
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
6 years agoAdd IntelliJ IDEA related files to gitignore 87/5687/1
Ryan Goulding [Thu, 6 Jul 2017 10:44:38 +0000 (06:44 -0400)]
Add IntelliJ IDEA related files to gitignore

Ignore changes in IntelliJ related files because they are not
related to the code.

Change-Id: Ibf90527b7eba6b2af2a314ad25745a426146e847
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
6 years agoModify authentication mode default 67/4967/1
dave.adams (da490c) [Sat, 10 Jun 2017 02:34:16 +0000 (22:34 -0400)]
Modify authentication mode default

Change-Id: I751af549f37200b6e12cf2b6f1319f3d4d5f628a
Signed-off-by: dave.adams (da490c) <dave.adams@amdocs.com>
6 years agoUpdate rest-client with additional operations 73/4473/2
dave.adams (da490c) [Wed, 24 May 2017 21:08:10 +0000 (17:08 -0400)]
Update rest-client with additional operations

Change-Id: Ia19c5156d40c816dc1ee77cece92c43f40791c59
Signed-off-by: dave.adams (da490c) <dave.adams@amdocs.com>
6 years agoUpdating version to 1.1.0-SNAPSHOT 77/4177/2
Shwetank Dave [Fri, 12 May 2017 13:59:47 +0000 (09:59 -0400)]
Updating version to 1.1.0-SNAPSHOT

Change-Id: Ie082c12e77bf71ec05ccdac6cb34c2409d327935
Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
6 years agoInitial OpenEcomp A&AI Rest Client commit. 77/3977/1
Shwetank Dave [Mon, 8 May 2017 19:36:26 +0000 (15:36 -0400)]
Initial OpenEcomp A&AI Rest Client commit.

Change-Id: Ic6949778061bdf141431c4b14ea2417da6aa1e57
Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
6 years agoInitial empty repository
Andrew Grimberg [Wed, 3 May 2017 10:53:35 +0000 (10:53 +0000)]
Initial empty repository