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/04/04 22:44:39 UTC

[1/2] logging-log4j2 git commit: [LOG4J2-1352] Update javax.mail from 1.5.4 to 1.5.5.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 2bfcf62df -> 5d0c27285


[LOG4J2-1352] Update javax.mail from 1.5.4 to 1.5.5.

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

Branch: refs/heads/master
Commit: 7fa2b0aa1f45f43850f74f5c867bd4bcfe0684a0
Parents: d69fb83
Author: ggregory <gg...@apache.org>
Authored: Mon Apr 4 13:43:17 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Mon Apr 4 13:43:17 2016 -0700

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7fa2b0aa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bb1a22a..7464496 100644
--- a/pom.xml
+++ b/pom.xml
@@ -561,7 +561,7 @@
       <dependency>
         <groupId>com.sun.mail</groupId>
         <artifactId>javax.mail</artifactId>
-        <version>1.5.4</version>
+        <version>1.5.5</version>
       </dependency>
       <dependency>
         <groupId>org.jboss.spec.javax.jms</groupId>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7fa2b0aa/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 58a2e27..b1b8d1f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -193,6 +193,9 @@
       <action issue="LOG4J2-1294" dev="ggregory" type="update">
         Update Kafka client from 0.9.0.0 to 0.9.0.1.
       </action>
+      <action issue="LOG4J2-1352" dev="ggregory" type="update">
+        Update javax.mail from 1.5.4 to 1.5.5.
+      </action>
       <action issue="LOG4J2-1233" dev="ggregory" type="update" due-to="Bahri Gencsoy">
         Misleading Value In Properties Example.
       </action>


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

Branch: refs/heads/master
Commit: 5d0c27285d9e5df4ddbe3286c44d3d77e74f00f4
Parents: 7fa2b0a 2bfcf62
Author: ggregory <gg...@apache.org>
Authored: Mon Apr 4 13:43:30 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Mon Apr 4 13:43:30 2016 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/log4j/Category.java    | 26 +++++++-------
 .../apache/log4j/spi/LoggerFactoryBridge.java   | 36 --------------------
 src/changes/changes.xml                         |  4 +--
 3 files changed, 16 insertions(+), 50 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5d0c2728/src/changes/changes.xml
----------------------------------------------------------------------