You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/09/04 07:22:00 UTC

[12/50] logging-log4j2 git commit: [LOG4J2-1553] AbstractManager should implement AutoCloseable.

[LOG4J2-1553] AbstractManager should implement AutoCloseable.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/48117f87
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/48117f87
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/48117f87

Branch: refs/heads/LOG4J2-1349-gcfree-threadcontext
Commit: 48117f8753b141f6a62dbb8cfda187bb88f667c0
Parents: 1dee393
Author: ggregory <gg...@apache.org>
Authored: Wed Aug 31 10:42:39 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Wed Aug 31 10:42:39 2016 -0700

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/48117f87/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fd1d09b..bdaaca8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -102,6 +102,9 @@
       <action issue="LOG4J2-1502" dev="ggregory" type="fix" due-to="Sumit Singhal">
         CsvParameterLayout and CsvLogEventLayout insert NUL characters if data starts with {, (, [ or "
       </action>
+      <action issue="LOG4J2-1553" dev="ggregory" type="add">
+        AbstractManager should implement AutoCloseable.
+      </action>
       <action issue="LOG4J2-1528" dev="mikes" type="add">
         Create XML configuration file from ConfigurationBuilder.
       </action>