This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit c8d60bc535907d1969d08649319a1e27eb473dd2
Merge: 0ab7d89d94 af045db99e
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Feb 28 10:16:11 2024 +0100

    Merge remote-tracking branch 'origin/2.x' into 2.x-docgen

 .github/workflows/scorecards-analysis.yaml         |   2 +-
 .../status/StatusLoggerBufferCapacityTest.java     |  60 +++++
 .../logging/log4j/status/StatusLoggerDateTest.java | 105 ++++++++
 .../status/StatusLoggerFailingListenerTest.java    |  66 +++++
 .../log4j/status/StatusLoggerLevelTest.java        |  26 +-
 .../StatusLoggerPropertiesUtilDoubleTest.java      | 112 ++++++++
 .../apache/logging/log4j/status/StatusData.java    |   7 +-
 .../apache/logging/log4j/status/StatusLogger.java  | 284 ++++++++++++++++++---
 .../apache/logging/log4j/status/package-info.java  |   2 +-
 log4j-parent/pom.xml                               |  10 +-
 pom.xml                                            |   4 +-
 ...xml => fix_StatusLogger_instant_formatting.xml} |   3 +-
 ...ing.xml => fix_StatusLogger_stack_overflow.xml} |   4 +-
 ...date_co_elastic_clients_elasticsearch_java.xml} |   4 +-
 ...pdate_co_elastic_logging_log4j2_ecs_layout.xml} |   4 +-
 ...pdate_com_github_tomakehurst_wiremock_jre8.xml} |   4 +-
 .../.2.x.x/update_github_codeql_action.xml         |   4 +-
 ...update_org_apache_commons_commons_compress.xml} |   4 +-
 ...l => update_org_apache_kafka_kafka_clients.xml} |   4 +-
 src/changelog/2.23.0/.release-notes.adoc.ftl       |  27 ++
 .../.release.xml}                                  |  12 +-
 .../{.2.x.x => 2.23.0}/2238_fix_jdk_string_map.xml |   0
 .../{.2.x.x => 2.23.0}/2282_fix_1_2_set_level.xml  |   0
 .../{.2.x.x => 2.23.0}/2282_fix_jul_set_level.xml  |   0
 .../LOG4J2-3680_fix_serial_filter_arrays.xml       |   0
 .../add_support_for_disruptor_4.xml                |   0
 .../allow_arbitrary_properties_order.xml           |   0
 .../deprecate_StatusConsoleListener_filters.xml    |   0
 .../deprecate_ring_buffer_log_event_handler.xml    |   0
 .../fix_RingBufferLogEvent_clear.xml               |   0
 .../fix_api_recursive_formatting.xml               |   0
 .../fix_security_manager_use_in_LoaderUtil.xml     |   0
 .../fix_spring_cloud_config_client_deps.xml        |   0
 .../{.2.x.x => 2.23.0}/fix_typo_kubernetes.xml     |   0
 .../simplify_configuration_after_bnd_7_update.xml  |   0
 .../update_com_fasterxml_jackson_jackson_bom.xml   |   0
 .../update_commons_codec_commons_codec.xml         |   0
 .../update_io_netty_netty_bom.xml                  |   0
 .../update_org_apache_logging_logging_parent.xml   |   0
 .../update_org_eclipse_jetty_jetty_bom.xml         |   0
 .../update_org_jctools_jctools_core.xml            |   0
 ...te_org_springframework_spring_framework_bom.xml |   0
 .../update_org_zeromq_jeromq.xml                   |   0
 src/site/_constants.adoc                           |   2 +-
 src/site/_release-notes.adoc                       |   1 +
 .../_release-notes/{_2.x.x.adoc => _2.23.0.adoc}   |  20 +-
 src/site/_release-notes/_2.x.x.adoc                |  42 +--
 47 files changed, 696 insertions(+), 117 deletions(-)


Reply via email to