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

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


    from 87064e08 FileItemInputIteratorImpl.findNextItem() now uses the max 
file count. (#481)
     new 90280c4f Use final
     new dce34d2e Use final
     new 422edc83 No need to nest
     new 56de2bb2 Use final
     new 5c2723d5 Add @Override
     new 1ea47865 Add @Override
     new 9eff2e6a Use final
     new cead2548 Use final
     new aa257c0c Remove trailing whitespace
     new 1caa8984 FileItemInputIteratorImpl.findNextItem() now uses the max 
file count (#481).

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../fileupload2/core/DeferrableOutputStream.java   | 54 +++++++++---------
 .../commons/fileupload2/core/DiskFileItem.java     |  1 +
 .../fileupload2/core/DiskFileItemFactory.java      |  1 +
 .../fileupload2/core/AbstractFileUploadTest.java   |  4 +-
 .../fileupload2/core/AbstractSizesTest.java        |  4 +-
 .../core/DeferrableOutputStreamTest.java           | 65 +++++++++++-----------
 .../core/DiskFileItemSerializeTest.java            |  8 +--
 .../commons/fileupload2/core/DiskFileItemTest.java | 14 ++---
 .../fileupload2/core/RFC2231UtilityTestCase.java   |  2 +-
 src/changes/changes.xml                            |  1 +
 10 files changed, 78 insertions(+), 76 deletions(-)

Reply via email to