aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/client/SyncRestClient.java
AgeCommit message (Expand)AuthorFilesLines
2019-10-31register SyncRestClient to work with new MetricLogClient FilterAlexey Sandler1-1/+1
2019-10-23use logging interceptor in SDC clientEylon Malin1-7/+23
2019-09-12Merge "logging requests and responses in SyncRestClient"Ittay Stern1-14/+80
2019-09-12logging requests and responses in SyncRestClientEinat Vinouze1-14/+81
2019-09-12create JoshworksJacksonObjectMapper and use it everywhere neededEylon Malin1-22/+3
2019-09-12make Logging a service and inject it to SyncRestClientEylon Malin1-8/+19
2019-07-29Patch NPE in Unirest HttpResponse::getBody when getRawBody is nullIttay Stern1-13/+19
2019-02-26Update license headersIttay Stern1-3/+3
2019-01-09Merge from ECOMP's repositoryIttay Stern1-6/+2
2018-11-23Removed dependency from lombokbiniek1-62/+72
2018-10-29Add request to delete bodyWojciech Sliwka1-0/+5
2018-10-02not catching all exceptions when invalid requestadam1-5/+6
2018-08-23Generic REST client for external servicesgolabek1-0/+228