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/02/17 17:27:29 UTC

logging-log4j2 git commit: [LOG4J2-1819] Update Jackson from 2.8.5 to 2.8.6.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 60cb592e4 -> 8a10178bc


[LOG4J2-1819] Update Jackson from 2.8.5 to 2.8.6. 

Local build OK (except log4j-nosql which fails on Windows due to the
Cassandra code.)

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

Branch: refs/heads/master
Commit: 8a10178bc0627c7579f936143104efe0a3e296f5
Parents: 60cb592
Author: Gary Gregory <gg...@apache.org>
Authored: Fri Feb 17 09:27:25 2017 -0800
Committer: Gary Gregory <gg...@apache.org>
Committed: Fri Feb 17 09:27:25 2017 -0800

----------------------------------------------------------------------
 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/8a10178b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1f51cf1..31de55c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,7 +179,7 @@
     <slf4jVersion>1.7.21</slf4jVersion>
     <logbackVersion>1.2.0</logbackVersion>
     <jackson1Version>1.9.13</jackson1Version>
-    <jackson2Version>2.8.5</jackson2Version>
+    <jackson2Version>2.8.6</jackson2Version>
     <springVersion>3.2.18.RELEASE</springVersion>
     <flumeVersion>1.7.0</flumeVersion>
     <disruptorVersion>3.3.6</disruptorVersion>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8a10178b/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f5f8556..cd784b7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -37,6 +37,9 @@
       <action issue="LOG4J2-1810" dev="rgoers" type="update">
         Update to use Logback 1.1.10 and then Logback 1.2 for tests.
       </action>
+      <action issue="LOG4J2-1819" dev="ggregory" type="update">
+        Update Jackson from 2.8.5 to 2.8.6.
+      </action>
       <action issue="LOG4J2-1816" dev="rpopma" type="fix" due-to="shubhankar1100">
         Change minOccur to minOccurs in Log4j-config.xsd.
       </action>