This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git

commit 1158d84b9cf29197e4cd1abe76451604ee4870a3
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Sep 15 16:39:47 2023 -0400

    Document recent changes
---
 src/changes/changes.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8e9cb0ad..1ada3c01 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,8 @@ The <action> type attribute can be add,update,fix,remove.
       <!-- FIX -->
       <action                        dev="ggregory" type="add" due-to="James 
Reeves">Fix off-by-one error when checking fileSizeMax in FileItemInputImpl 
#235.</action>
       <action issue="FILEUPLOAD-352" dev="ggregory" type="add" due-to="Björn 
Kautler, Gary Gregory">NullPointerException in DiskFileItem#toString.</action>
+      <action                        dev="ggregory" type="add" due-to="Gary 
Gregory">Fail fast on null inputs to 
org.apache.commons.fileupload2.core.AbstractRequestContext.AbstractRequestContext(Function,
 LongSupplier, T).</action>
+      <action                        dev="ggregory" type="add" due-to="Gary 
Gregory">Complete refactoring in JakartaServletRequestContext.</action>
       <!-- ADD -->
       <action                        dev="ggregory" type="add" due-to="Gary 
Gregory">Refactor to support Jakarta Servlet 5 and 6.</action>
       <action                        dev="ggregory" type="add" due-to="Michal 
H Siemaszko, Gary Gregory">Generate some OSGi metadata.</action>

Reply via email to