aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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