aboutsummaryrefslogtreecommitdiffstats
path: root/reference/logging-filter/logging-filter-base/src/main/java/org/onap
AgeCommit message (Collapse)AuthorFilesLines
2019-09-27Merge "Refactoring PayloadLoggingServletFilter"Prudence Au1-78/+27
2019-09-24Refactoring PayloadLoggingServletFilterSingal, Kapil (ks220y)1-78/+27
Replacing try-catch-finally for all Streams with try-with-resource Issue-ID: LOG-1147 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I352096a3c95277770734f7844c4b890f31df61da
2019-09-20PayloadLoggingClientFilter bugfixSmokowski, Kevin (ks6305)3-6/+9
log response body in PayloadLoggingClientFilter Issue-ID: LOG-1146 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I17a96f40577ba709d7f623209cdd19143dc8f1ec
2019-09-12Merge "Adding/Replacing Plugins to format/validate code"Prudence Au2-4/+4
2019-09-12Merge "Updated setTargetEntity to accept ONAPComponentsList interface"Prudence Au1-1/+1
2019-09-12Merge "Update StatusLoggingInterceptor"Prudence Au2-31/+59
2019-09-12Updated setTargetEntity to accept ONAPComponentsList interfaceBrittany Plummer (bp896r)1-1/+1
Issue-ID: LOG-1130 Change-Id: I8e69d64bef18589c9eabb785ab4671c265f517b9 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
2019-09-12Adding/Replacing Plugins to format/validate codeSingal, Kapil (ks220y)2-4/+4
Replacing Groovy script with directory-maven-plugin to identify baseDirPath Add license-maven-plugin plugin to Generate / Validate Copyright header Adding tidy-maven-plugin to format / validate POM.xml Updating Java Code Formatter Sytle XML to Version 13 Issue-ID: LOG-1129 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ifa333053bb1dff70f28b14ea9460073043e9c847
2019-09-11Restore MDC SetupSmokowski, Kevin (ks6305)3-22/+22
MDCSetup was renamed to AbstractFilter and made abstract. This reverts those changes Issue-ID: LOG-1128 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I861ea441a66e5bc929e2efea22b690b4fddc3059
2019-09-11Update StatusLoggingInterceptorSmokowski, Kevin (ks6305)2-31/+59
StatusLoggingInterceptor should not extend PayloadLoggingServletFilter Issue-ID: LOG-1127 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: Ic66ee14445efd57c92b4fcc894ec0b4c5470a441
2019-09-10updating logging filtersSmokowski, Kevin (ks6305)9-200/+249
maximize re-use in logging filter classes Issue-ID: LOG-1125 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I063d57635fe56a60d97945873d0c7b64852182a5
2019-08-29Add JAX-RS and Spring filters for setting up MDCBrittany Plummer (bp896r)15-0/+1426
Issue-ID: LOG-1113 Change-Id: I7167943384e3983c7eced1c969ed51fcd8130c88 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>