Clarification.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1725671 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2016-01-20 05:23:02 +00:00
parent a00783d3a3
commit 11cba1d02d
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ Notable changes and features included in the 5.0 series are:
* By default connection request timeout and connect timeout are set to 3 minutes. * By default connection request timeout and connect timeout are set to 3 minutes.
HttpClient 5.0 releases can be co-located with earlier versions. HttpClient 5.0 releases can be co-located with earlier versions, meaning you can have both 5.x and
4.x on the classpath without experiencing jar hell.
Please note that as of 5.0 HttpClient requires Java 1.7 or newer. Please note that as of 5.0 HttpClient requires Java 1.7 or newer.