summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-10-08Include the unresolved OJSI tickets in the release notesPrudence Au1-4/+8
Issue-ID: LOG-1148 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: Ic364bc12ea0ae82fb931499af7d1e61ae152d8eb
2019-10-08Added catching error when calculating elapsedTime.Brittany Plummer (bp896r)1-14/+24
Issue-ID: LOG-1148 Change-Id: I8f94b066e1841322199c95f7de82c1a4e76fcd2f Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
2019-10-08Changing Goal to identify Base DirSingal, Kapil (ks220y)1-1/+1
Changing directory-maven-plugin goal to highest-basedir to identify root directory Issue-ID: LOG-1162 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I64062cc8dfaa079ae03ec648baeb42ce20416ad5
2019-10-08Update method setMDCPartnerName in MDCSetup classSmokowski, Kevin (ks6305)3-14/+70
read partner name from authorization header when possible Issue-ID: LOG-1161 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I489a0cfe88e845b7e8a4234240601064f8728640
2019-10-06Update version of logging-analytics jar to 1.5.1Prudence Au1-3/+5
Issue-ID: LOG-1140 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I25e91284d3e32d0a7b466a25fb6d42ef227b0fc7
2019-10-04Release 1.5.1Prudence Au1-0/+5
Issue-ID: LOG-1149 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I21e471a5f0135385e096258a236df32f0afdb8e8
2019-10-04Update to version 1.5.1Prudence Au6-6/+6
Issue-ID: LOG-1149 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I6b79884bee8670927a7269f2f4b391e41403798a
2019-10-03Update version to 1.5.1Prudence Au1-1/+1
Issue-ID: LOG-1149 Signed-off-by: Prudece Au <prudence.au@amdocs.com> Change-Id: I1221a97ac503e25371cdcc072dddf4d85ae22eca
2019-10-03Update version to 1.5.1-SNAPSHOTMarcus G K Williams12-12/+12
Issue-ID: LOG-1149 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Change-Id: Ia443205937060b8a488cb0f015523019d02697fe
2019-10-03Add OOF ComponentMarcus G K Williams1-1/+2
Add OOF Component, as OOF is a bonifide ONAP project. This also solves a bug in SO where OOF Homing is trying to log but does not find ONAPComponents.OOF and fails homing. Issue-ID: SO-2378 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Change-Id: I7bc3535c5c283bcc969a0dcc2288676a3a7807f1
2019-10-03Fixed warnings in release notesPrudence Au1-16/+3
Issue-ID: LOG-1135 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: Ibb4cf37060227344489be4ce35dccc22f4662bbd
2019-10-03El Alto release notes updatePrudence Au1-0/+99
Issue-ID: LOG-1135 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I5739955d9fdb5f74ea7919c2471568a9eba0f7e6
2019-09-27Merge "Refactoring PayloadLoggingServletFilter"Prudence Au2-80/+29
2019-09-24Refactoring PayloadLoggingServletFilterSingal, Kapil (ks220y)2-80/+29
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)4-7/+10
log response body in PayloadLoggingClientFilter Issue-ID: LOG-1146 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I17a96f40577ba709d7f623209cdd19143dc8f1ec
2019-09-17Merge "perform self release"Pierre Rioux1-0/+5
2019-09-16Merge "Try to fix tox error from Jenkins due to Python version upgrade"Pierre Rioux1-6/+1
2019-09-13Try to fix tox error from Jenkins due to Python version upgradePrudence Au1-6/+1
Issue-ID: LOG-1131 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: Idabf1070c763585cd4507afd4216c07dad294465
2019-09-13perform self releaseSmokowski, Kevin (ks6305)1-0/+5
prepare for release of logging analytics Issue-ID: LOG-1126 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: Ifd7158b94b2f0cfe37125ea859d0848b57373830
2019-09-12Merge "Adding/Replacing Plugins to format/validate code"Prudence Au7-558/+610
2019-09-12Merge "Updated setTargetEntity to accept ONAPComponentsList interface"Prudence Au1-1/+1
2019-09-12Merge "Update StatusLoggingInterceptor"Prudence Au3-34/+61
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)7-558/+610
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)5-25/+25
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)3-34/+61
StatusLoggingInterceptor should not extend PayloadLoggingServletFilter Issue-ID: LOG-1127 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: Ic66ee14445efd57c92b4fcc894ec0b4c5470a441
2019-09-10Exclude vulnerable artifact - bean-validatorPrudence Au1-0/+4
Issue-ID: LOG-836 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: Idbffe3578b1e114af21bb57bfab29c87795104f8
2019-09-10updating logging filtersSmokowski, Kevin (ks6305)24-499/+527
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-09-04Merge "Exclude unneccessary artifact - jackson-databind"Avdhut Kholkar2-2/+24
2019-09-03Exclude unneccessary artifact - jackson-databindPrudence Au2-2/+24
Issue-ID: LOG-826 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: Ia3354572b26faa2ecef52bb40c29659fa50b49b6
2019-08-29Add JAX-RS and Spring filters for setting up MDCBrittany Plummer (bp896r)38-1/+3546
Issue-ID: LOG-1113 Change-Id: I7167943384e3983c7eced1c969ed51fcd8130c88 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
2019-08-23Adding new committerPrudence Au1-0/+14
Issue-ID: LOG-1112 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: If3313beb980422f8757f837546569ec1b9961af3
2019-08-16update values in ONAPLogConstants.javaSmokowski, Kevin (ks6305)3-15/+30
synchronize ONAPLogConstants.java with the values found in the casablance logging spec Issue-ID: LOG-1102 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: If955d22b11f71ddce7d3bfddabce3f50838fc01d
2019-08-15Release notes update for the El Alto Early Drop releasePrudence Au1-8/+203
Issue-ID: LOG-1093 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I713165121d50b36756266515247fdf717e648b44
2019-08-11Fix vulnerability issue: upgrade org.apache.tomcat.embed.tomcat-embed-core ↵Prudence Au1-1/+7
to 8.5.42 Issue-ID: LOG-1066 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I9ede69b718fe177abdd7e56ceb430fd3a7d3ec70
2019-08-10Remove commons-codec as it's not needed and a vulnerabilityPrudence Au1-5/+7
Issue-ID: LOG-1067 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I6011db133b649df9adce0ebe728a9fe4fad22932
2019-08-09Merge "The versions plugin doesn't strip off SNAPSHOT for pylog"Avdhut Kholkar1-1/+1
2019-08-08Fix vulnerability issue: upgrade org.apache.tomcat.embed.tomcat-embed-core ↵Prudence Au1-1/+11
to 8.5.42 tomcat-embed-core is part of springboot Issue-ID: LOG-1066 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: Ice8d4954edff07aef41b17ce3981d9f9ef754319
2019-08-08The versions plugin doesn't strip off SNAPSHOT for pylogPrudence Au1-1/+1
This is the attemp to fix the build. Issue-ID: LOG-1073 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I0ab26da4fa464f99f5b9555e9b835253c44413f0
2019-07-29Introduce 1.5.0-SNAPSHOT for El Alto releasePrudence Au1-1/+1
Issue-ID: LOG-1073 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I37a4133c051c346c5fddcf56a96b0a90c529b92e
2019-07-29Introduce 1.5.0-SNAPSHOT for El Alto releasePrudence Au1-1/+1
Issue-ID: LOG-1073 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I2f86a056629c765a410e2f727ac12d42633b0f3b
2019-07-25Introduce 1.5.0-SNAPSHOT for the El Alto releasePrudence Au1-1/+1
Issue-ID: LOG-1073 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I32878697f5108cfc4acdc938e00f53b9faedfaa1
2019-07-24Introduce 1.5.0-SNAPSHOT for the El Alto releasePrudence Au9-12/+12
Issue-ID: LOG-1073 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I63f6b766de0b4d37b3ce9518b1b6e342c90c372f
2019-07-23release of logging-analytics projectPrudence Au1-1/+1
Issue-ID: LOG-1073 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I64a318abe253ccff1a42d9a31bb56d8a246a9dca
2019-07-12Last patch to release 1.4.0 of logging-analytics projectPrudence Au1-2/+2
Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-1073 Change-Id: Ibd11709724b857478b6926acdd7e5c542d54a864
2019-07-12Patch #3 - release 1.4.0 for logging-analyticsPrudence Au1-2/+2
Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-1073 Change-Id: I07a78457016e85a2fce551b9ce0ba14713103f6b
2019-07-11Patch #2 - release 1.4.0 of logging-analyticsPrudence Au5-7/+7
Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-1073 Change-Id: I0b65a97dd7ebe75795fcb9bb3159b7ada0ee37ea
2019-07-11Release 1.4.0Prudence Au1-1/+1
Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-1073 Change-Id: I75b26b7d3ad9692e820641d08962905b9c594a8b
2019-06-26pylog is not compatible with python3maopengzhang1-2/+2
fix mdcContext bugs Change-Id: I29117652382e15e5eec2cf0cb91c573beed4526e Issue-ID: LOG-1072 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
2019-05-23Michael OBrien committer status offMichael O'Brien1-5/+3
Issue-ID: LOG-1054 Signed-off-by: Michael O'Brien <michael@obrienlabs.org> Change-Id: I23f94d64c1ae3d513d4b29499dc0fe589b2b0f5f