Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
3.0.6.Final
-
None
Description
The classes AbstractHttpClient and DefaultHttpClient are deprecated since version 4.3 of Apache HttpClient.
When the RESTEasy dependency is upgraded the RESTEasy users can start to replace these classes with the new HttpClientBuilder being available since Apache HttpClient 4.3.0.
For the upgrade you just have to change resteasy-jaxrs-all-3.0.6.Final.pom at line 204:
<dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.2.1</version> </dependency>
Attachments
Issue Links
- is duplicated by
-
RESTEASY-1200 Resteasy uses httpclient 4.2.6 which is not in sync with httpclient 4.3.6 used in Wildfly
-
- Closed
-
- relates to
-
RESTEASY-1089 Server Name Indication (SNI) Support
-
- Closed
-
-
RESTEASY-1357 Deprecated Apache classes cleanup
-
- Resolved
-