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 2017/10/23 15:23:09 UTC

[1/3] logging-log4j2 git commit: Update action types from "fix" to "update" for updates.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 798e62514 -> 00823bd95


Update action types from "fix" to "update" for updates.

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

Branch: refs/heads/master
Commit: 78507ea9a20372c0eab9fea89fd6be9f928a8a71
Parents: 10c9e9c
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Oct 23 09:06:00 2017 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Oct 23 09:06:00 2017 -0600

----------------------------------------------------------------------
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/78507ea9/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3cb4b35..03da7f5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -98,10 +98,10 @@
       <action issue="LOG4J2-2085" dev="ggregory" type="fix" due-to="István Neuwirth">
         Wrong Apache Commons CSV version referenced in the Javadoc of CsvParameterLayout.
       </action>
-      <action issue="LOG4J2-2078" dev="ggregory" type="fix">
+      <action issue="LOG4J2-2078" dev="ggregory" type="update">
         Update LMAX disruptor from 3.3.6 to 3.3.7.
       </action>
-      <action issue="LOG4J2-2081" dev="ggregory" type="fix">
+      <action issue="LOG4J2-2081" dev="ggregory" type="update">
         Update Apache Commons Compress from 1.14 to 1.15.
       </action>
     </release>


[2/3] logging-log4j2 git commit: [LOG4J2-2089][TagLib] Update servlet-api provided dependency from 2.5 to 3.0.1.

Posted by gg...@apache.org.
[LOG4J2-2089][TagLib] Update servlet-api provided dependency from 2.5 to
3.0.1.

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

Branch: refs/heads/master
Commit: 5f5182d0e50499447ec7028407a929fd50bfaaee
Parents: 78507ea
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Oct 23 09:20:41 2017 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Oct 23 09:20:41 2017 -0600

----------------------------------------------------------------------
 log4j-taglib/pom.xml    | 4 ++--
 src/changes/changes.xml | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5f5182d0/log4j-taglib/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-taglib/pom.xml b/log4j-taglib/pom.xml
index 32ed968..8645b9e 100644
--- a/log4j-taglib/pom.xml
+++ b/log4j-taglib/pom.xml
@@ -45,8 +45,8 @@
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.5</version>
+      <artifactId>javax.servlet-api</artifactId>
+      <version>3.0.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5f5182d0/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 03da7f5..df6ae2a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -104,6 +104,9 @@
       <action issue="LOG4J2-2081" dev="ggregory" type="update">
         Update Apache Commons Compress from 1.14 to 1.15.
       </action>
+      <action issue="LOG4J2-2089" dev="ggregory" type="update">
+        [TagLib] Update servlet-api provided dependency from 2.5 to 3.0.1.
+      </action>
     </release>
     <release version="2.9.1" date="2017-09-17" description="GA Release 2.9.1">
       <action issue="LOG4J2-1988" dev="rpopma" type="fix">


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

Branch: refs/heads/master
Commit: 00823bd9541bcab405f57ffda2db050aefb87181
Parents: 5f5182d 798e625
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Oct 23 09:22:50 2017 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Oct 23 09:22:50 2017 -0600

----------------------------------------------------------------------
 .../appender/db/AbstractDatabaseManager.java    |  2 +-
 .../db/AbstractDatabaseManagerTest.java         | 50 +++++++++++++++-----
 pom.xml                                         |  2 +-
 src/changes/changes.xml                         |  3 ++
 4 files changed, 42 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


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