You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2020/03/29 05:44:15 UTC

[logging-log4j2] branch master updated: LOG4J2-2790 - Conditionally allocate PluginEntry during PluginCache loading.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d780a8d  LOG4J2-2790 - Conditionally allocate PluginEntry during PluginCache loading.
d780a8d is described below

commit d780a8d2e25abc0574ef8e1907802d9d8d8ab0d6
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Mar 28 22:23:57 2020 -0700

    LOG4J2-2790 - Conditionally allocate PluginEntry during PluginCache loading.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3056109..61aa5b7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -169,6 +169,9 @@
       </action>
     </release>
     <release version="2.13.2" date="2020-MM-DD" description="GA Release 2.13.2">
+      <action issue="LOG4J2-2790" dev="rgoers" type="fix" due-to="Marius Volkhart">
+        Conditionally allocate PluginEntry during PluginCache loading.
+      </action>
       <action issue="LOG4J2-2811" dev="rgoers" type="fix" due-to="Kuojian21">
         Add missing includeLocation parameter when creating AsyncLogger.
       </action>