Results 1 to 9 of 9

Thread: Support for Apache HttpClient 4.0

  1. #1
    Join Date
    Dec 2005
    Posts
    929

    Default Support for Apache HttpClient 4.0

    Is there any planned support for the Apache HttpClient 4.0 now that it's been released finally as of August 11?

    I'm using the framework's CommonsHttpMessageSender, but it is just for the Commons HttpClient 3.1, I believe.

    If no one has already started work on this, I was going to have a crack at it myself by extending AbstractHttpWebServiceMessageSender.

    Thanks
    Alan

  2. #2

    Default

    Can you please create a JIRA request for this? Also, feel free to contribute the code if you wish
    Tareq Abedrabbo

    My Twitter
    My Blog

  3. #3
    Join Date
    Dec 2005
    Posts
    929

    Default

    JIRA request, http://jira.springframework.org/browse/SWS-563, created.
    I will have a look at this hopefully in the coming days
    Alan

  4. #4
    Join Date
    Dec 2007
    Posts
    7

    Default

    I'm about to take on the same endeavour. We need to communicate with certificates and this is a lot easier with Httpclient v4. If we come up with something useful I'll contribute it.
    Last edited by jvthert; Sep 11th, 2009 at 04:10 AM.

  5. #5
    Join Date
    Nov 2005
    Posts
    4

    Default

    I have checked out the latest the spring ws and found that its still using httpclient version 3. any ideas when spring-ws will be made compatible with httpclient version 4.

  6. #6
    Join Date
    Sep 2010
    Posts
    6

    Default

    Will this deprecate support for HttpClient 3.x? If not, can you provide a rough estimate of when that deprecation may occur?

    Thanks!

  7. #7
    Join Date
    Feb 2009
    Location
    London, UK
    Posts
    24

    Default

    I see Apache HttpClient is now at version 4.1, and the release notes mention

    IMPORTANT: please note that the HttpClient 3.x branch is now officially END OF LIFE and is no longer maintained and supported by the Apache HttpComponents project.

    --
    Stephen Souness

  8. #8
    Join Date
    Mar 2011
    Posts
    1

    Default

    Oh.. Apache HttpClient is already 4.1 now. I thought it is still in 4.0. Thanks for the info.

  9. #9
    Join Date
    Aug 2011
    Posts
    1

    Default

    I read that Spring Web Services 2.1 is being developed to support a current version of Apache HttpClient. Is there an anticipated release for Spring Web Services 2.1? Thanks in advance.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •