You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2021/10/16 18:25:55 UTC

[httpcomponents-core] branch master updated: The required Java verion is 8.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0be5f8c  The required Java verion is 8.
0be5f8c is described below

commit 0be5f8c44c84a8f6db1cd795c8d24697e80912b0
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Sat Oct 16 14:25:51 2021 -0400

    The required Java verion is 8.
---
 RELEASE_NOTES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 57ed17b..5367873 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -5,12 +5,12 @@ This is the second ALPHA release in the 5.2 release series that fixes a regressi
 in the TLS layer introduced by the previous ALPHA and adds a number of incremental
 improvements.
 
-Please note that 5.2 upgrades minimal JRE level to version 1.8 (8u251 is required).
+Please note that 5.2 upgrades minimal JRE level to version 8 (8u251 is required).
 
 
 Notable changes and features included in the 5.2 series:
 
-* Upgrade to Java 1.8.
+* Upgrade to Java 8.
 
 * Improved support for TLS upgrade and HTTP protocol upgrade (async).