You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/01/30 19:54:17 UTC

[logging-log4j2] branch release-2.x updated (49a528311e -> 1ee4d7194e)

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

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


    from 49a528311e [LOG4J2-3647] Changelog
     add 17a10c3987 This change fixes incorrect behavior of stack elements cache due to a change of data structure from LIFO to FIFO. This bug causes a major performance regression
     add 7284b54b48 Addressing PR feedback. Adding changelog item, fixing slow path in StackLocator and unit test for correct and wrong order of elements in the stack trace
     add 0dfed5cb0d Removing unneeded null check
     add 4ef34552fb Adding new unit and integration (for slow path in java8 StackLocator) tests for stack elements order
     add 1ee4d7194e PR #1214 changelog

No new revisions were added by this update.

Summary of changes:
 .../logging/log4j/util/java9/StackLocatorTest.java | 19 +++--
 .../logging/log4j/util/StackLocatorTestIT.java     | 64 ++++++++++++++++
 .../logging/log4j/util/StackLocatorUtilTest.java   | 20 +++--
 .../apache/logging/log4j/util/StackLocator.java    |  4 +-
 .../log4j/core/impl/ThrowableProxyHelperTest.java  | 86 ++++++++++++++++++++++
 .../log4j/core/impl/ThrowableProxyHelper.java      |  6 +-
 .../1214_fix_stacktrace_order.xml}                 |  7 +-
 7 files changed, 187 insertions(+), 19 deletions(-)
 create mode 100644 log4j-api-test/src/test/java/org/apache/logging/log4j/util/StackLocatorTestIT.java
 create mode 100644 log4j-core-test/src/test/java/org/apache/logging/log4j/core/impl/ThrowableProxyHelperTest.java
 copy src/changelog/{2.18.0/LOG4J2-3506_Support_Spring_2_6_x.xml => .2.x.x/1214_fix_stacktrace_order.xml} (75%)