diff --git a/pom.xml b/pom.xml index bb929595e..86aad4428 100644 --- a/pom.xml +++ b/pom.xml @@ -177,6 +177,9 @@ fangwentong fangwentong2012@gmail.com + + David Georg Reichelt + diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a820ea34e..2a0883d76 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,6 +47,7 @@ The type attribute can be add,update,fix,remove. Changing Maven coordinates, and package name, due to binary incompatible changes. Bumping Compiler Level to 1.8. DiskFileItem.write(File) had been changed to use FileUtils.moveFile internally, preventing an existing file as the target. + Performance gains by reusing an internal buffer. Don't create un-needed resources in FileUploadBase.java