asepaprianto / crawler4j

Automatically exported from code.google.com/p/crawler4j
0 stars 0 forks source link

Update deprecated methods/classes in PageFetcher #302

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we are using deprecated methods in PageFetcher:
PoolingClientConnectionManager
DefaultHttpClient
HttpParams
BasicHttpParams
HttpProtocolParamBean
etc

We need to change them to more up to date classes / methods

Original issue reported on code.google.com by avrah...@gmail.com on 2 Sep 2014 at 12:36

GoogleCodeExporter commented 9 years ago
Fix by Oleg from the official apache httpcomponent project:
https://github.com/ok2c/crawler4j/commit/b82ceb45f14cc2f3e05235c161d5d0ced7b325b
d

Original comment by avrah...@gmail.com on 17 Sep 2014 at 2:12

GoogleCodeExporter commented 9 years ago
Fixed in rev: 22216c5eec2f  

Thanks to Oleg

Original comment by avrah...@gmail.com on 17 Sep 2014 at 2:13