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

pkarwasz pushed a change to branch fix/2.x/throwable-proxy-clean-up
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


    from 1455a17787 fix: apply Copilot suggestion
     add 03213a31a9 Fix typo in `PatternParser` of `log4j-1.2-api` (#3617)
     add 34ced7c537 Fix Sponsors buttons (#3616)
     add 4042ec897e Bump mongodb.version from 5.3.1 to 5.4.0 in /log4j-mongodb 
(#3567)
     add 4915165963 Bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17 in 
/log4j-to-slf4j (#3500)
     add 53d6932a65 Bump org.apache.kafka:kafka-clients from 3.9.0 to 4.0.0 in 
/log4j-parent (#3548)
     add dc559688e7 Bump org.junit:junit-bom from 5.12.1 to 5.12.2 in 
/log4j-parent (#3605)
     add 485149cdd9 Bump commons-io:commons-io from 2.18.0 to 2.19.0 in 
/log4j-parent (#3606)
     add 4fddc94d0f Update `com.google.guava:guava` to version `33.4.8-jre` 
(#3614) (#3614)
     add a4011d8e31 Update `co.elastic.logging:log4j2-ecs-layout` to version 
`1.7.0` (#3615) (#3615)
     add 7acbc48685 Update `actions/stale` to version `9.1.0` (#3625) (#3625)
     add db0360d4ce A way to disable the optimization for filling the stack 
traces (#3638)
     add 9176b44193 Adjust GcpLayout JSON to latest format (#3586)
     add 3709962553 Improve performance and avoid memory consumption if logging 
primitive arrays as parameters (#3645)
     add 4a7ddf1dfb Prevent NPE with rootLogger shorthand when no appenders are 
specified (#3650)
     add ba0ecf8e06 Update `com.github.luben:zstd-jni` to version `1.5.7-3` 
(#3646)
     add c84ff4a0ae Bump mongodb.version from 5.4.0 to 5.5.0 in /log4j-mongodb 
(#3652)
     add ac3469741a StatusLogger: Write to stderr by default (#3666)
     add e838f6e9f7 Merge remote-tracking branch 'apache/2.x' into 
fix/2.x/throwable-proxy-clean-up
     add db3c0cf55c Revert "fix: apply Copilot suggestion"

No new revisions were added by this update.

Summary of changes:
 .github/FUNDING.yml                                |  13 +-
 .github/dependabot.yaml                            |   3 +
 .github/workflows/close-stale.yaml                 |   2 +-
 .../org/apache/log4j/helpers/PatternParser.java    |   2 +-
 .../log4j/message/ParameterFormatterTest.java      |  39 ++++--
 .../logging/log4j/status/StatusLoggerTest.java     |  37 ++---
 .../logging/log4j/message/ParameterFormatter.java  | 149 +++++++++++++++++++--
 .../apache/logging/log4j/status/StatusLogger.java  |   2 +-
 .../util/PrivateSecurityManagerStackTraceUtil.java |  31 ++++-
 .../log4j/core/config/LoggerConfigTest.java        |  17 +++
 .../logging/log4j/core/config/LoggerConfig.java    |   4 +-
 .../logging/log4j/core/impl/Log4jLogEvent.java     |  13 +-
 .../log4j/layout/template/json/GcpLayoutTest.java  |  44 +-----
 .../src/main/resources/GcpLayout.json              |  38 +++---
 log4j-mongodb/pom.xml                              |   2 +-
 log4j-parent/pom.xml                               |  10 +-
 .../log4j/message/ParameterFormatterBenchmark.java |  38 +++++-
 log4j-to-slf4j/pom.xml                             |   2 +-
 .../apache/logging/slf4j/MDCContextMapTest.java    |   3 +-
 .../{ => apache/logging}/slf4j/MDCTestHelper.java  |  14 +-
 ...s.xml => 3206_fix_rootLogger_shorthand_npe.xml} |   6 +-
 ...fault_layout.xml => 3586_improve_GcpLayout.xml} |   5 +-
 ...e_optimization_for_filling_the_stack_trace.xml} |   4 +-
 ..._methods.xml => 3645_speedup_array_logging.xml} |   4 +-
 ...=> 3665_fix_StatusLogger_writing_to_stdout.xml} |   4 +-
 .../update_actions_stale.xml}                      |   3 +-
 ...pdate_co_elastic_logging_log4j2_ecs_layout.xml} |   4 +-
 .../.2.x.x/update_com_github_luben_zstd_jni.xml    |   4 +-
 .../.2.x.x/update_com_google_guava_guava.xml       |   4 +-
 src/changelog/.2.x.x/update_org_mongodb_bson.xml   |   4 +-
 30 files changed, 354 insertions(+), 151 deletions(-)
 copy log4j-1.2-api/src/test/java/org/apache/log4j/MDCTestCase.java => 
log4j-api-test/src/test/java/org/apache/logging/log4j/status/StatusLoggerTest.java
 (52%)
 rename log4j-to-slf4j/src/test/java/org/{ => 
apache/logging}/slf4j/MDCTestHelper.java (66%)
 copy src/changelog/.2.x.x/{3562_StatusData_ArrayIndexOutOfBounds.xml => 
3206_fix_rootLogger_shorthand_npe.xml} (63%)
 copy src/changelog/.2.x.x/{3118_default_layout.xml => 
3586_improve_GcpLayout.xml} (53%)
 copy src/changelog/.2.x.x/{3359_fix-javadoc.xml => 
3639_disable_optimization_for_filling_the_stack_trace.xml} (63%)
 copy src/changelog/.2.x.x/{3601_deprecate_or_remove_hiding_methods.xml => 
3645_speedup_array_logging.xml} (66%)
 copy src/changelog/.2.x.x/{3562_StatusData_ArrayIndexOutOfBounds.xml => 
3665_fix_StatusLogger_writing_to_stdout.xml} (65%)
 copy 
src/changelog/{2.22.0/update_org_spring_framework_spring_framework_bom.xml => 
.2.x.x/update_actions_stale.xml} (64%)
 copy src/changelog/.2.x.x/{update_ch_qos_logback_logback_core.xml => 
update_co_elastic_logging_log4j2_ecs_layout.xml} (61%)

Reply via email to