This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch feature/2.x/change-is-webapp
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
from 51d0fb3716 Fix `ThreadContextMap` selection algorithm
add 3efd59e493 Fix handling of `log4j2.messageFactory` and
`log4j2.flowMessageFactory` properties (#2505)
add f37af11c0f Improve name/description of SLF4J-related modules (#1462)
add feaf12326d Replace some `DateTimeFormatter#toString()` with
`#formatTo(StringBuilder)` (#2515)
add cc876ae7c6 Switch to `main` branch of reusable workflows
add 5a0262db12 Improve `log4j-api` description (#1474)
add 650569a94d Fix Spotless failures
add f4da84f800 Improve `log4j-core` description (#1475)
add 3236a0c736 Switch to `fix/macos-java8`
add ce46f2e40c Merge remote-tracking branch 'apache/2.x' into
feature/2.x/change-is-webapp
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yaml | 4 +-
log4j-api/pom.xml | 12 ++-
.../logging/log4j/message/ParameterFormatter.java | 2 +-
.../apache/logging/log4j/spi/AbstractLogger.java | 66 +++++++++--------
.../apache/logging/log4j/status/StatusData.java | 8 +-
.../LoggerMessageFactoryCustomizationTest.java | 71 ++++++++++++++++++
...oggerMessageFactoryDefaultsTlaDisabledTest.java | 41 +++++++++++
...LoggerMessageFactoryDefaultsTlaEnabledTest.java | 41 +++++++++++
log4j-core/pom.xml | 8 +-
.../java/org/apache/logging/log4j/core/Logger.java | 85 ++++++++++++++++++++--
log4j-slf4j-impl/pom.xml | 12 ++-
log4j-slf4j2-impl/pom.xml | 12 ++-
log4j-to-slf4j/pom.xml | 12 ++-
.../2379_fix_message_factory_properties.xml} | 6 +-
...dly.xml => 2515_datetimeformatter_formatto.xml} | 4 +-
15 files changed, 324 insertions(+), 60 deletions(-)
create mode 100644
log4j-core-test/src/test/java/org/apache/logging/log4j/core/LoggerMessageFactoryCustomizationTest.java
create mode 100644
log4j-core-test/src/test/java/org/apache/logging/log4j/core/LoggerMessageFactoryDefaultsTlaDisabledTest.java
create mode 100644
log4j-core-test/src/test/java/org/apache/logging/log4j/core/LoggerMessageFactoryDefaultsTlaEnabledTest.java
copy
src/changelog/{2.8.2/LOG4J2-1838_Add_support_for_appending_common_suffix_to_each_line_of_exte.xml
=> .2.x.x/2379_fix_message_factory_properties.xml} (64%)
copy src/changelog/.2.x.x/{1539_graalvm_friendly.xml =>
2515_datetimeformatter_formatto.xml} (53%)