From c782aa5250b32e8aa3c7ecd088f47fd87334a8ef Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Wed, 21 Nov 2018 12:02:49 +0000 Subject: Rewrite rest-client to use Jersey 2.x API This is to fix clashes with the rs-api 2.x jars that Spring Boot requires on the classpath. Change-Id: Ic36cdf0d650f96c54824e2f51c7f8060b2588c66 Issue-ID: AAI-1939 Signed-off-by: Lee, Tian (tl5884) --- src/main/resources/logging/RESTClientMsgs.properties | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main/resources/logging/RESTClientMsgs.properties') diff --git a/src/main/resources/logging/RESTClientMsgs.properties b/src/main/resources/logging/RESTClientMsgs.properties index 75d2b8d..2d1ce83 100644 --- a/src/main/resources/logging/RESTClientMsgs.properties +++ b/src/main/resources/logging/RESTClientMsgs.properties @@ -44,6 +44,10 @@ HEALTH_CHECK_SUCCESS=\ AC0006I|\ Successfully established connection to {0} at {1} +HTTP_REQUEST_TIME_WITH_RETRIES=\ + AC0007I|\ + {0} request at url = {1} operation time = {2} attempt number = {3} + HTTP_REQUEST_INTERRUPTED=\ AC2001E|\ {0} request interrupted while sleeping at url = {1} with cause = {2} -- cgit 1.2.3-korg