You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/12/20 19:44:05 UTC

[commons-fileupload] branch master updated: Slight optim: resuse the index position instead of recomputing it #49.

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

ggregory 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 7d3b919  Slight optim: resuse the index position instead of recomputing it #49.
7d3b919 is described below

commit 7d3b919f4dc0af09dec92d8eb6fc03b34e197664
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Dec 20 14:44:02 2020 -0500

    Slight optim: resuse the index position instead of recomputing it #49.
---
 src/changes/changes.xml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b6bc480..eaf7664 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,15 +48,12 @@ The <action> type attribute can be add,update,fix,remove.
       <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>
-      <action                        dev="jochen" type="add">Add the package org.apache.fileupload2.jaksrvlt,
-        for compliance with Jakarta Servlet API 5.0.
-      </action>
+      <action                        dev="jochen" type="add">Add the package org.apache.fileupload2.jaksrvlt, for compliance with Jakarta Servlet API 5.0.</action>
       <action                        dev="jochen" type="add">Making FileUploadException a subclass of IOException. (Mibor API simplification.)</action>
-      <action issue="FILEUPLOAD-274" dev="jochen" due-to="Merbin J Anselm" due-to-email="merbinjanselm@gmail.com">
-        RFC 5987 compliance
-      </action>
+      <action issue="FILEUPLOAD-274" dev="jochen" due-to="Merbin J Anselm" due-to-email="merbinjanselm@gmail.com">RFC 5987 compliance</action>
       <action                        dev="ggregory" type="update" due-to="Gary Gregory">Update tests from commons-io:commons-io 2.6 to 2.7.</action>
       <action                        dev="ggregory" type="update" due-to="Dependabot">Update junit-jupiter from 5.5.2 to 5.6.2 #31.</action>
+      <action                        dev="ggregory" type="update" due-to="Emmanuel Lécharny">Slight optim: resuse the index position instead of recomputing it #49.</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>