Return-Path: Delivered-To: apmail-jakarta-httpcomponents-dev-archive@www.apache.org Received: (qmail 79506 invoked from network); 11 Feb 2007 10:59:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2007 10:59:26 -0000 Received: (qmail 64540 invoked by uid 500); 11 Feb 2007 10:59:33 -0000 Delivered-To: apmail-jakarta-httpcomponents-dev-archive@jakarta.apache.org Received: (qmail 64512 invoked by uid 500); 11 Feb 2007 10:59:33 -0000 Mailing-List: contact httpcomponents-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list httpcomponents-dev@jakarta.apache.org Received: (qmail 64486 invoked by uid 99); 11 Feb 2007 10:59:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Feb 2007 02:59:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Feb 2007 02:59:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B16957142F4 for ; Sun, 11 Feb 2007 02:59:05 -0800 (PST) Message-ID: <23678796.1171191545724.JavaMail.jira@brutus> Date: Sun, 11 Feb 2007 02:59:05 -0800 (PST) From: "Oleg Kalnichevski (JIRA)" To: httpcomponents-dev@jakarta.apache.org Subject: [jira] Commented: (HTTPCORE-40) make API independent from impl packages In-Reply-To: <27602008.1170701465487.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCORE-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472082 ] Oleg Kalnichevski commented on HTTPCORE-40: ------------------------------------------- Looks good to me Oleg > make API independent from impl packages > --------------------------------------- > > Key: HTTPCORE-40 > URL: https://issues.apache.org/jira/browse/HTTPCORE-40 > Project: HttpComponents Core > Issue Type: Wish > Components: HttpCore > Reporter: Roland Weber > Assigned To: Roland Weber > Priority: Minor > Fix For: 4.0-alpha4 > > Attachments: 2k7-02-11-api-impl.txt > > > As discussed on the developer mailing list, I would feel better if our API packages in HttpCore would not depend on impl packages. > There used to be two classes in impl that are referenced from the API: > DefaultHttpParams - could be moved to API params package and renamed to BasicHttpParams. The renaming would also prevent the misconception that we might have some kind of "default parameters" that are automatically loaded by HttpCore. > HeaderGroup - this one fould fit nicely in the o.a.h.util package. We already have ByteArrayBuffer and CharArrayBuffer there although neither is in the actual API. > Recently, HTTPCORE-39 introduced a third dependency, on EnglishReasonPhraseCatalog. Unless that dependency is removed, there is no point in breaking the API for these two here. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: httpcomponents-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org