You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by sv...@apache.org on 2023/12/12 14:10:12 UTC

svn commit: r1914579 [2/2] - in /httpcomponents/site: ./ httpcomponents-asyncclient-4.1.x/ httpcomponents-client-4.5.x/ httpcomponents-client-5.1.x/ httpcomponents-client-5.2.x/ httpcomponents-client-5.3.x/ httpcomponents-client-5.3.x/migration-guide/ ...

Modified: httpcomponents/site/httpcomponents-client-5.3.x/examples.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.3.x/examples.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.3.x/examples.html (original)
+++ httpcomponents/site/httpcomponents-client-5.3.x/examples.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">HttpClient Examples (Classic) <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-client-5.3.x/examples.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -65,10 +65,10 @@
      </ul></li>
     <li><a href="../httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-client-5.3.x/index.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.3.x/index.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.3.x/index.html (original)
+++ httpcomponents/site/httpcomponents-client-5.3.x/index.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">HttpClient Overview <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-client-5.3.x/index.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -65,10 +65,10 @@
      </ul></li>
     <li><a href="../httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-client-5.3.x/logging.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.3.x/logging.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.3.x/logging.html (original)
+++ httpcomponents/site/httpcomponents-client-5.3.x/logging.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">Logging Practices <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-client-5.3.x/logging.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -65,10 +65,10 @@
      </ul></li>
     <li><a href="../httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/index.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/index.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/index.html (original)
+++ httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/index.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">Apache HttpClient 5.x migration guide <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-client-5.3.x/migration-guide/index.md"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -72,10 +72,10 @@
      </ul></li>
     <li><a href="../../httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="../../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="../../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="../../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="../../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/migration-to-async-http2.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/migration-to-async-http2.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/migration-to-async-http2.html (original)
+++ httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/migration-to-async-http2.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">Migration to Apache HttpClient 5.x async APIs for HTTP/2 only <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-client-5.3.x/migration-guide/migration-to-async-http2.md"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -72,10 +72,10 @@
      </ul></li>
     <li><a href="../../httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="../../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="../../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="../../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="../../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/migration-to-async-simple.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/migration-to-async-simple.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/migration-to-async-simple.html (original)
+++ httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/migration-to-async-simple.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">Migration to Apache HttpClient 5.x async APIs with simple message handlers <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-client-5.3.x/migration-guide/migration-to-async-simple.md"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -72,10 +72,10 @@
      </ul></li>
     <li><a href="../../httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="../../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="../../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="../../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="../../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/migration-to-async-streaming.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/migration-to-async-streaming.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/migration-to-async-streaming.html (original)
+++ httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/migration-to-async-streaming.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">Migration to Apache HttpClient 5.x async APIs <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-client-5.3.x/migration-guide/migration-to-async-streaming.md"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -72,10 +72,10 @@
      </ul></li>
     <li><a href="../../httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="../../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="../../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="../../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="../../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/migration-to-classic.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/migration-to-classic.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/migration-to-classic.html (original)
+++ httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/migration-to-classic.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">Migration to Apache HttpClient 5.x classic APIs <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-client-5.3.x/migration-guide/migration-to-classic.md"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -72,10 +72,10 @@
      </ul></li>
     <li><a href="../../httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="../../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="../../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="../../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="../../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/preparation.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/preparation.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/preparation.html (original)
+++ httpcomponents/site/httpcomponents-client-5.3.x/migration-guide/preparation.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">Migration from Apache HttpClient 4.x APIs <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-client-5.3.x/migration-guide/preparation.md"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -72,10 +72,10 @@
      </ul></li>
     <li><a href="../../httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="../../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="../../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="../../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="../../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-client-5.3.x/quickstart.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.3.x/quickstart.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.3.x/quickstart.html (original)
+++ httpcomponents/site/httpcomponents-client-5.3.x/quickstart.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">HttpClient Quick Start <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-client-5.3.x/quickstart.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -65,10 +65,10 @@
      </ul></li>
     <li><a href="../httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-client-5.3.x/related-projects.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.3.x/related-projects.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.3.x/related-projects.html (original)
+++ httpcomponents/site/httpcomponents-client-5.3.x/related-projects.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">Related projects <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-client-5.3.x/related-projects.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -65,10 +65,10 @@
      </ul></li>
     <li><a href="../httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-core-4.4.x/download.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/download.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/download.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/download.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">HttpCore Downloads <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-core-4.4.x/download.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -54,15 +54,15 @@
     <li><a href="../httpcomponents-client-5.3.x/index.html" title="HttpClient 5.3"><span class="icon-chevron-right"></span>HttpClient 5.3</a></li>
     <li><a href="../httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-down"></span>HttpCore 4.4</a>
+   <li class="nav-header">Legacy</li>
+    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-down"></span>HttpCore 4.4 (EOL)</a>
      <ul class="nav nav-list">
       <li><a href="../httpcomponents-core-4.4.x/current/tutorial/html/index.html" title="Tutorial"><span class="none"></span>Tutorial</a></li>
       <li><a href="../httpcomponents-core-4.4.x/examples.html" title="Examples"><span class="none"></span>Examples</a></li>
       <li class="active"><a href="#"><span class="none"></span>Download</a></li>
      </ul></li>
-    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
-   <li class="nav-header">Legacy</li>
-    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-core-4.4.x/examples.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/examples.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/examples.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/examples.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">HttpCore Examples <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-core-4.4.x/examples.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -54,15 +54,15 @@
     <li><a href="../httpcomponents-client-5.3.x/index.html" title="HttpClient 5.3"><span class="icon-chevron-right"></span>HttpClient 5.3</a></li>
     <li><a href="../httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-down"></span>HttpCore 4.4</a>
+   <li class="nav-header">Legacy</li>
+    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-down"></span>HttpCore 4.4 (EOL)</a>
      <ul class="nav nav-list">
       <li><a href="../httpcomponents-core-4.4.x/current/tutorial/html/index.html" title="Tutorial"><span class="none"></span>Tutorial</a></li>
       <li class="active"><a href="#"><span class="none"></span>Examples</a></li>
       <li><a href="../httpcomponents-core-4.4.x/download.html" title="Download"><span class="none"></span>Download</a></li>
      </ul></li>
-    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
-   <li class="nav-header">Legacy</li>
-    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-core-4.4.x/index.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/index.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/index.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/index.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">HttpCore Overview <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-core-4.4.x/index.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -54,15 +54,15 @@
     <li><a href="../httpcomponents-client-5.3.x/index.html" title="HttpClient 5.3"><span class="icon-chevron-right"></span>HttpClient 5.3</a></li>
     <li><a href="../httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li class="active"><a href="#"><span class="icon-chevron-down"></span>HttpCore 4.4</a>
+   <li class="nav-header">Legacy</li>
+    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li class="active"><a href="#"><span class="icon-chevron-down"></span>HttpCore 4.4 (EOL)</a>
      <ul class="nav nav-list">
       <li><a href="../httpcomponents-core-4.4.x/current/tutorial/html/index.html" title="Tutorial"><span class="none"></span>Tutorial</a></li>
       <li><a href="../httpcomponents-core-4.4.x/examples.html" title="Examples"><span class="none"></span>Examples</a></li>
       <li><a href="../httpcomponents-core-4.4.x/download.html" title="Download"><span class="none"></span>Download</a></li>
      </ul></li>
-    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
-   <li class="nav-header">Legacy</li>
-    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>
@@ -103,6 +103,8 @@
     under the License.
 -->
 <h1>HttpCore Overview</h1>
+<p><span style="color:red">IMPORTANT: HttpCore 4 is at End of Life and is no longer being developed or supported.
+The users of HttpCore 4 are strongly encouraged to upgrade to HttpCore 5.</span></p>
 <p>HttpCore is a set of low level HTTP transport components that can be used to build custom client and server side HTTP
 services with a minimal footprint. HttpCore supports two I/O models: blocking I/O model based on the classic Java I/O
 and non-blocking, event driven I/O model based on Java NIO.</p><section>

Modified: httpcomponents/site/httpcomponents-core-5.1.x/download.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.1.x/download.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.1.x/download.html (original)
+++ httpcomponents/site/httpcomponents-core-5.1.x/download.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">HttpCore Downloads <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-core-5.1.x/download.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -54,10 +54,10 @@
     <li><a href="../httpcomponents-client-5.3.x/index.html" title="HttpClient 5.3"><span class="icon-chevron-right"></span>HttpClient 5.3</a></li>
     <li><a href="../httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-core-5.1.x/examples.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.1.x/examples.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.1.x/examples.html (original)
+++ httpcomponents/site/httpcomponents-core-5.1.x/examples.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">HttpCore Examples <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-core-5.1.x/examples.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -54,10 +54,10 @@
     <li><a href="../httpcomponents-client-5.3.x/index.html" title="HttpClient 5.3"><span class="icon-chevron-right"></span>HttpClient 5.3</a></li>
     <li><a href="../httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-core-5.1.x/index.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.1.x/index.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.1.x/index.html (original)
+++ httpcomponents/site/httpcomponents-core-5.1.x/index.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">HttpCore Overview <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-core-5.1.x/index.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -54,10 +54,10 @@
     <li><a href="../httpcomponents-client-5.3.x/index.html" title="HttpClient 5.3"><span class="icon-chevron-right"></span>HttpClient 5.3</a></li>
     <li><a href="../httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-core-5.2.x/download.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.2.x/download.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.2.x/download.html (original)
+++ httpcomponents/site/httpcomponents-core-5.2.x/download.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">HttpCore Downloads <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-core-5.2.x/download.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -59,10 +59,10 @@
       <li class="active"><a href="#"><span class="none"></span>Download</a></li>
      </ul></li>
     <li><a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-core-5.2.x/examples.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.2.x/examples.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.2.x/examples.html (original)
+++ httpcomponents/site/httpcomponents-core-5.2.x/examples.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">HttpCore Examples <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-core-5.2.x/examples.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -59,10 +59,10 @@
       <li><a href="../httpcomponents-core-5.2.x/download.html" title="Download"><span class="none"></span>Download</a></li>
      </ul></li>
     <li><a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-core-5.2.x/index.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.2.x/index.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.2.x/index.html (original)
+++ httpcomponents/site/httpcomponents-core-5.2.x/index.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">HttpCore Overview <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-core-5.2.x/index.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -59,10 +59,10 @@
       <li><a href="../httpcomponents-core-5.2.x/download.html" title="Download"><span class="none"></span>Download</a></li>
      </ul></li>
     <li><a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/httpcomponents-core-5.2.x/related-projects.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.2.x/related-projects.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.2.x/related-projects.html (original)
+++ httpcomponents/site/httpcomponents-core-5.2.x/related-projects.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="../index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">Related projects <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/httpcomponents-core-5.2.x/related-projects.md"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -59,10 +59,10 @@
       <li><a href="../httpcomponents-core-5.2.x/download.html" title="Download"><span class="none"></span>Download</a></li>
      </ul></li>
     <li><a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="../httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/index.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/index.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/index.html (original)
+++ httpcomponents/site/index.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">Apache HttpComponents <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/index.md"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -54,10 +54,10 @@
     <li><a href="httpcomponents-client-5.3.x/index.html" title="HttpClient 5.3"><span class="icon-chevron-right"></span>HttpClient 5.3</a></li>
     <li><a href="httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/licenses.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/licenses.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/licenses.html (original)
+++ httpcomponents/site/licenses.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">Project Licenses</li>
@@ -54,10 +54,10 @@
     <li><a href="httpcomponents-client-5.3.x/index.html" title="HttpClient 5.3"><span class="icon-chevron-right"></span>HttpClient 5.3</a></li>
     <li><a href="httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-down"></span>Project Information</a>
      <ul class="nav nav-list">

Modified: httpcomponents/site/mail.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/mail.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/mail.html (original)
+++ httpcomponents/site/mail.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">HttpComponents Mailing Lists <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/mail.md"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -54,10 +54,10 @@
     <li><a href="httpcomponents-client-5.3.x/index.html" title="HttpClient 5.3"><span class="icon-chevron-right"></span>HttpClient 5.3</a></li>
     <li><a href="httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/mailing-lists.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/mailing-lists.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/mailing-lists.html (original)
+++ httpcomponents/site/mailing-lists.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">Project Mailing Lists</li>
@@ -54,10 +54,10 @@
     <li><a href="httpcomponents-client-5.3.x/index.html" title="HttpClient 5.3"><span class="icon-chevron-right"></span>HttpClient 5.3</a></li>
     <li><a href="httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-down"></span>Project Information</a>
      <ul class="nav nav-list">

Modified: httpcomponents/site/news.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/news.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/news.html (original)
+++ httpcomponents/site/news.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">HttpComponents Project News <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/news.md"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -54,10 +54,10 @@
     <li><a href="httpcomponents-client-5.3.x/index.html" title="HttpClient 5.3"><span class="icon-chevron-right"></span>HttpClient 5.3</a></li>
     <li><a href="httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>

Modified: httpcomponents/site/project-info.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/project-info.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/project-info.html (original)
+++ httpcomponents/site/project-info.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">Project Information</li>
@@ -54,10 +54,10 @@
     <li><a href="httpcomponents-client-5.3.x/index.html" title="HttpClient 5.3"><span class="icon-chevron-right"></span>HttpClient 5.3</a></li>
     <li><a href="httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li class="active"><a href="#"><span class="icon-chevron-down"></span>Project Information</a>
      <ul class="nav nav-list">

Modified: httpcomponents/site/status.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/status.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/status.html (original)
+++ httpcomponents/site/status.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">HttpComponents Project Status <a href="https://github.com/apache/httpcomponents-website/tree/master/src/site/markdown/status.md"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -54,10 +54,10 @@
     <li><a href="httpcomponents-client-5.3.x/index.html" title="HttpClient 5.3"><span class="icon-chevron-right"></span>HttpClient 5.3</a></li>
     <li><a href="httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
    <li class="nav-header">ASF</li>
@@ -116,19 +116,18 @@ requirements of RFC 7230, RFC 7231, RFC
 <p>HttpCore 5.2.x branch is considered stable and production ready. It is being actively maintained and supported. The
 5.2.x release series provides comprehensive support for HTTP/1.1 and HTTP/2 protocol, full conformance with mandatory
 requirements of RFC 7230, RFC 7231, RFC 7540 and RFC 7541 and conditional conformance to RFC 3986.</p></section><section>
-<h2><a name="HttpComponents_HttpCore_4.4.x"></a>HttpComponents HttpCore 4.4.x</h2>
-<p>HttpCore 4.4.x branch is considered stable and production ready. Please note the 4.x release series will be receiving
-fixes for major defects and security issues only.</p>
-<p>Users of HttpCore 4.x are strongly encouraged to migrate to HttpCore 5.x</p></section><section>
 <h2><a name="HttpComponents_HttpClient_4.5.x"></a>HttpComponents HttpClient 4.5.x</h2>
 <p>HttpClient 4.5.x branch is considered stable and production ready. Please note the 4.x release series will be receiving
 fixes for major defects and security issues only.</p>
 <p>Users of HttpClient 4.x are strongly encouraged to migrate to HttpClient 5.x</p></section><section>
-<h2><a name="HttpComponents_HttpAsyncClient_4.1.x"></a>HttpComponents HttpAsyncClient 4.1.x</h2>
-<p>HttpAsyncClient 4.1.x branch is considered stable and production ready. Please note the 4.x release series will be receiving
-fixes for major defects and security issues only.</p>
+<h2><a name="HttpComponents_HttpCore_4.4.x_.28EOL.29"></a>HttpComponents HttpCore 4.4.x (EOL)</h2>
+<p>HttpCore NIO in the 4.4.x branch is at End of Life. It is no longer being developed or supported. HttpCore Classic
+in the 4.4.x branch will be receiving fixes for major defects and security issues only.</p>
+<p>Users of HttpCore 4.x are strongly encouraged to migrate to HttpCore 5.x</p></section><section>
+<h2><a name="HttpComponents_HttpAsyncClient_4.1.x_.28EOL.29"></a>HttpComponents HttpAsyncClient 4.1.x (EOL)</h2>
+<p>HttpAsyncClient 4.1.x branch is at the End of Life. It is no longer being developed or supported.</p>
 <p>Users of HttpAsyncClient 4.x are strongly encouraged to migrate to HttpClient 5.x</p></section><section>
-<h2><a name="Commons_HttpClient_3.1.x"></a>Commons HttpClient 3.1.x</h2>
+<h2><a name="Commons_HttpClient_3.1.x_.28EOL.29"></a>Commons HttpClient 3.1.x (EOL)</h2>
 <p>The 3.1 branch of Commons HttpClient is at the end of life. No more public releases are expected.</p></section>
         </main>
       </div>

Modified: httpcomponents/site/team.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/team.html?rev=1914579&r1=1914578&r2=1914579&view=diff
==============================================================================
--- httpcomponents/site/team.html (original)
+++ httpcomponents/site/team.html Tue Dec 12 14:10:11 2023
@@ -25,7 +25,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2023-12-07<span class="divider">|</span>
+        <li id="publishDate">Last Published: 2023-12-12<span class="divider">|</span>
 </li>
       <li class=""><a href="index.html" title="HttpComponents">HttpComponents</a><span class="divider">/</span></li>
     <li class="active ">Project Team</li>
@@ -54,10 +54,10 @@
     <li><a href="httpcomponents-client-5.3.x/index.html" title="HttpClient 5.3"><span class="icon-chevron-right"></span>HttpClient 5.3</a></li>
     <li><a href="httpcomponents-core-5.2.x/index.html" title="HttpCore 5.2"><span class="icon-chevron-right"></span>HttpCore 5.2</a></li>
     <li><a href="httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5"><span class="icon-chevron-right"></span>HttpClient 4.5</a></li>
-    <li><a href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4"><span class="icon-chevron-right"></span>HttpCore 4.4</a></li>
-    <li><a href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1</a></li>
    <li class="nav-header">Legacy</li>
-    <li><a href="httpclient-legacy/index.html" title="Commons HttpClient"><span class="none"></span>Commons HttpClient</a></li>
+    <li><a href="httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1 (EOL)"><span class="icon-chevron-right"></span>HttpAsyncClient 4.1 (EOL)</a></li>
+    <li><a href="httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4 (EOL)"><span class="icon-chevron-right"></span>HttpCore 4.4 (EOL)</a></li>
+    <li><a href="httpclient-legacy/index.html" title="Commons HttpClient (EOL)"><span class="none"></span>Commons HttpClient (EOL)</a></li>
    <li class="nav-header">Project Documentation</li>
     <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-down"></span>Project Information</a>
      <ul class="nav nav-list">