You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2014/09/30 16:41:47 UTC

[1/2] git commit: Use FindBugs 3.0.0 on Java 7 and 2.5.5 on older Java versions.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 44d82129f -> cda9b78bb


Use FindBugs 3.0.0 on Java 7 and 2.5.5 on older Java versions.

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

Branch: refs/heads/master
Commit: 06898dc7e8e4b0092948a45bb6e8e82314e6b48b
Parents: 00f9944
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Sep 30 10:37:18 2014 -0400
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Sep 30 10:37:18 2014 -0400

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/06898dc7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d107f17..81f1f66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1281,9 +1281,9 @@
       </build>
     </profile>
     <profile>
-      <id>jdk8</id>
+      <id>jdk7</id>
       <activation>
-        <jdk>[1.8,)</jdk>
+        <jdk>[1.7,)</jdk>
       </activation>
       <properties>
         <findbugs.plugin.version>3.0.0</findbugs.plugin.version>


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/logging-log4j2.git

Posted by gg...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/logging-log4j2.git

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

Branch: refs/heads/master
Commit: cda9b78bb44e607448a3dfbd5ef188ae6625e8b6
Parents: 06898dc 44d8212
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Sep 30 10:41:18 2014 -0400
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Sep 30 10:41:18 2014 -0400

----------------------------------------------------------------------
 .../org/apache/logging/log4j/spi/Provider.java  |  3 +-
 log4j-bom/pom.xml                               | 16 ++++++
 .../org/apache/logging/log4j/core/Layout.java   |  4 +-
 .../org/apache/logging/log4j/core/LogEvent.java | 56 +++++++++++---------
 .../core/config/AbstractConfiguration.java      | 30 ++++++-----
 .../log4j/core/config/ConfigurationFactory.java | 13 +++--
 .../log4j/core/config/OrderComparator.java      | 16 ++++++
 .../plugins/convert/TypeConverterRegistry.java  |  5 +-
 .../logging/log4j/core/lookup/Interpolator.java |  3 +-
 .../lookup/JmxRuntimeInputArgumentsLookup.java  | 16 ++++++
 .../javax.annotation.processing.Processor       | 16 ++++++
 .../org.apache.commons.logging.LogFactory       | 18 ++++++-
 .../src/main/resources/perf-log4j12-async.xml   | 26 +++++++--
 .../src/main/resources/perf-logback-async.xml   | 18 ++++++-
 .../src/main/resources/perf3PlainNoLoc.xml      | 16 ++++++
 .../src/main/resources/perf5AsyncApndNoLoc.xml  | 18 ++++++-
 .../javax.servlet.ServletContainerInitializer   | 18 ++++++-
 17 files changed, 229 insertions(+), 63 deletions(-)
----------------------------------------------------------------------