This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 8998d6f LOG4J2-3172 Update `changes.xml`.
8998d6f is described below
commit 8998d6f715425bbdbc2c10d776f7a221de66e936
Author: Volkan Yazici <[email protected]>
AuthorDate: Tue Oct 19 08:41:17 2021 +0200
LOG4J2-3172 Update `changes.xml`.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e4657ed..ec9ac16 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -101,6 +101,9 @@
Improve PatternLayout performance by reducing unnecessary indirection
and branching.
</action>
<!-- FIXES -->
+ <action issue="LOG4J2-3172" dev="vy" type="fix" due-to="Barry Fleming">
+ Buffer immutable log events in the SmtpManager.
+ </action>
<action issue="LOG4J2-3175" dev="vy" type="fix" due-to="wuqian0808">
Avoid KafkaManager override when topics differ.
</action>