Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-1023

Upgrade org.apache.httpcomponents:httpclient from 4.2.1 to 4.3.2

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 3.0.6.Final
    • jaxrs
    • None

      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>
      

              rsearls r searls
              juergen.zimmermann Juergen Zimmermann (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: