This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.x in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
commit 9e740a3db0756b5cf1af7dfa197ba5633c349bcc Author: Gary Gregory <[email protected]> AuthorDate: Sun Aug 25 12:10:37 2024 -0400 Use try-with-resources --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 91d1a3fc..bcb29a3f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,6 +50,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory">Replace use of Locale.ENGLISH with Locale.ROOT.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Remove unused exception from FileUploadBase.createItem(Map, boolean).</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Migrate from deprecated API in DiskFileItem.getOutputStream().</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Use try-with-resources.</action> <!-- UPDATE --> <action dev="ggregory" type="update">Bump Java from 6 to 8.</action> <action dev="ggregory" type="update">Bump commons-parent from 62 to 73.</action>
