Repository: logging-log4j2 Updated Branches: refs/heads/master 11945f025 -> 0b085168f
Update changes.xml for [LOG4J2-1346] Throw exception in Log4jServletContextListener preventing jetty-maven-plugin run-forked. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/0b085168 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/0b085168 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/0b085168 Branch: refs/heads/master Commit: 0b085168fd0ffadabdee50187627a823042a0c12 Parents: 11945f0 Author: ggregory <[email protected]> Authored: Thu Mar 31 19:20:02 2016 -0700 Committer: ggregory <[email protected]> Committed: Thu Mar 31 19:20:02 2016 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0b085168/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e9d2ca8..dc660b8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -27,6 +27,9 @@ <action issue="LOG4J2-1336" dev="ggregory" type="fix" due-to="Zbynek Vyskovsky"> LoggerFactory in 1.2 API module is not compatible with 1.2. </action> + <action issue="LOG4J2-1346" type="fix"> + Throw exception in Log4jServletContextListener preventing jetty-maven-plugin run-forked. + </action> <action issue="LOG4J2-1278" dev="rpopma" type="add"> (GC) Added unrolled varargs methods to Logger API, added Unbox utility to avoid auto-boxing when logging primitive values. </action>
