You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2021/09/11 11:35:56 UTC

[httpcomponents-website] branch master updated: Updated project website for HttpCore 5.2-alpha1 release

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

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 1238f23  Updated project website for HttpCore 5.2-alpha1 release
1238f23 is described below

commit 1238f23f638d7b509fec77e63c211314b0dc0e9d
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sat Sep 11 13:28:18 2021 +0200

    Updated project website for HttpCore 5.2-alpha1 release
---
 src/site/markdown/news.md                                    | 12 ++++++++++++
 src/site/markdown/status.md                                  |  6 ------
 .../resources/httpcomponents-core-5.2.x/documentation.links  |  5 +++++
 src/site/site.xml                                            |  5 +++++
 4 files changed, 22 insertions(+), 6 deletions(-)

diff --git a/src/site/markdown/news.md b/src/site/markdown/news.md
index 1be5d1f..f04f24b 100644
--- a/src/site/markdown/news.md
+++ b/src/site/markdown/news.md
@@ -20,6 +20,18 @@
 HttpComponents Project News
 ===========================
 
+###### 13 September 2021 - HttpComponents Client 5.2-alpha1 released
+
+This is the first ALPHA release in the 5.2 release series that upgrades minimal JRE level to version 1.8 (8u251 is
+required) and includes several protocol level and API improvements. It also includes all bug fixes from the 5.1 branch.
+
+Notable changes and features included in the 5.2 series:
+
+- Upgrade to Java 1.8.
+- Improved support for TLS upgrade and HTTP protocol upgrade (async).
+- Improved customization of HTTP listeners (async).
+- Improved parsing and formatting of URI components.
+
 ###### 12 May 2021 - HttpComponents Client 5.1 (GA) released
 
 This is the first GA release in the 5.1 release series.
diff --git a/src/site/markdown/status.md b/src/site/markdown/status.md
index 4af9883..eee6203 100644
--- a/src/site/markdown/status.md
+++ b/src/site/markdown/status.md
@@ -26,12 +26,6 @@ HttpComponents HttpCore 5.2.x
 HttpCore 5.2.x branch is the current feature development branch. The 5.2.x release series is expected to support 
 Java 1.8 features and functionality. 
 
-HttpComponents HttpCore 5.2.x
------------------------------
-
-HttpCore 5.2.x branch is the current feature development branch. The 5.2.x release series is expected to support
-Java 1.8 features and functionality.
-
 HttpComponents HttpCore 5.1.x
 -----------------------------
 
diff --git a/src/site/resources/httpcomponents-core-5.2.x/documentation.links b/src/site/resources/httpcomponents-core-5.2.x/documentation.links
new file mode 100644
index 0000000..fac1e84
--- /dev/null
+++ b/src/site/resources/httpcomponents-core-5.2.x/documentation.links
@@ -0,0 +1,5 @@
+# links property file for Ant's symlink task in pom.xml:
+# links to components in http://hc.apache.org/components/
+
+5.2-alpha1  ../components/httpcomponents-core-5.1.x/5.2-alpha1
+current     ../components/httpcomponents-core-5.1.x/5.2-alpha1
diff --git a/src/site/site.xml b/src/site/site.xml
index ea2272a..176b9df 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -80,6 +80,11 @@ under the License.
         <item name="Related" href="httpcomponents-client-5.1.x/related-projects.html"/>
         <item name="Download" href="httpcomponents-client-5.1.x/download.html"/>
       </item>
+      <item name="HttpCore 5.2 ALPHA" collapse="true" href="httpcomponents-core-5.2.x/index.html">
+        <item name="Examples" href="httpcomponents-core-5.2.x/examples.html"/>
+        <item name="Related" href="httpcomponents-core-5.1.x/related-projects.html"/>
+        <item name="Download" href="httpcomponents-core-5.2.x/download.html"/>
+      </item>
       <item name="HttpCore 5.1" collapse="true" href="httpcomponents-core-5.1.x/index.html">
         <item name="Examples" href="httpcomponents-core-5.1.x/examples.html"/>
         <item name="Related" href="httpcomponents-core-5.1.x/related-projects.html"/>