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

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


    from e01beeb3 Bump org.apache.commons:commons-parent from 81 to 83
     new 049d36be Refactor magic char
     new 10a24564 Refactor magic chars
     new b31c02b5 Use try-with-resources
     new c79304fa ast statement in DiskFileItem.finalize() method should be a 
call to super.finalize()
     new 297566b7 Javadoc
     new 1a83dfc3 Internal refactoring
     new 70b87ab2 FIx PMD naming issue
     new 59452fba Fix PMD null handling issue
     new ae1b0163 Fix PMD style issue
     new 8d546d9b Normalize local variable and parameter naming
     new 2c5a7859 Add JApiCmp to the default Maven goal
     new 7b3597a2 
org.apache.commons.fileupload.FileUploadBase.FileUploadIOException is now a 
proper Java 1.4-style exception (propagates its cause to super)
     new 0cc48d9b Javadoc
     new d8b90d34 Normalize local variable and parameter naming

The 14 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:
 pom.xml                                            |   2 +-
 src/changes/changes.xml                            |   5 +-
 .../FileCountLimitExceededException.java           |   2 +-
 .../apache/commons/fileupload/FileUploadBase.java  | 148 +++++++---------
 .../fileupload/InvalidFileNameException.java       |  10 +-
 .../apache/commons/fileupload/MultipartStream.java |  83 ++++-----
 .../apache/commons/fileupload/ParameterParser.java |  32 +---
 .../commons/fileupload/ProgressListener.java       |   8 +-
 .../commons/fileupload/disk/DiskFileItem.java      | 186 ++++++++++-----------
 .../fileupload/disk/DiskFileItemFactory.java       |  21 +--
 .../fileupload/servlet/FileCleanerCleanup.java     |  17 +-
 .../fileupload/util/LimitedInputStream.java        |  15 +-
 .../apache/commons/fileupload/util/Streams.java    |   4 +-
 .../util/mime/QuotedPrintableDecoder.java          |  35 +++-
 .../fileupload/util/mime/RFC2231Utility.java       |  13 +-
 .../apache/commons/fileupload/FileUploadTest.java  |  11 +-
 .../commons/fileupload/MockHttpServletRequest.java |   4 +-
 .../commons/fileupload/ProgressListenerTest.java   |  30 ++--
 .../apache/commons/fileupload/StreamingTest.java   |  38 ++---
 19 files changed, 318 insertions(+), 346 deletions(-)

Reply via email to