Repository: logging-log4j2 Updated Branches: refs/heads/master dd8a3ef3a -> 4da152807
[LOG4J2-890] log4j-web-2.1 should workaround a bug in JBOSS EAP 6.2. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/4da15280 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4da15280 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/4da15280 Branch: refs/heads/master Commit: 4da152807820380d5642b00fad793816463f5ea5 Parents: dd8a3ef Author: Gary Gregory <garydgreg...@gmail.com> Authored: Thu Jun 11 17:24:39 2015 -0700 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Thu Jun 11 17:24:39 2015 -0700 ---------------------------------------------------------------------- .../services/javax.servlet.ServletContainerInitializer | 7 ++++++- src/changes/changes.xml | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4da15280/log4j-web/src/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer ---------------------------------------------------------------------- diff --git a/log4j-web/src/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer b/log4j-web/src/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer index 1313844..6850dab 100644 --- a/log4j-web/src/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer +++ b/log4j-web/src/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer @@ -1,3 +1,9 @@ +org.apache.logging.log4j.web.Log4jServletContainerInitializer +# +# See https://issues.apache.org/jira/browse/LOG4J2-890 +# See https://issues.jboss.org/browse/WFLY-4458 +# + # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with @@ -14,4 +20,3 @@ # See the license for the specific language governing permissions and # limitations under the license. # -org.apache.logging.log4j.web.Log4jServletContainerInitializer http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4da15280/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7fd3446..d0ea9bd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -66,6 +66,9 @@ <action issue="LOG4J2-1046" dev="ggregory" type="fix" due-to="Kenneth Gendron"> Circular Exception cause throws StackOverflowError. </action> + <action issue="LOG4J2-890" dev="ggregory" type="update" due-to="Hassan Kalaldeh, Robert Andersson, Remko Popma"> + log4j-web-2.1 should workaround a bug in JBOSS EAP 6.2. + </action> <action issue="LOG4J2-403" dev="ggregory" type="update" due-to="Poorna Subhash P, Jeremy Lautman"> MongoDB appender, username and password should be optional. </action>