This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit 66407693606d11ec26b6c41b4cf93d07573cb063 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Thu May 6 21:59:12 2021 -0400 release note updates --- src/site/markdown/release-notes/1.8.0.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/site/markdown/release-notes/1.8.0.md b/src/site/markdown/release-notes/1.8.0.md index 1a4667b..a9c8448 100644 --- a/src/site/markdown/release-notes/1.8.0.md +++ b/src/site/markdown/release-notes/1.8.0.md @@ -1,11 +1,9 @@ Apache Axis2 1.8.0 Release Note ------------------------------- -* The minimum required Java version for Axis2 has been changed to Java 7. +* The minimum required Java version for Axis2 has been changed to Java 8. -* The Apache Commons HttpClient 3.x based HTTP transport has been deprecated. - If you wish to continue using this transport, add `axis2-transport-http-hc3` - to your project. +* The Apache Commons HttpClient 3.x based HTTP transport has been removed. * The HTTPClient 4.x based transport has been upgraded to use the APIs supported by the latest HTTPClient version.