From 656afb108d09cbeb3da31983a4616345b57bfae4 Mon Sep 17 00:00:00 2001 From: "Plummer, Brittany" Date: Mon, 16 Dec 2019 08:46:15 -0500 Subject: update so to use 1.6.3 snapshot from the logging Updated snapshot to 1.6.3 and began fixing failing tests Update SOAPLoggingInInterceptor to use new InvocationID value Changed client and server keys to InvocationID BPRestCallback to use ServerInvocationId Removed logging MDC checking from unit tests Began switching bprestcallback to use resttemplate Removed changes to logback replacing invocationIds Updated logic where requestEntity is created on null message Added unit tests for BPRestCallback Set InvocationID in MDC in SOAPLoggingInInterceptor Send in URI to prevent encoding of URI causing % to change to %25 Updated restTemplate to fix issue with interceptors Issue-ID: SO-2571 Signed-off-by: Benjamin, Max (mb388a) Change-Id: I7e0d80eae9036c993414ae96ebd571c89cb9dfa9 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 0cd606e7b2..69481e9a76 100644 --- a/pom.xml +++ b/pom.xml @@ -630,17 +630,17 @@ org.onap.logging-analytics logging-slf4j - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT org.onap.logging-analytics logging-filter-base - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT org.onap.logging-analytics logging-filter-spring - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT com.fasterxml.jackson.core -- cgit 1.2.3-korg