This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
from f409d05 Use try-wiht-resources new 301e773 Better class name new 0cfcef8 No static import in main new 266798a No static import in main new f66b6cd Whitespace new 707bbc9 Use final new a720d1b Use && The 6 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: ...FileUploadBase.java => AbstractFileUpload.java} | 2 +- .../commons/fileupload2/FileItemIterator.java | 10 ++++---- .../apache/commons/fileupload2/FileItemStream.java | 2 +- .../org/apache/commons/fileupload2/FileUpload.java | 2 +- .../fileupload2/impl/FileItemIteratorImpl.java | 28 +++++++++++----------- .../fileupload2/jaksrvlt/JakSrvltFileCleaner.java | 1 - .../fileupload2/jaksrvlt/JakSrvltFileUpload.java | 10 +++----- .../jaksrvlt/JakSrvltRequestContext.java | 10 +++----- .../fileupload2/portlet/PortletFileUpload.java | 4 ++-- .../fileupload2/portlet/PortletRequestContext.java | 4 ++-- .../fileupload2/servlet/ServletFileUpload.java | 10 +++----- .../fileupload2/servlet/ServletRequestContext.java | 10 +++----- .../fileupload2/HttpServletRequestFactory.java | 4 ++-- .../fileupload2/MockHttpServletRequest.java | 2 +- .../org/apache/commons/fileupload2/SizesTest.java | 4 ++-- .../apache/commons/fileupload2/StreamingTest.java | 4 ++-- .../jaksrvlt/MockJakSrvltHttpRequest.java | 4 ++-- .../portlet/MockPortletActionRequest.java | 4 ++-- 18 files changed, 49 insertions(+), 66 deletions(-) rename src/main/java/org/apache/commons/fileupload2/{FileUploadBase.java => AbstractFileUpload.java} (99%)