Modified: websites/production/commons/content/proper/commons-fileupload/dependency-info.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/dependency-info.html (original) +++ websites/production/commons/content/proper/commons-fileupload/dependency-info.html Thu Jul 20 19:17:17 2023 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 20 February 2023 + | Generated by Apache Maven Doxia at 20 July 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20230220" /> + <meta name="Date-Revision-yyyymmdd" content="20230720" /> <meta http-equiv="Content-Language" content="en" /> <title>FileUpload – Dependency Information</title> @@ -40,8 +40,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-fileupload/">Apache Commons FileUpload ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 20 February 2023</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.5</li> + <li id="publishDate">Last Published: 20 July 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.0.0-M1</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -78,6 +78,10 @@ User guide</a> </li> <li class="none"> + <a href="migration.html" title="Migration"> + Migration</a> + </li> + <li class="none"> <a href="streaming.html" title="Streaming API"> Streaming API</a> </li> @@ -86,8 +90,12 @@ FAQ</a> </li> <li class="none"> - <a href="javadocs/api-release/index.html" title="Javadoc (Latest release)"> - Javadoc (Latest release)</a> + <a href="https://javadoc.io/doc/org.apache.commons/commons-fileupload2" class="externalLink" title="Javadoc Archives v2"> + Javadoc Archives v2</a> + </li> + <li class="none"> + <a href="https://javadoc.io/doc/commons-fileupload/commons-fileupload" class="externalLink" title="Javadoc Archives v1"> + Javadoc Archives v1</a> </li> <li class="none"> <a href="download_fileupload.cgi" title="Download"> @@ -105,13 +113,24 @@ <a href="issue-tracking.html" title="Issue Tracking"> Issue Tracking</a> </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header">Modules</li> + <li class="none"> + <a href="commons-fileupload2-core/index.html" title="FileUpload Core"> + FileUpload Core</a> + </li> <li class="none"> - <a href="team-list.html" title="Team"> - Team</a> + <a href="commons-fileupload2-jakarta/index.html" title="FileUpload Jakarta"> + FileUpload Jakarta</a> + </li> + <li class="none"> + <a href="commons-fileupload2-javax/index.html" title="FileUpload Javax"> + FileUpload Javax</a> </li> <li class="none"> - <a href="source-repository.html" title="Source repository"> - Source repository</a> + <a href="commons-fileupload2-portlet/index.html" title="FileUpload Portlet"> + FileUpload Portlet</a> </li> </ul> <ul class="nav nav-list"> @@ -129,6 +148,10 @@ Summary</a> </li> <li class="none"> + <a href="modules.html" title="Project Modules"> + Project Modules</a> + </li> + <li class="none"> <a href="team.html" title="Team"> Team</a> </li> @@ -153,10 +176,6 @@ Dependency Management</a> </li> <li class="none"> - <a href="dependencies.html" title="Dependencies"> - Dependencies</a> - </li> - <li class="none"> <a href="dependency-convergence.html" title="Dependency Convergence"> Dependency Convergence</a> </li> @@ -170,7 +189,7 @@ </li> </ul> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html" title="Project Reports"> Project Reports</a> </li> @@ -286,34 +305,32 @@ <section> <h2><a name="Dependency_Information"></a>Dependency Information</h2><a name="Dependency_Information"></a><section> <h3><a name="Apache_Maven"></a>Apache Maven</h3><a name="Apache_Maven"></a> -<div class="source"> +<div> <pre><dependency> - <groupId>commons-fileupload</groupId> - <artifactId>commons-fileupload</artifactId> - <version>1.5</version> + <groupId>org.apache.commons</groupId> + <artifactId>commons-fileupload2</artifactId> + <version>2.0.0-M1</version> + <type>pom</type> </dependency></pre></div></section><section> -<h3><a name="Apache_Buildr"></a>Apache Buildr</h3><a name="Apache_Buildr"></a> -<div class="source"> -<pre>'commons-fileupload:commons-fileupload:jar:1.5'</pre></div></section><section> <h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a> -<div class="source"> -<pre><dependency org="commons-fileupload" name="commons-fileupload" rev="1.5"> - <artifact name="commons-fileupload" type="jar" /> +<div> +<pre><dependency org="org.apache.commons" name="commons-fileupload2" rev="2.0.0-M1"> + <artifact name="commons-fileupload2" type="pom" /> </dependency></pre></div></section><section> <h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a> -<div class="source"> +<div> <pre>@Grapes( -@Grab(group='commons-fileupload', module='commons-fileupload', version='1.5') +@Grab(group='org.apache.commons', module='commons-fileupload2', version='2.0.0-M1') )</pre></div></section><section> <h3><a name="Gradle.2FGrails"></a>Gradle/Grails</h3><a name="Gradle.2FGrails"></a> -<div class="source"> -<pre>compile 'commons-fileupload:commons-fileupload:1.5'</pre></div></section><section> +<div> +<pre>compile 'org.apache.commons:commons-fileupload2:2.0.0-M1'</pre></div></section><section> <h3><a name="Scala_SBT"></a>Scala SBT</h3><a name="Scala_SBT"></a> -<div class="source"> -<pre>libraryDependencies += "commons-fileupload" % "commons-fileupload" % "1.5"</pre></div></section><section> +<div> +<pre>libraryDependencies += "org.apache.commons" % "commons-fileupload2" % "2.0.0-M1"</pre></div></section><section> <h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a> -<div class="source"> -<pre>[commons-fileupload "1.5"]</pre></div></section></section> +<div> +<pre>[org.apache.commons/commons-fileupload2 "2.0.0-M1"]</pre></div></section></section> </td> </tr> </table> @@ -329,4 +346,4 @@ </div> </body> -</html> \ No newline at end of file +</html>
Modified: websites/production/commons/content/proper/commons-fileupload/dependency-management.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/dependency-management.html (original) +++ websites/production/commons/content/proper/commons-fileupload/dependency-management.html Thu Jul 20 19:17:17 2023 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 20 February 2023 + | Generated by Apache Maven Doxia at 20 July 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20230220" /> + <meta name="Date-Revision-yyyymmdd" content="20230720" /> <meta http-equiv="Content-Language" content="en" /> <title>FileUpload – Project Dependency Management</title> @@ -40,8 +40,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-fileupload/">Apache Commons FileUpload ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 20 February 2023</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.5</li> + <li id="publishDate">Last Published: 20 July 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.0.0-M1</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -78,6 +78,10 @@ User guide</a> </li> <li class="none"> + <a href="migration.html" title="Migration"> + Migration</a> + </li> + <li class="none"> <a href="streaming.html" title="Streaming API"> Streaming API</a> </li> @@ -86,8 +90,12 @@ FAQ</a> </li> <li class="none"> - <a href="javadocs/api-release/index.html" title="Javadoc (Latest release)"> - Javadoc (Latest release)</a> + <a href="https://javadoc.io/doc/org.apache.commons/commons-fileupload2" class="externalLink" title="Javadoc Archives v2"> + Javadoc Archives v2</a> + </li> + <li class="none"> + <a href="https://javadoc.io/doc/commons-fileupload/commons-fileupload" class="externalLink" title="Javadoc Archives v1"> + Javadoc Archives v1</a> </li> <li class="none"> <a href="download_fileupload.cgi" title="Download"> @@ -105,13 +113,24 @@ <a href="issue-tracking.html" title="Issue Tracking"> Issue Tracking</a> </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header">Modules</li> + <li class="none"> + <a href="commons-fileupload2-core/index.html" title="FileUpload Core"> + FileUpload Core</a> + </li> <li class="none"> - <a href="team-list.html" title="Team"> - Team</a> + <a href="commons-fileupload2-jakarta/index.html" title="FileUpload Jakarta"> + FileUpload Jakarta</a> </li> <li class="none"> - <a href="source-repository.html" title="Source repository"> - Source repository</a> + <a href="commons-fileupload2-javax/index.html" title="FileUpload Javax"> + FileUpload Javax</a> + </li> + <li class="none"> + <a href="commons-fileupload2-portlet/index.html" title="FileUpload Portlet"> + FileUpload Portlet</a> </li> </ul> <ul class="nav nav-list"> @@ -129,6 +148,10 @@ Summary</a> </li> <li class="none"> + <a href="modules.html" title="Project Modules"> + Project Modules</a> + </li> + <li class="none"> <a href="team.html" title="Team"> Team</a> </li> @@ -153,10 +176,6 @@ Dependency Management</a> </li> <li class="none"> - <a href="dependencies.html" title="Dependencies"> - Dependencies</a> - </li> - <li class="none"> <a href="dependency-convergence.html" title="Dependency Convergence"> Dependency Convergence</a> </li> @@ -170,7 +189,7 @@ </li> </ul> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html" title="Project Reports"> Project Reports</a> </li> @@ -295,6 +314,18 @@ <th>Type</th> <th>License</th></tr> <tr class="b"> +<td align="left">commons-io</td> +<td><a class="externalLink" href="https://commons.apache.org/proper/commons-io/">commons-io</a></td> +<td>2.13.0</td> +<td>jar</td> +<td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache-2.0</a></td></tr> +<tr class="a"> +<td align="left">org.apache.commons</td> +<td><a class="externalLink" href="https://commons.apache.org/proper/commons-lang/">commons-lang3</a></td> +<td>3.12.0</td> +<td>jar</td> +<td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr> +<tr class="b"> <td align="left">org.apache.maven.plugin-tools</td> <td><a class="externalLink" href="https://maven.apache.org/plugin-tools/maven-plugin-annotations">maven-plugin-annotations</a></td> <td>3.7.0</td> @@ -302,110 +333,119 @@ <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr> <tr class="a"> <td align="left">org.junit.jupiter</td> -<td><a class="externalLink" href="https://junit.org/junit5/">junit-jupiter</a></td> -<td>5.9.1</td> -<td>jar</td> -<td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> -<tr class="b"> -<td align="left">org.junit.jupiter</td> <td><a class="externalLink" href="https://junit.org/junit5/">junit-jupiter-api</a></td> -<td>5.9.1</td> +<td>5.9.3</td> <td>jar</td> <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> -<tr class="a"> +<tr class="b"> <td align="left">org.junit.jupiter</td> <td><a class="externalLink" href="https://junit.org/junit5/">junit-jupiter-engine</a></td> -<td>5.9.1</td> +<td>5.9.3</td> <td>jar</td> <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> -<tr class="b"> +<tr class="a"> <td align="left">org.junit.jupiter</td> <td><a class="externalLink" href="https://junit.org/junit5/">junit-jupiter-migrationsupport</a></td> -<td>5.9.1</td> +<td>5.9.3</td> <td>jar</td> <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> -<tr class="a"> +<tr class="b"> <td align="left">org.junit.jupiter</td> <td><a class="externalLink" href="https://junit.org/junit5/">junit-jupiter-params</a></td> -<td>5.9.1</td> +<td>5.9.3</td> <td>jar</td> <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> -<tr class="b"> +<tr class="a"> <td align="left">org.junit.platform</td> <td><a class="externalLink" href="https://junit.org/junit5/">junit-platform-commons</a></td> -<td>1.9.1</td> +<td>1.9.3</td> <td>jar</td> <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> -<tr class="a"> +<tr class="b"> <td align="left">org.junit.platform</td> <td><a class="externalLink" href="https://junit.org/junit5/">junit-platform-console</a></td> -<td>1.9.1</td> +<td>1.9.3</td> <td>jar</td> <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> -<tr class="b"> +<tr class="a"> <td align="left">org.junit.platform</td> <td><a class="externalLink" href="https://junit.org/junit5/">junit-platform-engine</a></td> -<td>1.9.1</td> +<td>1.9.3</td> <td>jar</td> <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> -<tr class="a"> +<tr class="b"> <td align="left">org.junit.platform</td> <td><a class="externalLink" href="https://junit.org/junit5/">junit-platform-jfr</a></td> -<td>1.9.1</td> +<td>1.9.3</td> <td>jar</td> <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> -<tr class="b"> +<tr class="a"> <td align="left">org.junit.platform</td> <td><a class="externalLink" href="https://junit.org/junit5/">junit-platform-launcher</a></td> -<td>1.9.1</td> +<td>1.9.3</td> <td>jar</td> <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> -<tr class="a"> +<tr class="b"> <td align="left">org.junit.platform</td> <td><a class="externalLink" href="https://junit.org/junit5/">junit-platform-reporting</a></td> -<td>1.9.1</td> +<td>1.9.3</td> <td>jar</td> <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> -<tr class="b"> +<tr class="a"> <td align="left">org.junit.platform</td> <td><a class="externalLink" href="https://junit.org/junit5/">junit-platform-runner</a></td> -<td>1.9.1</td> +<td>1.9.3</td> <td>jar</td> <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> -<tr class="a"> +<tr class="b"> <td align="left">org.junit.platform</td> <td><a class="externalLink" href="https://junit.org/junit5/">junit-platform-suite</a></td> -<td>1.9.1</td> +<td>1.9.3</td> <td>jar</td> <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> -<tr class="b"> +<tr class="a"> <td align="left">org.junit.platform</td> <td><a class="externalLink" href="https://junit.org/junit5/">junit-platform-suite-api</a></td> -<td>1.9.1</td> +<td>1.9.3</td> <td>jar</td> <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> -<tr class="a"> +<tr class="b"> <td align="left">org.junit.platform</td> <td><a class="externalLink" href="https://junit.org/junit5/">junit-platform-suite-commons</a></td> -<td>1.9.1</td> +<td>1.9.3</td> <td>jar</td> <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> -<tr class="b"> +<tr class="a"> <td align="left">org.junit.platform</td> <td><a class="externalLink" href="https://junit.org/junit5/">junit-platform-suite-engine</a></td> -<td>1.9.1</td> +<td>1.9.3</td> <td>jar</td> <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> -<tr class="a"> +<tr class="b"> <td align="left">org.junit.platform</td> <td><a class="externalLink" href="https://junit.org/junit5/">junit-platform-testkit</a></td> -<td>1.9.1</td> +<td>1.9.3</td> <td>jar</td> <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> -<tr class="b"> +<tr class="a"> <td align="left">org.junit.vintage</td> <td><a class="externalLink" href="https://junit.org/junit5/">junit-vintage-engine</a></td> -<td>5.9.1</td> +<td>5.9.3</td> +<td>jar</td> +<td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr></table></section><section> +<h3><a name="test"></a>test</h3><a name="test"></a> +<p>The following is a list of test dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile and run unit tests for the submodule:</p> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>GroupId</th> +<th>ArtifactId</th> +<th>Version</th> +<th>Type</th> +<th>License</th></tr> +<tr class="b"> +<td align="left">org.junit.jupiter</td> +<td><a class="externalLink" href="https://junit.org/junit5/">junit-jupiter</a></td> +<td>5.9.3</td> <td>jar</td> <td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr></table></section></section> </td> @@ -423,4 +463,4 @@ </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/commons/content/proper/commons-fileupload/distribution-management.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/distribution-management.html (original) +++ websites/production/commons/content/proper/commons-fileupload/distribution-management.html Thu Jul 20 19:17:17 2023 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 20 February 2023 + | Generated by Apache Maven Doxia at 20 July 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20230220" /> + <meta name="Date-Revision-yyyymmdd" content="20230720" /> <meta http-equiv="Content-Language" content="en" /> <title>FileUpload – Project Distribution Management</title> @@ -40,8 +40,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-fileupload/">Apache Commons FileUpload ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 20 February 2023</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.5</li> + <li id="publishDate">Last Published: 20 July 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.0.0-M1</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -78,6 +78,10 @@ User guide</a> </li> <li class="none"> + <a href="migration.html" title="Migration"> + Migration</a> + </li> + <li class="none"> <a href="streaming.html" title="Streaming API"> Streaming API</a> </li> @@ -86,8 +90,12 @@ FAQ</a> </li> <li class="none"> - <a href="javadocs/api-release/index.html" title="Javadoc (Latest release)"> - Javadoc (Latest release)</a> + <a href="https://javadoc.io/doc/org.apache.commons/commons-fileupload2" class="externalLink" title="Javadoc Archives v2"> + Javadoc Archives v2</a> + </li> + <li class="none"> + <a href="https://javadoc.io/doc/commons-fileupload/commons-fileupload" class="externalLink" title="Javadoc Archives v1"> + Javadoc Archives v1</a> </li> <li class="none"> <a href="download_fileupload.cgi" title="Download"> @@ -105,13 +113,24 @@ <a href="issue-tracking.html" title="Issue Tracking"> Issue Tracking</a> </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header">Modules</li> + <li class="none"> + <a href="commons-fileupload2-core/index.html" title="FileUpload Core"> + FileUpload Core</a> + </li> <li class="none"> - <a href="team-list.html" title="Team"> - Team</a> + <a href="commons-fileupload2-jakarta/index.html" title="FileUpload Jakarta"> + FileUpload Jakarta</a> + </li> + <li class="none"> + <a href="commons-fileupload2-javax/index.html" title="FileUpload Javax"> + FileUpload Javax</a> </li> <li class="none"> - <a href="source-repository.html" title="Source repository"> - Source repository</a> + <a href="commons-fileupload2-portlet/index.html" title="FileUpload Portlet"> + FileUpload Portlet</a> </li> </ul> <ul class="nav nav-list"> @@ -129,6 +148,10 @@ Summary</a> </li> <li class="none"> + <a href="modules.html" title="Project Modules"> + Project Modules</a> + </li> + <li class="none"> <a href="team.html" title="Team"> Team</a> </li> @@ -153,10 +176,6 @@ Dependency Management</a> </li> <li class="none"> - <a href="dependencies.html" title="Dependencies"> - Dependencies</a> - </li> - <li class="none"> <a href="dependency-convergence.html" title="Dependency Convergence"> Dependency Convergence</a> </li> @@ -170,7 +189,7 @@ </li> </ul> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html" title="Project Reports"> Project Reports</a> </li> @@ -305,4 +324,4 @@ </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/commons/content/proper/commons-fileupload/download_fileupload.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/download_fileupload.html (original) +++ websites/production/commons/content/proper/commons-fileupload/download_fileupload.html Thu Jul 20 19:17:17 2023 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 20 February 2023 + | Generated by Apache Maven Doxia at 15 July 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,9 +8,9 @@ <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Apache Commons Documentation Team" /> - <meta name="Date-Revision-yyyymmdd" content="20230220" /> + <meta name="Date-Revision-yyyymmdd" content="20230715" /> <meta http-equiv="Content-Language" content="en" /> - <title>FileUpload – Download Apache Commons FileUpload</title> + <title>FileUpload – Download Apache Commons FileUpload Parent</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -41,8 +41,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-fileupload/">Apache Commons FileUpload ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 20 February 2023</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.5</li> + <li id="publishDate">Last Published: 15 July 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.0.0-M1</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -79,6 +79,10 @@ User guide</a> </li> <li class="none"> + <a href="migration.html" title="Migration"> + Migration</a> + </li> + <li class="none"> <a href="streaming.html" title="Streaming API"> Streaming API</a> </li> @@ -87,8 +91,12 @@ FAQ</a> </li> <li class="none"> - <a href="javadocs/api-release/index.html" title="Javadoc (Latest release)"> - Javadoc (Latest release)</a> + <a href="https://javadoc.io/doc/org.apache.commons/commons-fileupload2" class="externalLink" title="Javadoc Archives v2"> + Javadoc Archives v2</a> + </li> + <li class="none"> + <a href="https://javadoc.io/doc/commons-fileupload/commons-fileupload" class="externalLink" title="Javadoc Archives v1"> + Javadoc Archives v1</a> </li> <li class="none"> <a href="download_fileupload.cgi" title="Download"> @@ -106,13 +114,24 @@ <a href="issue-tracking.html" title="Issue Tracking"> Issue Tracking</a> </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header">Modules</li> + <li class="none"> + <a href="commons-fileupload2-core/index.html" title="FileUpload Core"> + FileUpload Core</a> + </li> + <li class="none"> + <a href="commons-fileupload2-jakarta/index.html" title="FileUpload Jakarta"> + FileUpload Jakarta</a> + </li> <li class="none"> - <a href="team-list.html" title="Team"> - Team</a> + <a href="commons-fileupload2-javax/index.html" title="FileUpload Javax"> + FileUpload Javax</a> </li> <li class="none"> - <a href="source-repository.html" title="Source repository"> - Source repository</a> + <a href="commons-fileupload2-portlet/index.html" title="FileUpload Portlet"> + FileUpload Portlet</a> </li> </ul> <ul class="nav nav-list"> @@ -121,7 +140,7 @@ <a href="project-info.html" title="Project Information"> Project Information</a> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html" title="Project Reports"> Project Reports</a> </li> @@ -237,7 +256,7 @@ <section> -<h2><a name="Download_Apache_Commons_FileUpload"></a>Download Apache Commons FileUpload</h2> +<h2><a name="Download_Apache_Commons_FileUpload_Parent"></a>Download Apache Commons FileUpload Parent</h2> <section> <h3><a name="Using_a_Mirror"></a>Using a Mirror</h3> @@ -288,14 +307,65 @@ </p> <p> - The <a class="externalLink" href="https://www.apache.org/dist/commons/KEYS">KEYS</a> + The <a class="externalLink" href="https://downloads.apache.org/commons/KEYS">KEYS</a> file contains the public PGP keys used by Apache Commons developers to sign releases. </p> </section> </section> <section> -<h2><a name="Apache_Commons_FileUpload_1.5_.28requires_Java_1.6_or_later.29"></a>Apache Commons FileUpload 1.5 (requires Java 1.6 or later)</h2> +<h2><a name="Apache_Commons_FileUpload_Parent_2.0.0-M1_in_the_org.apache.commons.fileupload2_namespace_for_Java_8_or_later"></a>Apache Commons FileUpload Parent 2.0.0-M1 in the org.apache.commons.fileupload2 namespace for Java 8 or later</h2> + <section> +<h3><a name="Binaries"></a>Binaries</h3> + +<table border="0" class="bodyTable"> + +<tr class="a"> + +<td align="left"><a href="[preferred]/commons/fileupload/binaries/commons-fileupload2-2.0.0-M1-bin.tar.gz">commons-fileupload2-2.0.0-M1-bin.tar.gz</a></td> + +<td><a class="externalLink" href="https://downloads.apache.org/commons/fileupload/binaries/commons-fileupload2-2.0.0-M1-bin.tar.gz.sha512">sha512</a></td> + +<td><a class="externalLink" href="https://downloads.apache.org/commons/fileupload/binaries/commons-fileupload2-2.0.0-M1-bin.tar.gz.asc">pgp</a></td> + </tr> + +<tr class="b"> + +<td align="left"><a href="[preferred]/commons/fileupload/binaries/commons-fileupload2-2.0.0-M1-bin.zip">commons-fileupload2-2.0.0-M1-bin.zip</a></td> + +<td><a class="externalLink" href="https://downloads.apache.org/commons/fileupload/binaries/commons-fileupload2-2.0.0-M1-bin.zip.sha512">sha512</a></td> + +<td><a class="externalLink" href="https://downloads.apache.org/commons/fileupload/binaries/commons-fileupload2-2.0.0-M1-bin.zip.asc">pgp</a></td> + </tr> + </table> + </section> + <section> +<h3><a name="Source"></a>Source</h3> + +<table border="0" class="bodyTable"> + +<tr class="a"> + +<td align="left"><a href="[preferred]/commons/fileupload/source/commons-fileupload2-2.0.0-M1-src.tar.gz">commons-fileupload2-2.0.0-M1-src.tar.gz</a></td> + +<td><a class="externalLink" href="https://downloads.apache.org/commons/fileupload/source/commons-fileupload2-2.0.0-M1-src.tar.gz.sha512">sha512</a></td> + +<td><a class="externalLink" href="https://downloads.apache.org/commons/fileupload/source/commons-fileupload2-2.0.0-M1-src.tar.gz.asc">pgp</a></td> + </tr> + +<tr class="b"> + +<td align="left"><a href="[preferred]/commons/fileupload/source/commons-fileupload2-2.0.0-M1-src.zip">commons-fileupload2-2.0.0-M1-src.zip</a></td> + +<td><a class="externalLink" href="https://downloads.apache.org/commons/fileupload/source/commons-fileupload2-2.0.0-M1-src.zip.sha512">sha512</a></td> + +<td><a class="externalLink" href="https://downloads.apache.org/commons/fileupload/source/commons-fileupload2-2.0.0-M1-src.zip.asc">pgp</a></td> + </tr> + </table> + </section> + </section> + <section> +<h2><a name="Apache_Commons_FileUpload_Parent_1.5_in_the_org.apache.commons.fileupload_namespace_for_Java_6"></a>Apache Commons FileUpload Parent 1.5 in the org.apache.commons.fileupload namespace for Java 6</h2> <section> <h3><a name="Binaries"></a>Binaries</h3> @@ -303,20 +373,20 @@ <tr class="a"> -<td align="left"><a href="[preferred]/commons/fileupload/binaries/commons-fileupload-1.5-bin.tar.gz">commons-fileupload-1.5-bin.tar.gz</a></td> +<td align="left"><a href="[preferred]/commons/fileupload/binaries/commons-fileupload2-1.5-bin.tar.gz">commons-fileupload2-1.5-bin.tar.gz</a></td> -<td><a class="externalLink" href="https://www.apache.org/dist/commons/fileupload/binaries/commons-fileupload-1.5-bin.tar.gz.sha512">sha512</a></td> +<td><a class="externalLink" href="https://downloads.apache.org/commons/fileupload/binaries/commons-fileupload2-1.5-bin.tar.gz.sha512">sha512</a></td> -<td><a class="externalLink" href="https://www.apache.org/dist/commons/fileupload/binaries/commons-fileupload-1.5-bin.tar.gz.asc">pgp</a></td> +<td><a class="externalLink" href="https://downloads.apache.org/commons/fileupload/binaries/commons-fileupload2-1.5-bin.tar.gz.asc">pgp</a></td> </tr> <tr class="b"> -<td align="left"><a href="[preferred]/commons/fileupload/binaries/commons-fileupload-1.5-bin.zip">commons-fileupload-1.5-bin.zip</a></td> +<td align="left"><a href="[preferred]/commons/fileupload/binaries/commons-fileupload2-1.5-bin.zip">commons-fileupload2-1.5-bin.zip</a></td> -<td><a class="externalLink" href="https://www.apache.org/dist/commons/fileupload/binaries/commons-fileupload-1.5-bin.zip.sha512">sha512</a></td> +<td><a class="externalLink" href="https://downloads.apache.org/commons/fileupload/binaries/commons-fileupload2-1.5-bin.zip.sha512">sha512</a></td> -<td><a class="externalLink" href="https://www.apache.org/dist/commons/fileupload/binaries/commons-fileupload-1.5-bin.zip.asc">pgp</a></td> +<td><a class="externalLink" href="https://downloads.apache.org/commons/fileupload/binaries/commons-fileupload2-1.5-bin.zip.asc">pgp</a></td> </tr> </table> </section> @@ -327,20 +397,20 @@ <tr class="a"> -<td align="left"><a href="[preferred]/commons/fileupload/source/commons-fileupload-1.5-src.tar.gz">commons-fileupload-1.5-src.tar.gz</a></td> +<td align="left"><a href="[preferred]/commons/fileupload/source/commons-fileupload2-1.5-src.tar.gz">commons-fileupload2-1.5-src.tar.gz</a></td> -<td><a class="externalLink" href="https://www.apache.org/dist/commons/fileupload/source/commons-fileupload-1.5-src.tar.gz.sha512">sha512</a></td> +<td><a class="externalLink" href="https://downloads.apache.org/commons/fileupload/source/commons-fileupload2-1.5-src.tar.gz.sha512">sha512</a></td> -<td><a class="externalLink" href="https://www.apache.org/dist/commons/fileupload/source/commons-fileupload-1.5-src.tar.gz.asc">pgp</a></td> +<td><a class="externalLink" href="https://downloads.apache.org/commons/fileupload/source/commons-fileupload2-1.5-src.tar.gz.asc">pgp</a></td> </tr> <tr class="b"> -<td align="left"><a href="[preferred]/commons/fileupload/source/commons-fileupload-1.5-src.zip">commons-fileupload-1.5-src.zip</a></td> +<td align="left"><a href="[preferred]/commons/fileupload/source/commons-fileupload2-1.5-src.zip">commons-fileupload2-1.5-src.zip</a></td> -<td><a class="externalLink" href="https://www.apache.org/dist/commons/fileupload/source/commons-fileupload-1.5-src.zip.sha512">sha512</a></td> +<td><a class="externalLink" href="https://downloads.apache.org/commons/fileupload/source/commons-fileupload2-1.5-src.zip.sha512">sha512</a></td> -<td><a class="externalLink" href="https://www.apache.org/dist/commons/fileupload/source/commons-fileupload-1.5-src.zip.asc">pgp</a></td> +<td><a class="externalLink" href="https://downloads.apache.org/commons/fileupload/source/commons-fileupload2-1.5-src.zip.asc">pgp</a></td> </tr> </table> </section> @@ -376,4 +446,4 @@ </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/commons/content/proper/commons-fileupload/faq.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/faq.html (original) +++ websites/production/commons/content/proper/commons-fileupload/faq.html Thu Jul 20 19:17:17 2023 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 20 February 2023 + | Generated by Apache Maven Doxia at 15 July 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20230220" /> + <meta name="Date-Revision-yyyymmdd" content="20230715" /> <meta http-equiv="Content-Language" content="en" /> <title>FileUpload – FileUpload FAQ</title> @@ -40,8 +40,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-fileupload/">Apache Commons FileUpload ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 20 February 2023</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.5</li> + <li id="publishDate">Last Published: 15 July 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.0.0-M1</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -78,6 +78,10 @@ User guide</a> </li> <li class="none"> + <a href="migration.html" title="Migration"> + Migration</a> + </li> + <li class="none"> <a href="streaming.html" title="Streaming API"> Streaming API</a> </li> @@ -86,8 +90,12 @@ FAQ</a> </li> <li class="none"> - <a href="javadocs/api-release/index.html" title="Javadoc (Latest release)"> - Javadoc (Latest release)</a> + <a href="https://javadoc.io/doc/org.apache.commons/commons-fileupload2" class="externalLink" title="Javadoc Archives v2"> + Javadoc Archives v2</a> + </li> + <li class="none"> + <a href="https://javadoc.io/doc/commons-fileupload/commons-fileupload" class="externalLink" title="Javadoc Archives v1"> + Javadoc Archives v1</a> </li> <li class="none"> <a href="download_fileupload.cgi" title="Download"> @@ -105,13 +113,24 @@ <a href="issue-tracking.html" title="Issue Tracking"> Issue Tracking</a> </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header">Modules</li> + <li class="none"> + <a href="commons-fileupload2-core/index.html" title="FileUpload Core"> + FileUpload Core</a> + </li> + <li class="none"> + <a href="commons-fileupload2-jakarta/index.html" title="FileUpload Jakarta"> + FileUpload Jakarta</a> + </li> <li class="none"> - <a href="team-list.html" title="Team"> - Team</a> + <a href="commons-fileupload2-javax/index.html" title="FileUpload Javax"> + FileUpload Javax</a> </li> <li class="none"> - <a href="source-repository.html" title="Source repository"> - Source repository</a> + <a href="commons-fileupload2-portlet/index.html" title="FileUpload Portlet"> + FileUpload Portlet</a> </li> </ul> <ul class="nav nav-list"> @@ -120,7 +139,7 @@ <a href="project-info.html" title="Project Information"> Project Information</a> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html" title="Project Reports"> Project Reports</a> </li> @@ -290,7 +309,7 @@ bug in earlier versions of that component that caused problems with multipart requests. The bug was fixed some time ago, so you probably just need to pick up a newer version. See the - <a class="externalLink" href="http://issues.apache.org/bugzilla/show_bug.cgi?id=15278">Tomcat bug report</a> + <a class="externalLink" href="https://issues.apache.org/bugzilla/show_bug.cgi?id=15278">Tomcat bug report</a> for full details. <p align="right"><a href="#top">[top]</a></p><hr /></dd> @@ -381,7 +400,7 @@ <p> The problems details and a possible workaround are outlined in - <a class="externalLink" href="http://issues.apache.org/jira/browse/FILEUPLOAD-143"> + <a class="externalLink" href="https://issues.apache.org/jira/browse/FILEUPLOAD-143"> Bug 143 </a> . The workaround suggests to use the streaming API @@ -422,8 +441,12 @@ try { <dd> <p> + Starting in version 2.0.0-M1, no FileUpload classes implement Serializable. + </p> + +<p> It is true, that this class exists, and can be serialized/deserialized in FileUpload versions, up to, and - including 1.3.2. It is also true, that a malicious attacker can abuse this possibility to create abitraryly + including 1.3.2. It is also true, that a malicious attacker can abuse this possibility to create arbitrarily located files (assuming the required permissions) with arbitrary contents, if he gets the opportunity to provide specially crafted data, which is being deserialized by a Java application, which has either of the above versions of Commons FileUpload in the classpath, and which puts no limitations on the classes being @@ -439,7 +462,7 @@ try { <p> On the other hand, we acknowledge, that the likelyhood of application container vendors taking such a - simple security measure is extremely low. So, in order to support the Commons Fileupload users, we have + simple security measure is extremely low. So, in order to support the Commons FileUpload users, we have decided to choose a different approach: </p> @@ -448,7 +471,7 @@ try { In other words, it still declares itself as serializable, and deserializable to the JVM. In practice, however, an attempt to deserialize an instance of DiskFileItem will trigger an Exception. In the unlikely case, that your application depends on the deserialization of DiskFileItems, you can revert to the - previous behaviour by setting the system property "org.apache.commons.fileupload.disk.DiskFileItem.serializable" + previous behavior by setting the system property "org.apache.commons.fileupload.DiskFileItem.serializable" to "true". </p> @@ -468,4 +491,4 @@ try { </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/commons/content/proper/commons-fileupload/images/collapsed.gif ============================================================================== Binary files - no diff available. Modified: websites/production/commons/content/proper/commons-fileupload/images/expanded.gif ============================================================================== Binary files - no diff available. Modified: websites/production/commons/content/proper/commons-fileupload/images/icon_error_sml.gif ============================================================================== Binary files - no diff available. Modified: websites/production/commons/content/proper/commons-fileupload/images/icon_info_sml.gif ============================================================================== Binary files - no diff available. Modified: websites/production/commons/content/proper/commons-fileupload/images/icon_success_sml.gif ============================================================================== Binary files - no diff available. Modified: websites/production/commons/content/proper/commons-fileupload/images/icon_warning_sml.gif ============================================================================== Binary files - no diff available. Modified: websites/production/commons/content/proper/commons-fileupload/images/logo.png ============================================================================== Binary files - no diff available. Modified: websites/production/commons/content/proper/commons-fileupload/index.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/index.html (original) +++ websites/production/commons/content/proper/commons-fileupload/index.html Thu Jul 20 19:17:17 2023 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 20 February 2023 + | Generated by Apache Maven Doxia at 15 July 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Martin Cooper" /> - <meta name="Date-Revision-yyyymmdd" content="20230220" /> + <meta name="Date-Revision-yyyymmdd" content="20230715" /> <meta http-equiv="Content-Language" content="en" /> <title>FileUpload – Home</title> @@ -41,8 +41,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-fileupload/">Apache Commons FileUpload ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 20 February 2023</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.5</li> + <li id="publishDate">Last Published: 15 July 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.0.0-M1</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -79,6 +79,10 @@ User guide</a> </li> <li class="none"> + <a href="migration.html" title="Migration"> + Migration</a> + </li> + <li class="none"> <a href="streaming.html" title="Streaming API"> Streaming API</a> </li> @@ -87,8 +91,12 @@ FAQ</a> </li> <li class="none"> - <a href="javadocs/api-release/index.html" title="Javadoc (Latest release)"> - Javadoc (Latest release)</a> + <a href="https://javadoc.io/doc/org.apache.commons/commons-fileupload2" class="externalLink" title="Javadoc Archives v2"> + Javadoc Archives v2</a> + </li> + <li class="none"> + <a href="https://javadoc.io/doc/commons-fileupload/commons-fileupload" class="externalLink" title="Javadoc Archives v1"> + Javadoc Archives v1</a> </li> <li class="none"> <a href="download_fileupload.cgi" title="Download"> @@ -106,13 +114,24 @@ <a href="issue-tracking.html" title="Issue Tracking"> Issue Tracking</a> </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header">Modules</li> + <li class="none"> + <a href="commons-fileupload2-core/index.html" title="FileUpload Core"> + FileUpload Core</a> + </li> <li class="none"> - <a href="team-list.html" title="Team"> - Team</a> + <a href="commons-fileupload2-jakarta/index.html" title="FileUpload Jakarta"> + FileUpload Jakarta</a> + </li> + <li class="none"> + <a href="commons-fileupload2-javax/index.html" title="FileUpload Javax"> + FileUpload Javax</a> </li> <li class="none"> - <a href="source-repository.html" title="Source repository"> - Source repository</a> + <a href="commons-fileupload2-portlet/index.html" title="FileUpload Portlet"> + FileUpload Portlet</a> </li> </ul> <ul class="nav nav-list"> @@ -130,6 +149,10 @@ Summary</a> </li> <li class="none"> + <a href="modules.html" title="Project Modules"> + Project Modules</a> + </li> + <li class="none"> <a href="team.html" title="Team"> Team</a> </li> @@ -154,10 +177,6 @@ Dependency Management</a> </li> <li class="none"> - <a href="dependencies.html" title="Dependencies"> - Dependencies</a> - </li> - <li class="none"> <a href="dependency-convergence.html" title="Dependency Convergence"> Dependency Convergence</a> </li> @@ -171,7 +190,7 @@ </li> </ul> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html" title="Project Reports"> Project Reports</a> </li> @@ -306,7 +325,7 @@ </p> <p> - Starting with version <b>1.3</b>, FileUpload handles + Starting with version 1.3, FileUpload handles <a class="externalLink" href="https://www.ietf.org/rfc/rfc2047.txt">RFC 2047</a> encoded header values. </p> @@ -335,29 +354,45 @@ <li><a href="./faq.html">Frequently Asked Questions</a></li> -<li><a href="./javadocs/api-release/index.html">Javadoc API (Latest release)</a></li> - -<li><a href="./apidocs/index.html">Javadoc API (Latest development)</a></li> +<li><a href="./javadocs/api-release/index.html">Javadoc</a></li> -<li><a href="./project-reports.html">Project Reports</a></li> +<li><a class="externalLink" href="https://javadoc.io/doc/commons-fileupload/commons-fileupload/latest/index.html">Javadoc Archives</a></li> <li><a class="externalLink" href="https://dist.apache.org/repos/dist/release/commons/fileupload/RELEASE-NOTES.txt">Release Notes</a></li> </ul> -<p>You can also <a href="./source-repository.html">browse</a> the Subversion repository.</p> +<p>You can also <a href="./scm.html">browse</a> the Subversion repository.</p> </section> <section> <h2><a name="Downloading"></a>Downloading</h2> <section> -<h3><a name="Full_Releases"></a>Full Releases</h3> +<h3><a name="Releases"></a>Releases</h3> + +<p><b>FileUpload 2.0.0</b> - DD MMMMMM 2023</p> + +<ul> + +<li>Download the binary and source distributions from the site + <a class="externalLink" href="https://commons.apache.org/fileupload/download_fileupload.cgi">here</a> + </li> + </ul> + +<p><b>FileUpload 1.5</b> - 01 February 2023</p> + +<ul> + +<li>Download the binary and source distributions from the site + <a class="externalLink" href="https://archive.apache.org/dist/commons/fileupload/">here</a> + </li> + </ul> <p><b>FileUpload 1.4</b> - 23 December 2018</p> <ul> -<li>Download the binary and source distributions from a mirror site - <a class="externalLink" href="http://commons.apache.org/fileupload/download_fileupload.cgi">here</a> +<li>Download the binary and source distributions from the site + <a class="externalLink" href="https://archive.apache.org/dist/commons/fileupload/">here</a> </li> </ul> @@ -365,8 +400,8 @@ <ul> -<li>Download the binary and source distributions from a mirror site - <a class="externalLink" href="http://archive.apache.org/dist/commons/fileupload/">here</a> +<li>Download the binary and source distributions from the site + <a class="externalLink" href="https://archive.apache.org/dist/commons/fileupload/">here</a> </li> </ul> @@ -374,8 +409,8 @@ <ul> -<li>Download the binary and source distributions from the archive site - <a class="externalLink" href="http://archive.apache.org/dist/commons/fileupload/">here</a> +<li>Download the binary and source distributions from the site + <a class="externalLink" href="https://archive.apache.org/dist/commons/fileupload/">here</a> </li> </ul> @@ -383,8 +418,8 @@ <ul> -<li>Download the binary and source distributions from the archive site - <a class="externalLink" href="http://archive.apache.org/dist/commons/fileupload/">here</a> +<li>Download the binary and source distributions from the site + <a class="externalLink" href="https://archive.apache.org/dist/commons/fileupload/">here</a> </li> </ul> @@ -392,8 +427,8 @@ <ul> -<li>Download the binary and source distributions from the archive site - <a class="externalLink" href="http://archive.apache.org/dist/commons/fileupload/">here</a> +<li>Download the binary and source distributions from the site + <a class="externalLink" href="https://archive.apache.org/dist/commons/fileupload/">here</a> </li> </ul> @@ -401,8 +436,8 @@ <ul> -<li>Download the binary and source distributions from the archive site - <a class="externalLink" href="http://archive.apache.org/dist/commons/fileupload/">here</a> +<li>Download the binary and source distributions from the site + <a class="externalLink" href="https://archive.apache.org/dist/commons/fileupload/">here</a> </li> </ul> @@ -410,8 +445,8 @@ <ul> -<li>Download the binary and source distributions from the archive site - <a class="externalLink" href="http://archive.apache.org/dist/commons/fileupload/">here</a> +<li>Download the binary and source distributions from the site + <a class="externalLink" href="https://archive.apache.org/dist/commons/fileupload/">here</a> </li> </ul> @@ -419,8 +454,8 @@ <ul> -<li>Download the binary and source distributions from the archive site - <a class="externalLink" href="http://archive.apache.org/dist/commons/fileupload/">here</a> +<li>Download the binary and source distributions from the site + <a class="externalLink" href="https://archive.apache.org/dist/commons/fileupload/">here</a> </li> </ul> @@ -428,8 +463,8 @@ <ul> -<li>Download the binary and source distributions from the archive site - <a class="externalLink" href="http://archive.apache.org/dist/commons/fileupload/">here</a> +<li>Download the binary and source distributions from the site + <a class="externalLink" href="https://archive.apache.org/dist/commons/fileupload/">here</a> </li> </ul> @@ -437,8 +472,8 @@ <ul> -<li>Download the binary and source distributions from the archive site - <a class="externalLink" href="http://archive.apache.org/dist/commons/fileupload/">here</a> +<li>Download the binary and source distributions from the site + <a class="externalLink" href="https://archive.apache.org/dist/commons/fileupload/">here</a> </li> </ul> @@ -446,19 +481,12 @@ <ul> -<li>Download the binary and source distributions from the archive site - <a class="externalLink" href="http://archive.apache.org/dist/commons/fileupload/">here</a> +<li>Download the binary and source distributions from the site + <a class="externalLink" href="https://archive.apache.org/dist/commons/fileupload/">here</a> </li> </ul> </section> - <section> -<h3><a name="Releases_Candidates"></a>Releases Candidates</h3> - -<p> - None available. - </p> - </section> </section> <section> @@ -494,4 +522,4 @@ </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/commons/content/proper/commons-fileupload/issue-management.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/issue-management.html (original) +++ websites/production/commons/content/proper/commons-fileupload/issue-management.html Thu Jul 20 19:17:17 2023 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 20 February 2023 + | Generated by Apache Maven Doxia at 20 July 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20230220" /> + <meta name="Date-Revision-yyyymmdd" content="20230720" /> <meta http-equiv="Content-Language" content="en" /> <title>FileUpload – Issue Management</title> @@ -40,8 +40,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-fileupload/">Apache Commons FileUpload ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 20 February 2023</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.5</li> + <li id="publishDate">Last Published: 20 July 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.0.0-M1</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -78,6 +78,10 @@ User guide</a> </li> <li class="none"> + <a href="migration.html" title="Migration"> + Migration</a> + </li> + <li class="none"> <a href="streaming.html" title="Streaming API"> Streaming API</a> </li> @@ -86,8 +90,12 @@ FAQ</a> </li> <li class="none"> - <a href="javadocs/api-release/index.html" title="Javadoc (Latest release)"> - Javadoc (Latest release)</a> + <a href="https://javadoc.io/doc/org.apache.commons/commons-fileupload2" class="externalLink" title="Javadoc Archives v2"> + Javadoc Archives v2</a> + </li> + <li class="none"> + <a href="https://javadoc.io/doc/commons-fileupload/commons-fileupload" class="externalLink" title="Javadoc Archives v1"> + Javadoc Archives v1</a> </li> <li class="none"> <a href="download_fileupload.cgi" title="Download"> @@ -105,13 +113,24 @@ <a href="issue-tracking.html" title="Issue Tracking"> Issue Tracking</a> </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header">Modules</li> + <li class="none"> + <a href="commons-fileupload2-core/index.html" title="FileUpload Core"> + FileUpload Core</a> + </li> <li class="none"> - <a href="team-list.html" title="Team"> - Team</a> + <a href="commons-fileupload2-jakarta/index.html" title="FileUpload Jakarta"> + FileUpload Jakarta</a> + </li> + <li class="none"> + <a href="commons-fileupload2-javax/index.html" title="FileUpload Javax"> + FileUpload Javax</a> </li> <li class="none"> - <a href="source-repository.html" title="Source repository"> - Source repository</a> + <a href="commons-fileupload2-portlet/index.html" title="FileUpload Portlet"> + FileUpload Portlet</a> </li> </ul> <ul class="nav nav-list"> @@ -129,6 +148,10 @@ Summary</a> </li> <li class="none"> + <a href="modules.html" title="Project Modules"> + Project Modules</a> + </li> + <li class="none"> <a href="team.html" title="Team"> Team</a> </li> @@ -153,10 +176,6 @@ Dependency Management</a> </li> <li class="none"> - <a href="dependencies.html" title="Dependencies"> - Dependencies</a> - </li> - <li class="none"> <a href="dependency-convergence.html" title="Dependency Convergence"> Dependency Convergence</a> </li> @@ -170,7 +189,7 @@ </li> </ul> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html" title="Project Reports"> Project Reports</a> </li> @@ -288,7 +307,7 @@ <p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a>.</p></section><section> <h2><a name="Issue_Management"></a>Issue Management</h2><a name="Issue_Management"></a> <p>Issues, bugs, and feature requests should be submitted to the following issue management system for this project.</p> -<div class="source"> +<div> <pre><a class="externalLink" href="https://issues.apache.org/jira/browse/FILEUPLOAD">https://issues.apache.org/jira/browse/FILEUPLOAD</a></pre></div></section> </td> </tr> @@ -305,4 +324,4 @@ </div> </body> -</html> \ No newline at end of file +</html> Modified: websites/production/commons/content/proper/commons-fileupload/issue-tracking.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/issue-tracking.html (original) +++ websites/production/commons/content/proper/commons-fileupload/issue-tracking.html Thu Jul 20 19:17:17 2023 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 20 February 2023 + | Generated by Apache Maven Doxia at 15 July 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,9 +8,9 @@ <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Apache Commons Documentation Team" /> - <meta name="Date-Revision-yyyymmdd" content="20230220" /> + <meta name="Date-Revision-yyyymmdd" content="20230715" /> <meta http-equiv="Content-Language" content="en" /> - <title>FileUpload – Apache Commons FileUpload Issue tracking</title> + <title>FileUpload – Apache Commons FileUpload Parent Issue tracking</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -41,8 +41,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-fileupload/">Apache Commons FileUpload ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 20 February 2023</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.5</li> + <li id="publishDate">Last Published: 15 July 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.0.0-M1</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -79,6 +79,10 @@ User guide</a> </li> <li class="none"> + <a href="migration.html" title="Migration"> + Migration</a> + </li> + <li class="none"> <a href="streaming.html" title="Streaming API"> Streaming API</a> </li> @@ -87,8 +91,12 @@ FAQ</a> </li> <li class="none"> - <a href="javadocs/api-release/index.html" title="Javadoc (Latest release)"> - Javadoc (Latest release)</a> + <a href="https://javadoc.io/doc/org.apache.commons/commons-fileupload2" class="externalLink" title="Javadoc Archives v2"> + Javadoc Archives v2</a> + </li> + <li class="none"> + <a href="https://javadoc.io/doc/commons-fileupload/commons-fileupload" class="externalLink" title="Javadoc Archives v1"> + Javadoc Archives v1</a> </li> <li class="none"> <a href="download_fileupload.cgi" title="Download"> @@ -106,13 +114,24 @@ <a href="issue-tracking.html" title="Issue Tracking"> Issue Tracking</a> </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header">Modules</li> + <li class="none"> + <a href="commons-fileupload2-core/index.html" title="FileUpload Core"> + FileUpload Core</a> + </li> + <li class="none"> + <a href="commons-fileupload2-jakarta/index.html" title="FileUpload Jakarta"> + FileUpload Jakarta</a> + </li> <li class="none"> - <a href="team-list.html" title="Team"> - Team</a> + <a href="commons-fileupload2-javax/index.html" title="FileUpload Javax"> + FileUpload Javax</a> </li> <li class="none"> - <a href="source-repository.html" title="Source repository"> - Source repository</a> + <a href="commons-fileupload2-portlet/index.html" title="FileUpload Portlet"> + FileUpload Portlet</a> </li> </ul> <ul class="nav nav-list"> @@ -121,7 +140,7 @@ <a href="project-info.html" title="Project Information"> Project Information</a> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html" title="Project Reports"> Project Reports</a> </li> @@ -238,11 +257,11 @@ <section> -<h2><a name="Apache_Commons_FileUpload_Issue_tracking"></a>Apache Commons FileUpload Issue tracking</h2> +<h2><a name="Apache_Commons_FileUpload_Parent_Issue_tracking"></a>Apache Commons FileUpload Parent Issue tracking</h2> <p> - Apache Commons FileUpload uses <a class="externalLink" href="https://issues.apache.org/jira/">ASF JIRA</a> for tracking issues. - See the <a class="externalLink" href="https://issues.apache.org/jira/browse/FILEUPLOAD">Apache Commons FileUpload JIRA project page</a>. + Apache Commons FileUpload Parent uses <a class="externalLink" href="https://issues.apache.org/jira/">ASF JIRA</a> for tracking issues. + See the <a class="externalLink" href="https://issues.apache.org/jira/browse/FILEUPLOAD">Apache Commons FileUpload Parent JIRA project page</a>. </p> @@ -256,7 +275,7 @@ <p> If you would like to report a bug, or raise an enhancement request with - Apache Commons FileUpload please do the following: + Apache Commons FileUpload Parent please do the following: </p> <ol style="list-style-type: decimal"> @@ -283,13 +302,13 @@ <li>test cases are vital, particularly for any proposed enhancements</li> -<li>the developers of Apache Commons FileUpload are all unpaid volunteers</li> +<li>the developers of Apache Commons FileUpload Parent are all unpaid volunteers</li> </ul> <p> - For more information on subversion and creating patches see the + For more information on creating patches see the <a class="externalLink" href="https://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>. </p> @@ -299,11 +318,11 @@ </p> <ul> -<li><a class="externalLink" href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310476&sorter/field=issuekey&sorter/order=DESC&status=1&status=3&status=4">All Open Apache Commons FileUpload bugs</a></li> +<li><a class="externalLink" href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310476&sorter/field=issuekey&sorter/order=DESC&status=1&status=3&status=4">All Open Apache Commons FileUpload Parent bugs</a></li> -<li><a class="externalLink" href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310476&sorter/field=issuekey&sorter/order=DESC&status=5&status=6">All Resolved Apache Commons FileUpload bugs</a></li> +<li><a class="externalLink" href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310476&sorter/field=issuekey&sorter/order=DESC&status=5&status=6">All Resolved Apache Commons FileUpload Parent bugs</a></li> -<li><a class="externalLink" href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310476&sorter/field=issuekey&sorter/order=DESC">All Apache Commons FileUpload bugs</a></li> +<li><a class="externalLink" href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310476&sorter/field=issuekey&sorter/order=DESC">All Apache Commons FileUpload Parent bugs</a></li> </ul> </section> @@ -324,4 +343,4 @@ </div> </body> -</html> \ No newline at end of file +</html>
