Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0CAB218B78 for ; Fri, 20 Nov 2015 11:23:50 +0000 (UTC) Received: (qmail 89867 invoked by uid 500); 20 Nov 2015 11:23:49 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 89819 invoked by uid 500); 20 Nov 2015 11:23:49 -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 89807 invoked by uid 99); 20 Nov 2015 11:23:49 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2015 11:23:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 11F50C05AC for ; Fri, 20 Nov 2015 11:23:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.008 X-Spam-Level: * X-Spam-Status: No, score=1.008 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.008, KAM_LIVE=1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id RJhR0Klk9Fdg for ; Fri, 20 Nov 2015 11:23:38 +0000 (UTC) Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 2CAB22059C for ; Fri, 20 Nov 2015 11:23:37 +0000 (UTC) Received: by pabfh17 with SMTP id fh17so117859244pab.0 for ; Fri, 20 Nov 2015 03:23:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=/H8YHtyeAbscxH2eCbJ/yo7PvSL9Za9qipcJ0duDzGU=; b=Lh3pZ8wACD8az9Yg/xBsdEHNmgrRK7FWNyCVEycCDC+xTeH53zFVoLemRQJqhN72hf fpuGhSSeOWYuOvn3+ZinC8qMTU1L55ISDXyM4O2a2+WS0IBNYpMKQ/yeOc3zHdayQW6T eY/nTITYu7B2XlOuk7EmaFScN0+gvWYGqWgQAhEBnK6/XePg2uOlCPGkN05pl0xwN18d jKKRIfOq3YdNdOA33u2gsJAeWm8f021oFNFAjDV/iAlvoJzpmEWeKOpI58Z29q/cOYu1 UPq0Rfz+pkkoZsQHVBnyiWI0oqyGLy/trXKG6AL/KYZ13SSdYv+apedDJzHm2wKsH5DM CZTw== X-Received: by 10.69.2.226 with SMTP id br2mr18457978pbd.137.1448018615722; Fri, 20 Nov 2015 03:23:35 -0800 (PST) Received: from [192.168.1.100] ([112.134.65.115]) by smtp.gmail.com with ESMTPSA id fn4sm16598914pab.46.2015.11.20.03.23.34 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Nov 2015 03:23:35 -0800 (PST) Sender: Asankha Perera Message-ID: <564F02B4.2000502@apache.org> Date: Fri, 20 Nov 2015 16:53:32 +0530 From: "Asankha C. Perera" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: HttpComponents Project Subject: Re: HC 5.0: co-location with HC 4.x References: <1447932726.2577.28.camel@apache.org> <564E3C76.5090701@apache.org> <1448016659.12920.9.camel@apache.org> In-Reply-To: <1448016659.12920.9.camel@apache.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 11/20/2015 04:20 PM, Oleg Kalnichevski wrote: > On Thu, 2015-11-19 at 23:27 +0000, sebb wrote: >> On 19 November 2015 at 21:17, Michael Osipov wrote: >>> Am 2015-11-19 um 12:32 schrieb Oleg Kalnichevski: > ... > >>> First of all, I wouldn't use any of those. (Currently referring to package >>> names only). Artifact ids are a different story. >>> >>> org.apache.http: that is too general and confuses me with Apache HTTP >>> Server. >>> org.apache.http.hc: http seems redundant here due to hc (http components). >>> org.apache.hc.http: same here. >>> >>> I would do: >>> >>> HC Core: org.apache.hc.core5 >>> HC Client: org.apache.hc.client5 >>> HC Async Cilent: org.apache.hc.asyncclient5 >>> >>> Clean and simple. Each project would be scoped in its namespace. Picking up >>> sebb's opinion, we even reflect the HTTP domain in the package name. >> It's not just my _opinion_. >> We cannot freely choose the package name, because we are not the only >> Java project in the world, nor even in the org.apache namespace. >> >> Likewise we cannot use the domain com.oracle or com.ibm or even com.apache. >> We MUST use the ASF domain as the package name prefix or there is a >> risk of clashes with 3rd party software. >> >> org.apache.hc should be OK, since we already use HC for the website. >> It's very unlikely that any other ASF project will be named HC. >> > Would this be all right for everyone? > > org.apache.hc.core5.http +1 asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org