You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/10/22 18:48:52 UTC

[maven-site] 01/01: [/MNGSITE-393} Remove legacy Maven 2 info

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

elharo pushed a commit to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit 98351716966b83c64333a4f70c62c01d358358a5
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Thu Oct 22 14:48:41 2020 -0400

    [/MNGSITE-393} Remove legacy Maven 2 info
    
    @michael-o
---
 content/apt/guides/mini/guide-http-settings.apt | 30 +++++--------------------
 1 file changed, 6 insertions(+), 24 deletions(-)

diff --git a/content/apt/guides/mini/guide-http-settings.apt b/content/apt/guides/mini/guide-http-settings.apt
index cc3fd61..02e8d24 100644
--- a/content/apt/guides/mini/guide-http-settings.apt
+++ b/content/apt/guides/mini/guide-http-settings.apt
@@ -30,31 +30,13 @@ Advanced Configuration of the HttpClient HTTP Wagon
 
 %{toc}
 
-*Notice on Maven Versioning and Availability
-
-**Maven 2.2.0
-
-  Starting in <<Maven 2.2.0>>, the HttpClient wagon was the implementation in use. The remainder of this document
-  deals specifically with the differences between the HttpClient- and Sun-based HTTP wagons.
-
-**Maven 2.2.1
-  
-  Due to several critical issues introduced by the HttpClient-based HTTP wagon, <<Maven 2.2.1>> reverted back to 
-  the Sun implementation (a.k.a. 'lightweight') of the HTTP wagon as the default for HTTP/HTTPS transfers.
-  The issues with the HttpClient-based wagon were mainly related to checksums, transfer timeouts, and NTLM proxies,
-  and served as the primary cause for the release of <<2.2.1>> in the first place.
-  
-  <<However>>, starting in <<Maven 2.2.1>> you have a choice: you can use the default wagon implementation for a given
-  protocol, or you can select an alternative wagon <<<provider>>> you'd like to use on a per-protocol basis. 
+  You can use the default wagon implementation for a given
+  protocol, or you can select an alternative wagon <<<provider>>> on a per-protocol basis. 
   For more information, see the {{{./guide-wagon-providers.html}Guide to Wagon Providers}} \[3\].
-
-**Maven 3.0.4
-
-  With 3.0.4, the default wagon http(s) is now the HttpClient based on {{{http://hc.apache.org/httpcomponents-client-ga}Apache Http Client 4.1.2}}.
-  There is now a http connection pooling to prevent reopening http(s) to remote server for each requests.
+  The default wagon http(s) is the HttpClient based on {{{http://hc.apache.org/httpcomponents-client-ga}Apache Http Client 4.1.2}}.
+  HTTP connection pooling prevents reopening http(s) to remote server for each requests.
   This pool feature is configurable with some parameters \[4\].
-
-  This new defaut wagon comes with some default configuration:
+  The default wagon comes with some default configuration:
 
   * http(s) connection pool: default to 20.
 
@@ -121,7 +103,7 @@ problems with HTTP servers and proxies that do not support HTTP/1.1 protocol.
   
 *Configuring GET, HEAD, PUT, or All of the Above
 
-  In all of the examples below, it's important to understand that we can configure the HTTP settings for all requests made to a given
+  In all of the examples below, it's important to understand that you can configure the HTTP settings for all requests made to a given
   server, or for only one method. To configure all methods for a server, you'd use the following section of the <<<settings.xml>>> file:
   
 +---+