Repository: logging-log4j2 Updated Branches: refs/heads/master 3a66d6147 -> a6392fe11
Disable build of Tomcat integration - delay for 2.10.0 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a6392fe1 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a6392fe1 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a6392fe1 Branch: refs/heads/master Commit: a6392fe114e9ba1c2b5bb5429d810de720120c71 Parents: 3a66d61 Author: Ralph Goers <[email protected]> Authored: Mon Sep 11 21:06:18 2017 -0700 Committer: Ralph Goers <[email protected]> Committed: Mon Sep 11 21:06:18 2017 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- src/changes/changes.xml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a6392fe1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4af4e63..450d4e6 100644 --- a/pom.xml +++ b/pom.xml @@ -1294,7 +1294,7 @@ <module>log4j-iostreams</module> <module>log4j-jul</module> <module>log4j-liquibase</module> - <module>log4j-appserver</module> + <!--<module>log4j-appserver</module>--> </modules> <profiles> <profile> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a6392fe1/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index eb9c4da..0fee463 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -31,9 +31,6 @@ - "remove" - Removed --> <release version="2.9.1" date="2017-MM-DD" description="GA Release 2.9.1"> - <action issue="LOG4J2-2025" dev="rgoers" type="update"> - Provide support for overriding the Tomcat Log class in Tomcat 8.5+. - </action> <action issue="LOG4J2-2030" dev="rgoers" type="fix"> Inspect all known ClassLoaders to locate the service provider. </action>
