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 2016/03/15 10:08:45 UTC

[1/2] logging-log4j2 git commit: Reference Java 7, not 6 for jconsole.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 52d04e077 -> ba5cf4562


Reference Java 7, not 6 for jconsole.

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

Branch: refs/heads/master
Commit: 8e13c98f6534c1d45ce92bb1420de7893902433a
Parents: d5f7c94
Author: ggregory <gg...@apache.org>
Authored: Tue Mar 15 02:08:09 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Tue Mar 15 02:08:09 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8e13c98f/log4j-jmx-gui/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-jmx-gui/pom.xml b/log4j-jmx-gui/pom.xml
index 0b4f07f..b460514 100644
--- a/log4j-jmx-gui/pom.xml
+++ b/log4j-jmx-gui/pom.xml
@@ -194,7 +194,7 @@
         <dependency>
           <groupId>com.sun</groupId>
           <artifactId>jconsole</artifactId>
-          <version>1.6.0</version>
+          <version>1.7.0</version>
           <scope>system</scope>
           <systemPath>${java.home}/../lib/jconsole.jar</systemPath>
           <optional>true</optional>
@@ -213,7 +213,7 @@
         <dependency>
           <groupId>com.sun</groupId>
           <artifactId>jconsole</artifactId>
-          <version>1.6.0</version>
+          <version>1.7.0</version>
           <scope>system</scope>
           <systemPath>${java.home}/../Classes/jconsole.jar</systemPath>
           <optional>true</optional>


[2/2] logging-log4j2 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/ba5cf456
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ba5cf456
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ba5cf456

Branch: refs/heads/master
Commit: ba5cf45628fe48a915821aad92b58a5f3b322fc2
Parents: 8e13c98 52d04e0
Author: ggregory <gg...@apache.org>
Authored: Tue Mar 15 02:08:30 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Tue Mar 15 02:08:30 2016 -0700

----------------------------------------------------------------------
 log4j-core/pom.xml                              |   6 +
 .../logging/log4j/core/GcFreeLoggingTest.java   | 131 +++++++++++++++++++
 pom.xml                                         |   6 +
 3 files changed, 143 insertions(+)
----------------------------------------------------------------------