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 2015/09/24 05:41:07 UTC

logging-log4j2 git commit: [LOG4J2-1131] Update mongo-java-driver from 2.13.2 to 2.13.3. org.apache.logging.log4j.nosql.appender.MongoDbTest passes with MongoDB 3.0.6 on Windows 7.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master f1e3bec24 -> 274a020f7


[LOG4J2-1131] Update mongo-java-driver from 2.13.2 to 2.13.3.
org.apache.logging.log4j.nosql.appender.MongoDbTest passes with MongoDB
3.0.6 on Windows 7.

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

Branch: refs/heads/master
Commit: 274a020f71664e36670885194904ffcdadd6c689
Parents: f1e3bec
Author: ggregory <gg...@apache.org>
Authored: Wed Sep 23 20:41:04 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Wed Sep 23 20:41:04 2015 -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/274a020f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7ee4b31..fc3dbc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -677,7 +677,7 @@
       <dependency>
         <groupId>org.mongodb</groupId>
         <artifactId>mongo-java-driver</artifactId>
-        <version>2.13.2</version>
+        <version>2.13.3</version>
       </dependency>
       <dependency>
         <groupId>org.lightcouch</groupId>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/274a020f/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 43058db..629fb60 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -32,6 +32,9 @@
       <action issue="LOG4J2-1128" dev="ggregory" type="update">
         Reuse StringBuilder to improve performance for String-based layouts: CSV, GELF, HTML, RFC524, Syslog.
       </action>
+      <action issue="LOG4J2-1131" dev="ggregory" type="update">
+        Update mongo-java-driver from 2.13.2 to 2.13.3.
+      </action>
     </release>
     <release version="2.4" date="2015-09-20" description="GA Release 2.4">
       <action issue="LOG4J2-635" dev="rgoers" type="add">