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 68a83c0d Fix migration documentation to mention Java 11.
68a83c0d is described below
commit 68a83c0d90f0c4423c2734077f972f06031d1e25
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Feb 17 16:04:55 2026 -0500
Fix migration documentation to mention Java 11.
---
src/changes/changes.xml | 1 +
src/site/apt/migration.apt.vm | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2deace7a..d5766178 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,6 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="2.0.0-M6" date="YYYY-MM-DD" description="This is a
milestone release. Java 11 or later is required.">
<!-- FIX -->
+ <action type="fix" dev="ggregory" due-to="Henri
Biestro, Gary Gregory">Fix migration documentation to mention Java 11.</action>
<!-- ADD -->
<!-- UPDATE -->
</release>
diff --git a/src/site/apt/migration.apt.vm b/src/site/apt/migration.apt.vm
index 0ff0df8b..49262ce0 100644
--- a/src/site/apt/migration.apt.vm
+++ b/src/site/apt/migration.apt.vm
@@ -29,7 +29,7 @@ Migrating
To use version 2, you must to update your projects as follows:
- [[1]] Use Java 8 or above.
+ [[1]] Use Java 11 or above.
[[2]] Add one or more these dependencies with the <<<groupId>>>
<<org.apache.commons>>, and set the <<<artifactId>>> to: