summaryrefslogtreecommitdiffstats
path: root/openstack-client-connectors/resteasy-connector/src
AgeCommit message (Collapse)AuthorFilesLines
2018-09-12Remove unused connectors and modulesRob Daugherty4-274/+0
NexusIQ issue: org.codehaus.jackson Jersey 2.6 uses codehaus.jackson which has security vulnerabilities. Rather than upgrading the Jersey version, I'm totally removing the Jersey, Jersey2, and RESTEasy connectors. We don't use them. I'm also removing the console and examples modules. They haven't even been compiled in a long time. Unit test coverage will go up to 74%. Change-Id: Ie0145e56718adfe5ea7a677439564e7a25c73fe6 Issue-ID: SO-864 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-09-11Use fasterxml jackson implementation in so/libsRob Daugherty1-18/+18
NexusIQ issue: org.codehaus.jackson This commit changes so/libs from the old codehaus jackson implementation to the fasterxml implementation. 2.8.10 is the latest version compatible with the 1.5.13.RELEASE springboot version used in SO. Change-Id: I3b1167dd0efeb3463efb7e01fac26d0f312d7aad Issue-ID: SO-864 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-07-25basic code refactoring of wooreaseshukm3-121/+121
Issue-ID: SO-729 Change-Id: Ie2352a3721cd431a875259cfb00a0fd20df866ca Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-03-13Fix the vulnerability issueByung-Woo Jun1-1/+3
Upgrade vulnerable jars with jars without vulnerability Change-Id: I5cd9073a04db79e173fdd3b85e4712a1cf177531 Issue-ID: SO-458 Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
2017-10-23Replace type specification with operator "<>"rama-huawei2-1/+3
Issue-id: SO-224 Change-Id: I83d5904758ef700d0e450571d98f9511dc9eb28a Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-27Update POM to inherit from oparentRob Daugherty3-0/+48
Issue: SO-71 Change-Id: Iae3e60c13b890fe4c4ea253c83725576a93cd325 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-01-31Initial OpenECOMP MSO OpenStack SDK lib commitChrisC4-0/+222
Change-Id: Ieaacb2b2c0dcc469669880e73f0cda9fa59a6c5a Signed-off-by: ChrisC <cc697w@intl.att.com>