You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2017/02/07 16:20:27 UTC

logging-log4j2 git commit: LOG4J2-1810 - Update Logback to 1.1.10

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 693c9b3f7 -> 142b5d5e0


LOG4J2-1810 - Update Logback to 1.1.10


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

Branch: refs/heads/master
Commit: 142b5d5e02fffb77aed2e044c9b2d28ab28c638d
Parents: 693c9b3
Author: Ralph Goers <ra...@dslextreme.com>
Authored: Tue Feb 7 09:20:18 2017 -0700
Committer: Ralph Goers <ra...@dslextreme.com>
Committed: Tue Feb 7 09:20:18 2017 -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/142b5d5e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f94dfe0..056ee81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
     <Log4jReleaseKey>FA1C814D</Log4jReleaseKey> -->
     <!-- note that any properties you want available in velocity templates must not use periods! -->
     <slf4jVersion>1.7.21</slf4jVersion>
-    <logbackVersion>1.1.7</logbackVersion>
+    <logbackVersion>1.1.10</logbackVersion>
     <jackson1Version>1.9.13</jackson1Version>
     <jackson2Version>2.8.5</jackson2Version>
     <springVersion>3.2.18.RELEASE</springVersion>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/142b5d5e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a8b0001..db13e56 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,6 +25,9 @@
   <body>
     <!-- NOTE: the text node in an action element is interpreted as Markdown in the release notes! -->
     <release version="2.8.1" date="2017-MM-DD" description="GA Release 2.8.1">
+      <action issue="LOG4J2-1810" dev="rgoers" type="update">
+        Update to use Logback 1.1.10 for tests.
+      </action>
       <action issue="LOG4J2-1803" dev="rgoers" type="fix">
         Fix Maven POM to ensure JMH generated classes in log4j-perf are included in benchmarks jar.
       </action>