aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-12-11Update the pom to use 1.1.1-SNAPSHOTv1.1.11.0.1-ONAP1.0.1-AmsterdamamsterdamVenkata Harish K Kajur1-4/+2
Issue-ID: AAI-546 Change-Id: I6a17bef5e979ff8b0bb73ac2548b21636c1f3a46 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-12-08Bump patch versionJessica Wagantall2-2/+2
Bump patch version in preparation for Amsterdam branching. Change-Id: I6a0a187c976746dd00b5667d5d7a3f4bb4f88357 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-12-08Fixing jenkins buildArul1-1/+1
Removing the snapshot from the release name to fix the jenkins build failure. Issue-ID: AAI-546 Change-Id: I51854b17ab2949588decdba4f5a4b48533869230 Signed-off-by: Arul <arul.nambi@amdocs.com>
2017-11-02Update dependency from snapshot to releasev1.1.01.0.0-ONAP1.0.0-AmsterdamVenkata Harish K Kajur1-2/+2
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>
2017-09-28Fixed null pointer Blocker/Critical sonar issuesshashikanth1-8/+10
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>
2017-09-21Renaming openecomp to onapArul.Nambi3-9/+9
Issue-ID: AAI-208 Change-Id: I043f4824e8998028a9cd92b7eb113a49d59bcea5 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2017-09-21Expose ssl protocol configdave.adams (da490c)4-6/+63
Issue-ID: AAI-127 Change-Id: I657144887df8ec36b73d0506902ca4d324dd794a Signed-off-by: dave.adams (da490c) <dave.adams@amdocs.com>
2017-09-14Merge "Renaming openecomp to onap"Steven Blimkie13-20/+26
2017-09-14Renaming openecomp to onapArul.Nambi13-20/+26
Issue-ID: AAI-208 Change-Id: I852fda30e0b44e73da8ae3e4748b49c663e544d0 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
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>
2017-09-08Add name to the top level pom for rest-clientVenkata Harish K Kajur5-1/+89
Issue-ID: AAI-271 Change-Id: I1a66b2042a2a775c55fc8cde021e56bd45a5ef3a Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-23Fix import of Jacoco report into Sonargfraboni1-3/+4
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>
2017-08-18Update POM to inherit from oparentDileep Ranganathan1-32/+24
Change-Id: I7259f52a6264cf28bf6e9bcfa5d35622a46a8c73 Issue-Id: AAI-77 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2017-07-31Changing the license and trademarkARUL NAMBI8-49/+33
Issue-ID: AAI-88 Change-Id: I3a5641a294c4072734aca565369cf759a9030cf9 Signed-off-by: ARUL NAMBI <arul.nambi@amdocs.com>
2017-07-14Merge "Extract a constant in place of a hardcoded value"James Forsyth1-1/+2
2017-07-14Merge "Add IntelliJ IDEA related files to gitignore"James Forsyth1-0/+2
2017-07-11Extract a constant in place of a hardcoded valueRyan Goulding1-1/+2
This is a bit cleaner IMO but open to suggestions. Change-Id: I074f18eb93aee5582629d04c21295a07bc45c089 Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
2017-07-11Fix incorrect result for a server response of 204mark.j.leonard2-697/+314
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>
2017-07-06Add IntelliJ IDEA related files to gitignoreRyan Goulding1-0/+2
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>
2017-06-09Modify authentication mode defaultdave.adams (da490c)1-2/+2
Change-Id: I751af549f37200b6e12cf2b6f1319f3d4d5f628a Signed-off-by: dave.adams (da490c) <dave.adams@amdocs.com>
2017-05-24Update rest-client with additional operationsdave.adams (da490c)16-641/+1660
Change-Id: Ia19c5156d40c816dc1ee77cece92c43f40791c59 Signed-off-by: dave.adams (da490c) <dave.adams@amdocs.com>
2017-05-12Updating version to 1.1.0-SNAPSHOTShwetank Dave2-4/+4
Change-Id: Ie082c12e77bf71ec05ccdac6cb34c2409d327935 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
2017-05-08Initial OpenEcomp A&AI Rest Client commit.Shwetank Dave15-0/+2150
Change-Id: Ic6949778061bdf141431c4b14ea2417da6aa1e57 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
2017-05-03Initial empty repositoryAndrew Grimberg0-0/+0