aboutsummaryrefslogtreecommitdiffstats
path: root/reference/logging-filter/logging-filter-base
AgeCommit message (Collapse)AuthorFilesLines
2019-09-12Adding/Replacing Plugins to format/validate codeSingal, Kapil (ks220y)3-7/+7
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)4-23/+23
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)18-337/+313
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)25-0/+2356
Issue-ID: LOG-1113 Change-Id: I7167943384e3983c7eced1c969ed51fcd8130c88 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>