This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch fix/2309_logger_context_aware_lookups
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
omit 9cdb359a32 Fix handling of `LoggerContextAware` lookups
add b0f4e46f42 Initial `log4j-docgen` usage
add a93c26b340 Make docgen part of `site`
add 0ab7d89d94 Add XSD generation
add 50f6b89946 Update `co.elastic.clients:elasticsearch-java` to version
`8.12.2` (#2315)
add b620bcd806 Update `github/codeql-action` to version `3.24.5` (#2317)
add d8421dfabf Update `co.elastic.logging:log4j2-ecs-layout` to version
`1.6.0` (#2301)
add 5451c7c292 Update `org.apache.commons:commons-compress` to version
`1.26.0` (#2304)
add 6d407b6d01 Update `org.apache.kafka:kafka-clients` to version `3.7.0`
(#2326)
add af045db99e Fix `StatusLogger` time-zone issues and stack overflow
(#2322)
add c8d60bc535 Merge remote-tracking branch 'origin/2.x' into 2.x-docgen
add cdae032ae4 Adapt the most recent docgen changes
add 27b76497f0 Revert "Adapt the most recent docgen changes"
add 8ff0f18768 Revert "Merge remote-tracking branch 'origin/2.x' into
2.x-docgen"
add 673440f6d4 Update `github/codeql-action` to version `3.24.6` (#2332)
add 9c234901e1 Update `jakarta.activation:jakarta.activation-api` to
version `2.1.3` (#2335)
add 3060ab15b3 Add issue links to changelog entries (#2322)
add c5420410df Fix `StatusLogger` log level filtering when debug mode is
enabled (#2337, #2338)
add 28b70d1d7f Remove `StatusConsoleListener` log level filtering (#2337,
#2340)
add 395a8f45fa Fix handling of `LoggerContextAware` lookups
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9cdb359a32)
\
N -- N -- N refs/heads/fix/2309_logger_context_aware_lookups
(395a8f45fa)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/scorecards-analysis.yaml | 2 +-
.../log4j/status/StatusConsoleListenerTest.java | 23 +-
.../status/StatusLoggerBufferCapacityTest.java | 60 ++++
.../logging/log4j/status/StatusLoggerDateTest.java | 105 +++++++
.../status/StatusLoggerFailingListenerTest.java | 66 +++++
.../log4j/status/StatusLoggerLevelTest.java | 108 +++++++-
.../StatusLoggerPropertiesUtilDoubleTest.java | 112 ++++++++
.../log4j/status/StatusConsoleListener.java | 6 +-
.../apache/logging/log4j/status/StatusData.java | 7 +-
.../apache/logging/log4j/status/StatusLogger.java | 305 ++++++++++++++++++---
.../apache/logging/log4j/status/package-info.java | 2 +-
log4j-parent/pom.xml | 10 +-
.../fix_StatusLogger_debug_mode.xml} | 4 +-
.../fix_StatusLogger_instant_formatting.xml} | 5 +-
.../fix_StatusLogger_stack_overflow.xml} | 3 +-
...date_co_elastic_clients_elasticsearch_java.xml} | 4 +-
...pdate_co_elastic_logging_log4j2_ecs_layout.xml} | 4 +-
.../update_github_codeql_action.xml} | 4 +-
..._jakarta_activation_jakarta_activation_api.xml} | 6 +-
.../update_org_apache_commons_commons_compress.xml | 4 +-
.../update_org_apache_kafka_kafka_clients.xml | 4 +-
src/site/_constants.adoc | 2 +-
src/site/_release-notes.adoc | 1 +
src/site/_release-notes/_2.x.x.adoc | 23 ++
24 files changed, 778 insertions(+), 92 deletions(-)
create mode 100644
log4j-api-test/src/test/java/org/apache/logging/log4j/status/StatusLoggerBufferCapacityTest.java
create mode 100644
log4j-api-test/src/test/java/org/apache/logging/log4j/status/StatusLoggerDateTest.java
create mode 100644
log4j-api-test/src/test/java/org/apache/logging/log4j/status/StatusLoggerFailingListenerTest.java
create mode 100644
log4j-api-test/src/test/java/org/apache/logging/log4j/status/StatusLoggerPropertiesUtilDoubleTest.java
copy
src/changelog/{2.0-alpha2/LOG4J2-64_Fix_compilation_problems_in_Java_7.xml =>
.2.x.x/fix_StatusLogger_debug_mode.xml} (61%)
copy src/changelog/{2.20.0/1197_preserve_location.xml =>
.2.x.x/fix_StatusLogger_instant_formatting.xml} (52%)
copy
src/changelog/{2.0-beta2/DefaultConfiguration_was_not_starting_the_Console_Appender.xml
=> .2.x.x/fix_StatusLogger_stack_overflow.xml} (65%)
copy src/changelog/.2.x.x/{update_io_fabric8_docker_maven_plugin.xml =>
update_co_elastic_clients_elasticsearch_java.xml} (61%)
copy src/changelog/.2.x.x/{update_io_fabric8_docker_maven_plugin.xml =>
update_co_elastic_logging_log4j2_ecs_layout.xml} (62%)
copy src/changelog/{2.23.0/update_org_zeromq_jeromq.xml =>
.2.x.x/update_github_codeql_action.xml} (63%)
copy
src/changelog/{2.0-beta8/LOG4J2-284_Update_Log4j_1_dependency_to_1_2_17_from_1_2_16.xml
=> .2.x.x/update_jakarta_activation_jakarta_activation_api.xml} (67%)
copy src/changelog/{2.22.1 =>
.2.x.x}/update_org_apache_commons_commons_compress.xml (74%)
copy src/changelog/{2.22.1 =>
.2.x.x}/update_org_apache_kafka_kafka_clients.xml (75%)