You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/06/06 16:18:34 UTC

[1/3] commons-fileupload git commit: Adding myself to pom

Repository: commons-fileupload
Updated Branches:
  refs/heads/b1_3 cb28d4393 -> dd2238b16


Adding myself to pom


Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/9f61aa7c
Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/9f61aa7c
Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/9f61aa7c

Branch: refs/heads/b1_3
Commit: 9f61aa7c3a5e494dec10a172f6b64afad4fd9598
Parents: cb28d43
Author: Rob Tompkins <ch...@gmail.com>
Authored: Tue Jun 6 12:09:30 2017 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Tue Jun 6 12:09:30 2017 -0400

----------------------------------------------------------------------
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/9f61aa7c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c73f0df..422619b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>commons-fileupload</groupId>
   <artifactId>commons-fileupload</artifactId>
-  <version>1.3.4-SNAPSHOT</version>
+  <version>1.3.3</version>
 
   <name>Apache Commons FileUpload</name>
   <description>
@@ -97,6 +97,12 @@
       <email>ggregory@apache.org</email>
       <organization />
     </developer>
+    <developer>
+      <name>Rob Tompkins</name>
+      <id>chtompki</id>
+      <email>chtompki@apache.org</email>
+      <organization />
+    </developer>
   </developers>
 
   <contributors>


[2/3] commons-fileupload git commit: Preparing 1.3.3-RC5

Posted by ch...@apache.org.
Preparing 1.3.3-RC5


Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/cf5e7cde
Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/cf5e7cde
Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/cf5e7cde

Branch: refs/heads/b1_3
Commit: cf5e7cdeb062a89b802217d0b98ac197c1e1dfbe
Parents: 9f61aa7
Author: Rob Tompkins <ch...@gmail.com>
Authored: Tue Jun 6 12:09:58 2017 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Tue Jun 6 12:09:58 2017 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/cf5e7cde/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 422619b..273139b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,7 @@
     <connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-fileupload.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-fileupload.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=commons-fileupload.git</url>
-    <tag>HEAD</tag>
+    <tag>commons-fileupload-1.3.3-RC5</tag>
   </scm>
   <issueManagement>
     <system>jira</system>


[3/3] commons-fileupload git commit: (chore) more tabs to spaces

Posted by ch...@apache.org.
(chore) more tabs to spaces


Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/dd2238b1
Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/dd2238b1
Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/dd2238b1

Branch: refs/heads/b1_3
Commit: dd2238b1671644cfead0e87c24a8ac61b4039084
Parents: cf5e7cd
Author: Rob Tompkins <ch...@gmail.com>
Authored: Tue Jun 6 12:18:26 2017 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Tue Jun 6 12:18:26 2017 -0400

----------------------------------------------------------------------
 .../org/apache/commons/fileupload/disk/DiskFileItem.java     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/dd2238b1/src/main/java/org/apache/commons/fileupload/disk/DiskFileItem.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/fileupload/disk/DiskFileItem.java b/src/main/java/org/apache/commons/fileupload/disk/DiskFileItem.java
index bcb3f1c..00eda95 100644
--- a/src/main/java/org/apache/commons/fileupload/disk/DiskFileItem.java
+++ b/src/main/java/org/apache/commons/fileupload/disk/DiskFileItem.java
@@ -660,10 +660,10 @@ public class DiskFileItem
      */
     private void readObject(ObjectInputStream in)
             throws IOException, ClassNotFoundException {
-    	if (!Boolean.getBoolean(SERIALIZABLE_PROPERTY)) {
-    		throw new IllegalStateException("Property " + SERIALIZABLE_PROPERTY
-    				+ " is not true, rejecting to deserialize a DiskFileItem.");
-    	}
+        if (!Boolean.getBoolean(SERIALIZABLE_PROPERTY)) {
+            throw new IllegalStateException("Property " + SERIALIZABLE_PROPERTY
+                    + " is not true, rejecting to deserialize a DiskFileItem.");
+        }
         // read values
         in.defaultReadObject();