aboutsummaryrefslogtreecommitdiffstats
path: root/reference
AgeCommit message (Collapse)AuthorFilesLines
2019-10-24Release logging-analytics1.6.1jenkins-releng12-16/+16
2019-10-23version updatesSmokowski, Kevin (ks6305)12-16/+16
setup for 1.6.1-SNAPSHOT Issue-ID: LOG-1177 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I520e5cf5e4b17913db34aa60be31ddbd10c0b753
2019-10-23Remove logging lines that are clogging up logsBrittany Plummer (bp896r)1-4/+0
Issue-ID: LOG-1176 Change-Id: Idc1854070e595fed0fc669b1e43445a3569a7841 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
2019-10-21Release 1.6.0Smokowski, Kevin (ks6305)12-16/+16
Release 1.6.0 Issue-ID: LOG-1168 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I5951df4d08f9ebfa42a9ff8400db073e6a091cf1
2019-10-18Merge "enhance AbstractMetricLogFilter"Pierre Rioux2-0/+12
2019-10-18enhance AbstractMetricLogFilterSmokowski, Kevin (ks6305)2-0/+12
make metric filters easily extendable Issue-ID: LOG-1171 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: Ibd3f96cc8abbfa4728605f9f4c4d2472475b2dba
2019-10-18Generate InvocationID UUID on outgoing requests and use X-InvocationIDBrittany Plummer (bp896r)6-8/+11
Issue-ID: LOG-1170 Change-Id: I89fd007bf80fbea1a743d6eb4776fddb07103b46 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
2019-10-15Merge "Changing Goal to identify Base Dir"Pierre Rioux1-1/+1
2019-10-15Merge "Update method setMDCPartnerName in MDCSetup class"Pierre Rioux3-14/+70
2019-10-11Merge "Added catching error when calculating elapsedTime."Pierre Rioux1-14/+24
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-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.1-SNAPSHOTMarcus G K Williams10-10/+10
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-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-12Merge "Adding/Replacing Plugins to format/validate code"Prudence Au5-245/+267
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)5-245/+267
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)35-1/+3227
Issue-ID: LOG-1113 Change-Id: I7167943384e3983c7eced1c969ed51fcd8130c88 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
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-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-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-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 Au7-10/+10
Issue-ID: LOG-1073 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I63f6b766de0b4d37b3ce9518b1b6e342c90c372f
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 Au4-6/+6
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
2018-11-11spring-boot from 1.5.15 to 1.5.17root1-1/+2
Change-Id: I767ba2da70499b8cf8214cfa3f01bcaa72aa4e65 Issue-ID: LOG-834 Signed-off-by: root <frank.obrien@amdocs.com>
2018-11-11Merge "spring ver from 5.0.9 to 5.1.2"Geora Barsky3-3/+3
2018-11-10jackson from 2.5.1 to 2.8.6root1-1/+1
Change-Id: If655f428ea32d178187d3fe7d5587f833e0d8997 Issue-ID: LOG-833 Signed-off-by: root <frank.obrien@amdocs.com>
2018-11-10spring ver from 5.0.9 to 5.1.2root3-3/+3
Change-Id: Ib7dbe9119583580e7efc896e822b6f6afcff0107 Issue-ID: LOG-834 Signed-off-by: root <frank.obrien@amdocs.com>
2018-11-08fix typosStanislav Chlebec1-1/+1
Change-Id: Ifd2db94f03e87f002fa610839a1d4731a23bf18e Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: AAF-582
2018-10-11log start 1.4.0-SNAPSHOT for dublinroot9-17/+23
Change-Id: Iab181b9ccf5b57614016b527402864ef3b1672e8 Issue-ID: LOG-749 Signed-off-by: root <frank.obrien@amdocs.com>
2018-10-10logging spring-boot to 1.5.15 for tomcat/embed CLMroot2-2/+7
Change-Id: I52d82f4b95fcaa52ab79e662489682678703363d Issue-ID: LOG-604 Signed-off-by: root <frank.obrien@amdocs.com>
2018-10-10logging spring/aop to 5.0.9 for CLMroot2-2/+2
Change-Id: I9bc7af5a36e90b6b755304bba45a6dfd885babd1 Issue-ID: LOG-604 Signed-off-by: root <frank.obrien@amdocs.com>