You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2017/03/12 20:11:05 UTC

logging-log4j2 git commit: Add changelog entry for LOG4J2-1753

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 07e91be6b -> 4e1f798cc


Add changelog entry for LOG4J2-1753

This was fixed in 2.8.1, but no changelog entry was ever added.


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

Branch: refs/heads/master
Commit: 4e1f798ccc2de63054a22f30fa9508bc55139577
Parents: 07e91be
Author: Matt Sicker <bo...@gmail.com>
Authored: Sun Mar 12 15:11:00 2017 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sun Mar 12 15:11:00 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4e1f798c/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 99ca6f8..e7f3827 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -81,6 +81,9 @@
       <action issue="LOG4J2-1819" dev="ggregory" type="update">
         Update Jackson from 2.8.5 to 2.8.6.
       </action>
+      <action issue="LOG4J2-1753" dev="ggregory" type="fix" due-to="Ludovic Hochet">
+        Fix ClassNotFoundException org.apache.logging.log4j.core.util.ExecutorServices in OSGi tests.
+      </action>
       <action issue="LOG4J2-1816" dev="rpopma" type="fix" due-to="shubhankar1100">
         Change minOccur to minOccurs in Log4j-config.xsd.
       </action>