This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
from 0f48f60f5a Migrate `log4j-jul` to JUnit 5 (#3225)
add 11a3fc32af Prepare next release cycle
add bad8b56fed Fix `ConcurrentModificationException` in `updateLoggers()`
add 18a1debd11 Hardens `PropertiesUtil` against recursive property sources
(#3263)
add 8ee4237af8 Fix assertions in `LoggerMessageFactoryCustomizationTest`
add 551652a1d7 Synchronize `JeroMqAppender` test methods
add 1c6ccb2133 Add missing changelog entry
add ab499ee0c8 Prepare release notes for `2.24.3`
add 4aa5efec7f Update the `project.build.outputTimestamp` property
add a76a83ff5a Prepare new release cycle
new c369ac2cf4 Merge branch '2.24.x' into 2.x
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../logging/log4j/util/PropertiesUtilTest.java | 69 +++++++++++++++++++-
.../apache/logging/log4j/spi/LoggerRegistry.java | 16 ++---
.../apache/logging/log4j/util/PropertiesUtil.java | 35 +++++++---
.../logging/log4j/core/LoggerContextTest.java | 38 +++++++++++
.../LoggerMessageFactoryCustomizationTest.java | 59 +++++++++--------
...oggerMessageFactoryDefaultsTlaDisabledTest.java | 15 +++--
...LoggerMessageFactoryDefaultsTlaEnabledTest.java | 18 +++---
.../core/impl/ThreadContextDataInjectorTest.java | 2 -
.../java/org/apache/logging/log4j/core/Logger.java | 75 ++++------------------
.../apache/logging/log4j/core/LoggerContext.java | 65 +++++++++++++++----
.../logging/log4j/core/async/AsyncLogger.java | 25 ++++----
.../core/util/internal/InternalLoggerRegistry.java | 10 ++-
pom.xml | 8 +--
.../{2.23.1 => 2.24.3}/.release-notes.adoc.ftl | 2 +-
src/changelog/{2.23.0 => 2.24.3}/.release.xml | 2 +-
.../3234_concurrent-logger-modification.xml} | 7 +-
.../3252_recursive_property_sources.xml} | 7 +-
17 files changed, 290 insertions(+), 163 deletions(-)
copy src/changelog/{2.23.1 => 2.24.3}/.release-notes.adoc.ftl (93%)
copy src/changelog/{2.23.0 => 2.24.3}/.release.xml (95%)
copy
src/changelog/{2.15.0/LOG4J2-3160_Fix_documentation_on_how_to_toggle_log4j2_debug_system_prope.xml
=> 2.24.3/3234_concurrent-logger-modification.xml} (58%)
copy
src/changelog/{2.15.0/LOG4J2-3160_Fix_documentation_on_how_to_toggle_log4j2_debug_system_prope.xml
=> 2.24.3/3252_recursive_property_sources.xml} (58%)