You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Benedikt Ritter <br...@apache.org> on 2016/05/27 14:51:37 UTC

[ANNOUNCE] Apache Commons FileUpload 1.3.2 released!

The Apache Commons team is pleased to announce the release of Apache
Commons FileUpload 1.3.2.

The Apache Commons FileUpload component provides a simple yet flexible
means of adding support for multipart file upload functionality to servlets
and web applications.

Changes in this release are:
o FILEUPLOAD-272: Performance Improvement in MultipartStream

Details of all changes in 1.3.2 can be found in the changelog:

http://commons.apache.org/proper/commons-fileupload/changes-report.html


1.3.2 is fully binary compatible to the last release. No client code
changes are required to migrate from version 1.3.1 to 1.3.2.
The minimum required JDK version for this release is 1.5.

Source and binary distributions are available for download from the Apache
Commons download site:


http://commons.apache.org/proper/commons-fileupload/download_fileupload.cgi


When downloading, please verify signatures using the KEYS file available at

http://www.apache.org/dist/commons/KEYS


Alternatively the release can be fetched from Maven Central:
<dependency>
  <groupId>commons-fileupload</groupId>
  <artifactId>commons-fileupload</artifactId>
  <version>1.3.2</version>
</dependency>


For complete information on Commons FileUpload, including instructions on
how to submit bug reports, patches, or suggestions for improvement, see the
Apache Commons FileUpload website:

http://commons.apache.org/proper/commons-fileupload/

Have fun!
Benedikt Ritter, on behalf of the Apache Commons Community