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 915be77d Bump JUnit from junit:junit:4.13.2
org.junit.vintage:junit-vintage-engine from parent POM
new cdb7f09f Migrate from deprecated API
new a77133d0 Remove unused exception
new a872be64 Migrate from deprecated API in DiskFileItem.getOutputStream().
new 9b54a035 Use try-with-resources
new 1ee26ce2 Port test from JUnit 3 to 4
new 873a1bd6 Make internal method private
new 1f31a6b2 Use try-with-resources
new d962b598 Javadoc: Remove unused @throws
new cfc40dcc Use try-with-resources
new c88a96b4 Use try-with-resources
new 03728998 Use try-with-resources
new 1d1445de Use try-with-resources
new 79aa7af3 Use try-with-resources
new cade07b1 Let JUnit handle IOException
new 6798ec0f Use try-with-resources
new e41386fb Let JUnit handle IOException
new c6828550 Let JUnit handle IOException
new 570eadf2 Use try-with-resources
new 9e740a3d Use try-with-resources
new e88a9625 Use try-with-resources
new 5317b54d Javadoc
new bddcaf26 Normalize spelling
The 22 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:
src/changes/changes.xml | 3 +
.../apache/commons/fileupload/FileUploadBase.java | 12 +--
.../commons/fileupload/disk/DiskFileItem.java | 7 +-
.../commons/fileupload/DefaultFileItemTest.java | 75 ++++++---------
.../fileupload/DiskFileItemSerializeTest.java | 21 ++--
.../commons/fileupload/ParameterParserTest.java | 2 -
.../commons/fileupload/ProgressListenerTest.java | 26 +++--
.../org/apache/commons/fileupload/SizesTest.java | 6 +-
.../apache/commons/fileupload/StreamingTest.java | 107 ++++++++++++---------
9 files changed, 124 insertions(+), 135 deletions(-)