This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 2ae69a935fcf0fa972f572ec5a06b37afc59bb29 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Mon Jan 30 18:52:18 2023 +0100 PR #1214 changelog --- src/changelog/.2.x.x/1214_fix_stacktrace_order.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/changelog/.2.x.x/1214_fix_stacktrace_order.xml b/src/changelog/.2.x.x/1214_fix_stacktrace_order.xml index baee854ae1..31aa67afe6 100644 --- a/src/changelog/.2.x.x/1214_fix_stacktrace_order.xml +++ b/src/changelog/.2.x.x/1214_fix_stacktrace_order.xml @@ -17,6 +17,7 @@ --> <entry type="changed"> <issue id="1214" link="https://github.com/apache/logging-log4j2/pull/1214"/> - <author id="vy"/> - <description format="asciidoc">Fixing the issue with stacktrace elements order which causes major regression due to cache misses</description> + <author id="alex-dubrouski" name="Aliaksei Durbouski"/> + <author id="ppkarwasz"/> + <description format="asciidoc">Fix order of stacktrace elements, that causes cache misses in `ThrowableProxyHelper`.</description> </entry>
