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/11/06 00:51:29 UTC

logging-log4j2 git commit: LOG4J2-1637 change log (underlying issue fixed by LOG4J2-1660)

Repository: logging-log4j2
Updated Branches:
  refs/heads/master bfab24593 -> 769612070


LOG4J2-1637 change log (underlying issue fixed by LOG4J2-1660)


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

Branch: refs/heads/master
Commit: 769612070675edcf7e2d1fdd861d49b04ea7b8a0
Parents: bfab245
Author: rpopma <rp...@apache.org>
Authored: Sun Nov 6 09:51:22 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun Nov 6 09:51:22 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/76961207/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f86ae32..a204389 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,9 @@
   </properties>
   <body>
     <release version="2.8" date="2016-MM-DD" description="GA Release 2.8">
+      <action issue="LOG4J2-1637" dev="rpopma" type="fix">
+        Fixed problems when used in OSGi containers (IllegalAccessError, NoClassDefFoundError).
+      </action>
       <action issue="LOG4J2-1226" dev="rpopma" type="fix">
         Improve LogEvent serialization to handle non-serializable Messages and deserializing when required classes are missing.
       </action>