HADOOP-7470. Move up to Jackson 1.8.8. Contributed by Enis Soztutar
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1239386 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
947ede4c4e
commit
42d1c9b251
@ -79,7 +79,8 @@ Trunk (unreleased changes)
|
|||||||
HADOOP-7988. Upper case in hostname part of the principals doesn't work with
|
HADOOP-7988. Upper case in hostname part of the principals doesn't work with
|
||||||
kerberos. (jitendra)
|
kerberos. (jitendra)
|
||||||
|
|
||||||
BUGS
|
BUG FIXES
|
||||||
|
|
||||||
HADOOP-8006 TestFSInputChecker is failing in trunk.
|
HADOOP-8006 TestFSInputChecker is failing in trunk.
|
||||||
(Daryn Sharp via bobby)
|
(Daryn Sharp via bobby)
|
||||||
|
|
||||||
@ -227,6 +228,8 @@ Release 0.23.1 - Unreleased
|
|||||||
HADOOP-8009. Create hadoop-client and hadoop-minicluster artifacts for downstream
|
HADOOP-8009. Create hadoop-client and hadoop-minicluster artifacts for downstream
|
||||||
projects. (tucu)
|
projects. (tucu)
|
||||||
|
|
||||||
|
HADOOP-7470. Move up to Jackson 1.8.8. (Enis Soztutar via szetszwo)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
@ -81,6 +81,6 @@ wagon-http.version=1.0-beta-2
|
|||||||
xmlenc.version=0.52
|
xmlenc.version=0.52
|
||||||
xerces.version=1.4.4
|
xerces.version=1.4.4
|
||||||
|
|
||||||
jackson.version=1.8.2
|
jackson.version=1.8.8
|
||||||
yarn.version=0.24.0-SNAPSHOT
|
yarn.version=0.24.0-SNAPSHOT
|
||||||
hadoop-mapreduce.version=0.24.0-SNAPSHOT
|
hadoop-mapreduce.version=0.24.0-SNAPSHOT
|
||||||
|
@ -524,7 +524,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.jackson</groupId>
|
<groupId>org.codehaus.jackson</groupId>
|
||||||
<artifactId>jackson-mapper-asl</artifactId>
|
<artifactId>jackson-mapper-asl</artifactId>
|
||||||
<version>1.7.1</version>
|
<version>1.8.8</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.aspectj</groupId>
|
<groupId>org.aspectj</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user