Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 3753 invoked from network); 2 Feb 2010 11:54:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2010 11:54:54 -0000 Received: (qmail 10432 invoked by uid 500); 2 Feb 2010 11:54:54 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 10383 invoked by uid 500); 2 Feb 2010 11:54:54 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 10373 invoked by uid 500); 2 Feb 2010 11:54:54 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 10370 invoked by uid 99); 2 Feb 2010 11:54:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 11:54:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 11:54:53 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4EAB0234C48C for ; Tue, 2 Feb 2010 03:54:33 -0800 (PST) Message-ID: <1996340987.7771265111673320.JavaMail.jira@brutus.apache.org> Date: Tue, 2 Feb 2010 11:54:33 +0000 (UTC) From: "Willem Jiang (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-1530) Upgrade camel-http to use httpclient 4.0 In-Reply-To: <1786230527.1239714211813.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/CAMEL-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57302#action_57302 ] Willem Jiang commented on CAMEL-1530: ------------------------------------- Hi Christian You don't need to change anything of the camel-cxf and camel-restlet.. When your patch applied into camel-http, the camel-cxf and camel-restlet will pick up httpclient 4.0.1 automatically. Because the httpclient dependency of camel-cxf and camel-restlet is introduced from camel-http. > Upgrade camel-http to use httpclient 4.0 > ---------------------------------------- > > Key: CAMEL-1530 > URL: https://issues.apache.org/activemq/browse/CAMEL-1530 > Project: Apache Camel > Issue Type: Improvement > Components: camel-http > Affects Versions: 2.0-M1 > Reporter: Claus Ibsen > Assignee: Christian Mueller > Fix For: 2.3.0 > > Attachments: camel-http-new-tests.patch, camel-http-test.patch, camel-http.patch, client.jks, server.jks > > > Upgrading httpclient from 3.1 to 4.0 requires changes in the camel-http code as the API has change quite a lot. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.