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 a872be646818cb1e9a5b43a666fb5e2cf0dbbe0b Author: Gary Gregory <[email protected]> AuthorDate: Sun Aug 25 11:50:33 2024 -0400 Migrate from deprecated API in DiskFileItem.getOutputStream(). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1d87a4b7..91d1a3fc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- FIX --> <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> <!-- 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>
