Repository: logging-log4j2 Updated Branches: refs/heads/master 61b419dd6 -> 05b236239
[LOG4J2-1051] NoClassDefFoundError when starting app on Google App Engine. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/05b23623 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/05b23623 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/05b23623 Branch: refs/heads/master Commit: 05b2362397b38466301313d0b718587ee9bef873 Parents: 61b419d Author: Gary Gregory <[email protected]> Authored: Fri Jun 12 08:31:24 2015 -0700 Committer: Gary Gregory <[email protected]> Committed: Fri Jun 12 08:31:24 2015 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/05b23623/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d0ea9bd..012b55a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -30,6 +30,9 @@ <action issue="LOG4J2-1015" dev="ggregory" type="add" due-to="Daniel Marcotte"> Add a way to route messages based on the %marker in Layout for RoutingAppender. </action> + <action issue="LOG4J2-1051" dev="ggregory" type="fix" due-to="Lukasz Lenart"> + NoClassDefFoundError when starting app on Google App Engine. + </action> <action issue="LOG4J2-1049" dev="rpopma" type="fix" due-to="Robert Schaft"> AsyncAppender now resets the thread interrupted flag after catching InterruptedException. </action>
