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


The following commit(s) were added to refs/heads/master by this push:
     new 78cff2ee [site] Fix instantiation of DiskFileItemFactory in migration 
guide #273
78cff2ee is described below

commit 78cff2ee3bf82ae9b7980babf530c5f185769ee6
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Thu Feb 8 08:48:13 2024 -0500

    [site] Fix instantiation of DiskFileItemFactory in migration guide #273
---
 src/changes/changes.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 61101d7c..d09f3c19 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,16 +45,17 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
     <release version="2.0.0" date="2024-MM-DD" description="2.0.0 Release, 
requires Java 11.">
       <!-- FIX -->
+      <action                        dev="ggregory" type="fix" due-to="Gregor 
Dschung">[site] Fix instantiation of DiskFileItemFactory in migration guide 
#273.</action>
       <!-- ADD -->
       <!-- UDPATE -->
     </release>
     <release version="2.0.0-M2" date="2023-12-24" description="2.0.0-M2 
Release, requires Java 11.">
       <!-- 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>
-      <action                        dev="ggregory" type="add" due-to="Gary 
Gregory">Fix "Implicit narrowing conversion in compound assignment" from 
https://github.com/apache/commons-fileupload/security/code-scanning/118.</action>
+      <action                        dev="ggregory" type="fix" due-to="James 
Reeves">Fix off-by-one error when checking fileSizeMax in FileItemInputImpl 
#235.</action>
+      <action issue="FILEUPLOAD-352" dev="ggregory" type="fix" due-to="Björn 
Kautler, Gary Gregory">NullPointerException in DiskFileItem#toString.</action>
+      <action                        dev="ggregory" type="fix" 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="fix" due-to="Gary 
Gregory">Complete refactoring in JakartaServletRequestContext.</action>
+      <action                        dev="ggregory" type="fix" due-to="Gary 
Gregory">Fix "Implicit narrowing conversion in compound assignment" from 
https://github.com/apache/commons-fileupload/security/code-scanning/118.</action>
       <action                        dev="ggregory" type="fix" due-to="Gary 
Gregory">Pick up Maven Moditect plugin version from parent POM.</action>
       <!-- ADD -->
       <action                        dev="ggregory" type="add" due-to="Gary 
Gregory">Refactor to support Jakarta Servlet 5 and 6.</action>

Reply via email to