Gary Gregory
|
db417d80ba
|
- [HTTPCLIENT-1931] Add factory enum
org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
- [HTTPCLIENT-1932] Add factory enum
org.apache.hc.client5.http.aysnc.methods.HttpRequests
|
2018-07-13 20:18:33 +02:00 |
Oleg Kalnichevski
|
68fd176c07
|
Upgraded HttpClient version to 5.0-beta2-SNAPSHOT
|
2018-01-18 10:02:04 +01:00 |
Oleg Kalnichevski
|
67be267f99
|
HttpClient 5.0-beta1 release
|
2018-01-15 13:30:04 +01:00 |
Oleg Kalnichevski
|
695f353b43
|
Re-use concurrent primitives from HttpCore
|
2018-01-12 14:20:10 +01:00 |
Oleg Kalnichevski
|
eb71f45ee5
|
SLF4J logging facade
|
2018-01-10 13:07:37 +01:00 |
Oleg Kalnichevski
|
cca56bebe9
|
AuthScope cleanup
|
2017-12-05 15:16:05 +01:00 |
Oleg Kalnichevski
|
450cb40afc
|
Upgraded HttpClient version to 5.0-alpha4-SNAPSHOT
|
2017-11-24 09:38:15 +01:00 |
Oleg Kalnichevski
|
ea22019220
|
HttpClient 5.0-alpha3 release
|
2017-11-19 12:54:30 +01:00 |
Oleg Kalnichevski
|
235348eec6
|
Replaced socket and connect timeout request parameters with a single connection timeout request parameter. HTTP requests may be executed concurrently over a single HTTP/2 connection and no longer should overwrite connection socket timeout
|
2017-11-18 11:24:17 +01:00 |
Oleg Kalnichevski
|
389272de3a
|
Upgraded HttpCore dependency to version 5.0-beta1
|
2017-11-05 13:57:34 +01:00 |
Oleg Kalnichevski
|
b24aa01866
|
Upgraded parent POM to version 9; Removed explicit plugin version declaration (should be inherited from the parent POM)
|
2017-10-04 14:04:17 +02:00 |
Oleg Kalnichevski
|
6d17126cbf
|
Moved classes and renamed packages (no functional changes)
|
2017-09-02 17:27:30 +02:00 |
Oleg Kalnichevski
|
b58e7d46d7
|
Upgraded HttpCore to version 5.0-alpha4
|
2017-09-01 20:29:58 +02:00 |
Oleg Kalnichevski
|
643ea6c3e0
|
Fixed javadocs
|
2017-07-16 23:01:36 +02:00 |
Oleg Kalnichevski
|
8a1b96bfa7
|
Upgraded HttpClient version to 5.0-alpha3-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1794682 13f79535-47bb-0310-9956-ffa450edef68
|
2017-05-10 08:19:07 +00:00 |
Oleg Kalnichevski
|
fed4b907eb
|
HTTPCLIENT-1691: HttpClient instance used internally by HC Fluent to take system properties into account by default
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1793761 13f79535-47bb-0310-9956-ffa450edef68
|
2017-05-04 09:42:43 +00:00 |
Oleg Kalnichevski
|
e8efaea53f
|
Removed remaining JCL usage in the caching module. Cleaned up POM.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1793690 13f79535-47bb-0310-9956-ffa450edef68
|
2017-05-03 18:31:30 +00:00 |
Oleg Kalnichevski
|
da5797f470
|
Moved classic HttpClient and HC fluent integration tests to httpclient-testing module
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1793319 13f79535-47bb-0310-9956-ffa450edef68
|
2017-05-01 12:38:41 +00:00 |
Oleg Kalnichevski
|
04594b97a9
|
Upgraded HttpCore to version 5.0-alpha3; fixed HttpCore API usage
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1793305 13f79535-47bb-0310-9956-ffa450edef68
|
2017-05-01 10:47:09 +00:00 |
Gary D. Gregory
|
b1f8cd58f6
|
Use final.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1788709 13f79535-47bb-0310-9956-ffa450edef68
|
2017-03-26 02:43:03 +00:00 |
Oleg Kalnichevski
|
191183bf75
|
Moved sync HTTP method classes
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1784141 13f79535-47bb-0310-9956-ffa450edef68
|
2017-02-23 14:35:01 +00:00 |
Oleg Kalnichevski
|
4d0d23dc01
|
Integration and compatibility tests
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1780849 13f79535-47bb-0310-9956-ffa450edef68
|
2017-01-29 19:22:20 +00:00 |
Oleg Kalnichevski
|
e48091da3d
|
Upgraded HttpCore to version 5.0-alpha2; Upgraded to the latest 5.0 APIs
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1776187 13f79535-47bb-0310-9956-ffa450edef68
|
2016-12-27 19:48:07 +00:00 |
Gary D. Gregory
|
fd412e7bf1
|
[HTTPCLIENT-1786] Port from Apache Commons Logging to Apache Log4j 2.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1767391 13f79535-47bb-0310-9956-ffa450edef68
|
2016-10-31 23:24:37 +00:00 |
Oleg Kalnichevski
|
4046b8fdcc
|
HTTPCLIENT-1748: Improved compatibility with system authentication API in applets
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1756293 13f79535-47bb-0310-9956-ffa450edef68
|
2016-08-13 19:55:43 +00:00 |
Oleg Kalnichevski
|
8081dbdc02
|
HTTPCLIENT-1746: improved argument validation in URLEncodedUtils
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1746751 13f79535-47bb-0310-9956-ffa450edef68
|
2016-06-03 19:37:33 +00:00 |
Gary D. Gregory
|
8e8cfc41ad
|
[HTTPCLIENT-1717] Make fluent API .Content.Content(byte[], ContentType) public.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1728788 13f79535-47bb-0310-9956-ffa450edef68
|
2016-02-06 03:10:00 +00:00 |
Gary D. Gregory
|
2b573561f8
|
Javadoc typo.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1728603 13f79535-47bb-0310-9956-ffa450edef68
|
2016-02-05 04:54:34 +00:00 |
Gary D. Gregory
|
a287ab6387
|
Add final modifier to local variables.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1726969 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-27 09:02:41 +00:00 |
Gary D. Gregory
|
3c58addf11
|
SVN move folders from httpclient* to httpclient5* in order to match the Maven artifact ID, which matters for multi-module builds.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1726719 13f79535-47bb-0310-9956-ffa450edef68
|
2016-01-26 00:22:23 +00:00 |