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 2014/06/26 05:19:57 UTC

svn commit: r1605656 - in /logging/log4j/log4j2/trunk: pom.xml src/changes/changes.xml

Author: ggregory
Date: Thu Jun 26 03:19:57 2014
New Revision: 1605656

URL: http://svn.apache.org/r1605656
Log:
[LOG4J2-689] Update Jackson to 2.4.1.

Modified:
    logging/log4j/log4j2/trunk/pom.xml
    logging/log4j/log4j2/trunk/src/changes/changes.xml

Modified: logging/log4j/log4j2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1605656&r1=1605655&r2=1605656&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Thu Jun 26 03:19:57 2014
@@ -156,7 +156,7 @@
     <Log4jReleaseVersion>2.0-rc2</Log4jReleaseVersion>
     <Log4jReleaseCount>thirteenth</Log4jReleaseCount>
     <jackson1.version>1.9.13</jackson1.version>
-    <jackson2.version>2.3.3</jackson2.version>
+    <jackson2.version>2.4.1</jackson2.version>
     <spring.version>3.2.8.RELEASE</spring.version>
     <flumeVersion>1.5.0</flumeVersion>
     <disruptor.version>3.2.1</disruptor.version>
@@ -459,7 +459,7 @@
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
-        <version>${jackson2.version}</version>
+        <version>2.4.1.1</version>
         <optional>true</optional>
       </dependency>
       <dependency>

Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1605656&r1=1605655&r2=1605656&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Thu Jun 26 03:19:57 2014
@@ -37,6 +37,9 @@
       <action issue="LOG4J2-688" dev="ggregory" type="fix">
         Make org.apache.logging.log4j.core.layout.PatternLayout immutable.
       </action>      
+      <action issue="LOG4J2-689" dev="ggregory" type="update">
+        Update Jackson to 2.4.1.
+      </action>      
     </release>
     <release version="2.0-rc2" date="2014-06-21" description="Bug fixes and enhancements">
       <action issue="LOG4J2-675" dev="rpopma" type="add">