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

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


The following commit(s) were added to refs/heads/2.x by this push:
     new 3242ffb790 Add changelog entry for PR #2330
3242ffb790 is described below

commit 3242ffb790ab6e8742db35f6d6e67a06d8f89f02
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Mar 13 15:38:48 2024 +0100

    Add changelog entry for PR #2330
---
 src/changelog/.2.x.x/2330_add_faster_web_app_context_map.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/changelog/.2.x.x/2330_add_faster_web_app_context_map.xml 
b/src/changelog/.2.x.x/2330_add_faster_web_app_context_map.xml
new file mode 100644
index 0000000000..ad9a78144e
--- /dev/null
+++ b/src/changelog/.2.x.x/2330_add_faster_web_app_context_map.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xmlns="http://logging.apache.org/log4j/changelog";
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.3.xsd";
+       type="added">
+  <issue id="2330" link="https://github.com/apache/logging-log4j2/pull/2330"/>
+  <description format="asciidoc">Add a faster `ThreadContextMap` for web app 
users: 
`org.apache.logging.log4j.internal.map.StringArrayThreadContextMap`.</description>
+</entry>

Reply via email to