You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jo...@apache.org on 2019/03/25 14:46:10 UTC

[commons-fileupload] branch master updated: PR: FILEUPLOAD-296 Adding David Georg Reichelt as a contributor. (No email available, sorry.)

This is an automated email from the ASF dual-hosted git repository.

jochen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new 86a2473  PR: FILEUPLOAD-296 Adding David Georg Reichelt as a contributor. (No email available, sorry.)
86a2473 is described below

commit 86a24738032c0983ddfe36200ae8c66d5776a00b
Author: Jochen Wiedmann (jwi) <jo...@softwareag.com>
AuthorDate: Mon Mar 25 15:45:48 2019 +0100

    PR: FILEUPLOAD-296 Adding David Georg Reichelt as a contributor. (No
    email available, sorry.)
---
 pom.xml                 | 3 +++
 src/changes/changes.xml | 1 +
 2 files changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index bb92959..86aad44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,6 +177,9 @@
       <name>fangwentong</name>
       <email>fangwentong2012@gmail.com</email>
     </contributor>
+    <contributor>
+      <name>David Georg Reichelt</name>
+    </contributor>
   </contributors>
 
   <scm>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a820ea3..2a0883d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                        dev="jochen" type="update">Changing Maven coordinates, and package name, due to binary incompatible changes.</action>
       <action                        dev="jochen" type="update">Bumping Compiler Level to 1.8.</action>
       <action issue="FILEUPLOAD-293" dev="jochen" type="fix">DiskFileItem.write(File) had been changed to use FileUtils.moveFile internally, preventing an existing file as the target.</action>
+      <action issue="FILEUPLOAD-296" dev="jochen" type="fix" due-to="David Georg Reochelt">Performance gains by reusing an internal buffer.</action>
     </release>
     <release version="1.4" date="2018-12-23" description="1.4 Release">
       <action issue="FILEUPLOAD-292" dev="chtompki" type="update">Don't create un-needed resources in FileUploadBase.java</action>