logging-log4j2
logging-log4j2 copied to clipboard
Apache Log4j 2 is a versatile, feature-rich, efficient logging API and backend for Java.
Bumps [json-unit](https://github.com/lukas-krecan/JsonUnit) from 2.32.0 to 2.35.0. Commits c5c645e [maven-release-plugin] prepare release json-unit-parent-2.35.0 e8e11dd Merge pull request #514 from lukas-krecan/dependabot/maven/johnzon.version-1.... d7c1bee Bump johnzon.version from 1.2.17 to 1.2.18 a34cf31 Ignore Moshi 04a64d1...
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.2 to 3.4.0. Commits 40cc602 [maven-release-plugin] prepare release maven-javadoc-plugin-3.4.0 0c6b32f [MJAVADOC-714] Upgrade to Maven 3.2.5 506cb74 [MJAVADOC-696] Invalid anchors in Javadoc and plugin mojo 47d03d3 [MJAVADOC-712] Remove...
Support for SFL4J stack valued MDC entries is emulated by adding JSON-ish arrays as values in `ThreadContext`. I don't expect performance to be an issue in this feature.
The pluginRepositories conflict with that in the Apache Maven. The private repository address configured in the Apache Maven is not preferentially used. Is it compatible to use the user's private...
log4j2 logging using java 8 and maven 3 Implement Asynchronous Loggers.
Tries to appease the CodeQL security warning: https://github.com/apache/logging-log4j2/security/code-scanning/5
This pull request is to imlement RFE LOG4J2-3280 The change - Adds new attribute timestampPrecision to Rfc5424Layout and SyslogAppender. - Replaces existing logic to append timestamp and uses two new...
Signed-off-by: Grzegorz Grzybek I tried using `org.apache.logging.log4j.test.junit.LoggerContextFactoryExtension`, but somehow I couldn't make it work (maybe incompatible with `org.apache.logging.log4j.core.test.junit.LoggerContextRule`?
## Overview Liquibase 3.6 as well as 4.0 introduced API compatibility issues with the current log4j-liquibase codebase. See liquibase/liquibase#1777 This updates the code to be compatible with 4.0+ while still...
Documentation corrections an updates as mentioned in https://issues.apache.org/jira/b…rowse/LOG4J2-3429 Corrected typo in builder method 'withtFilter' -> 'withFilter'