Prechádzať zdrojové kódy

HADOOP-6579. Upgrade the commons-codec library to 1.4. (omalley)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hdfs/trunk@916292 13f79535-47bb-0310-9956-ffa450edef68
Owen O'Malley 15 rokov pred
rodič
commit
e52b72d1ed

+ 1 - 1
.eclipse.templates/.classpath

@@ -12,7 +12,7 @@
 	<classpathentry kind="lib" path="build/ivy/lib/Hadoop-Hdfs/common/hadoop-core-0.22.0-SNAPSHOT.jar"/>
 	<classpathentry kind="lib" path="build/ivy/lib/Hadoop-Hdfs/test/hadoop-core-test-0.22.0-SNAPSHOT.jar"/>
 	<classpathentry kind="lib" path="build/ivy/lib/Hadoop-Hdfs/common/commons-cli-1.2.jar"/>
-	<classpathentry kind="lib" path="build/ivy/lib/Hadoop-Hdfs/common/commons-codec-1.3.jar"/>
+	<classpathentry kind="lib" path="build/ivy/lib/Hadoop-Hdfs/common/commons-codec-1.4.jar"/>
 	<classpathentry kind="lib" path="build/ivy/lib/Hadoop-Hdfs/common/commons-el-1.0.jar"/>
 	<classpathentry kind="lib" path="build/ivy/lib/Hadoop-Hdfs/common/commons-httpclient-3.0.1.jar"/>
 	<classpathentry kind="lib" path="build/ivy/lib/Hadoop-Hdfs/common/commons-logging-1.1.1.jar"/>

+ 5 - 2
CHANGES.txt

@@ -21,8 +21,8 @@ Trunk (unreleased changes)
     HDFS-935. Adds a real user component in Delegation token.
     (Jitendra Nath Pandey via ddas)
 
-    HDFS-245. Adds a symlink implementation to HDFS. This complements the new symlink feature added in HADOOP-6421
-    (Eli Collins via Sanjay Radia)
+    HDFS-245. Adds a symlink implementation to HDFS. This complements the new 
+    symlink feature added in HADOOP-6421 (Eli Collins via Sanjay Radia)
 
   IMPROVEMENTS
     
@@ -73,12 +73,15 @@ Trunk (unreleased changes)
     meaningful exceptions when there are failures instead of returning 
     false. (omalley)
 
+    HADOOP-6579. Upgrade the commons-codec library to 1.4. (omalley)
+
   OPTIMIZATIONS
 
     HDFS-946. NameNode should not return full path name when lisitng a
     diretory or getting the status of a file. (hairong)
 
   BUG FIXES
+
     HDFS-913. Rename fault injection test TestRename.java to TestFiRename.java
     to include it in tests run by ant target run-test-hdfs-fault-inject.
     (suresh)

+ 0 - 1
ivy/libraries.properties

@@ -21,7 +21,6 @@ checkstyle.version=4.2
 
 commons-cli.version=1.2
 commons-cli2.version=2.0-mahout
-commons-codec.version=1.3
 commons-collections.version=3.1
 commons-httpclient.version=3.0.1
 commons-lang.version=2.4

+ 1 - 1
src/contrib/hdfsproxy/ivy.xml

@@ -93,7 +93,7 @@
 		<dependency org="commons-httpclient" name="commons-httpclient" rev="3.1" conf="common->master"/>
 		<dependency org="commons-io" name="commons-io" rev="1.4" conf="common->master"/>
 		<dependency org="commons-lang" name="commons-lang" rev="2.3" conf="common->master"/>
-		<dependency org="commons-codec" name="commons-codec" rev="1.3" conf="common->master"/>
+		<dependency org="commons-codec" name="commons-codec" rev="1.4" conf="common->master"/>
 		
 		<dependency org="aspectj" name="aspectjrt" rev="1.5.3" conf="common->master"/>