Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 79820 invoked from network); 21 Jun 2008 14:28:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jun 2008 14:28:39 -0000 Received: (qmail 59133 invoked by uid 500); 21 Jun 2008 14:28:40 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 59090 invoked by uid 500); 21 Jun 2008 14:28:40 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 59079 invoked by uid 99); 21 Jun 2008 14:28:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jun 2008 07:28:40 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [217.150.250.44] (HELO ok2consulting.nine.ch) (217.150.250.44) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jun 2008 14:27:50 +0000 Received: by ok2consulting.nine.ch (Postfix, from userid 1002) id BE917198490; Sat, 21 Jun 2008 16:27:36 +0200 (CEST) Received: from Macintosh.local (84-75-129-240.dclient.hispeed.ch [84.75.129.240]) by ok2consulting.nine.ch (Postfix) with ESMTP id 497A719848E for ; Sat, 21 Jun 2008 16:27:36 +0200 (CEST) Message-ID: <485D0FD4.1060200@apache.org> Date: Sat, 21 Jun 2008 16:27:32 +0200 From: Oleg Kalnichevski User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: HttpComponents Project Subject: Re: HttpParams rename?? References: <25aac9fc0806210400u73e1d107u147177b96a15ab7b@mail.gmail.com> <1214046676.6134.18.camel@ubuntu> <485CFA56.10403@odi.ch> <25aac9fc0806210608v46a43f8du7c48ea75dd7574b0@mail.gmail.com> In-Reply-To: <25aac9fc0806210608v46a43f8du7c48ea75dd7574b0@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on ok2consulting.nine.ch X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=0.0 required=5.0 tests=AWL,FORGED_RCVD_HELO autolearn=ham version=3.0.3 Folks, How about a somewhat different approach? (1) Leave HttpCore be for now (2) Make the following changes in HttpClient * Introduce ClientConfig interface extending HttpParams * Rename all #getParams methods to #getConfig and change them to return ClientConfig (3) Plan for API breakage in HttpCore around late 2009 * Migrate HttpCore base to Java 5.0 * Use generics all over * Rename HttpEntity#consumeContent to #finish * Rename HttpParams interface to HttpConfig How does that sound? Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org