Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 31406 invoked from network); 23 Feb 2011 17:09:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Feb 2011 17:09:41 -0000 Received: (qmail 18229 invoked by uid 500); 23 Feb 2011 17:09:41 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 18009 invoked by uid 500); 23 Feb 2011 17:09:39 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 18001 invoked by uid 99); 23 Feb 2011 17:09:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Feb 2011 17:09:39 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fmeschbe@adobe.com designates 64.18.1.31 as permitted sender) Received: from [64.18.1.31] (HELO exprod6og113.obsmtp.com) (64.18.1.31) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Feb 2011 17:09:30 +0000 Received: from source ([192.150.11.134]) by exprod6ob113.postini.com ([64.18.5.12]) with SMTP ID DSNKTWU/NgEUjGLedJwNwcwAeFkauEoQNgz2@postini.com; Wed, 23 Feb 2011 09:09:10 PST Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id p1NH8TKG014086 for ; Wed, 23 Feb 2011 09:08:30 -0800 (PST) Received: from nahub02.corp.adobe.com (nahub02.corp.adobe.com [10.8.189.98]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id p1NH951R000390 for ; Wed, 23 Feb 2011 09:09:07 -0800 (PST) Received: from eurcas01.eur.adobe.com (10.128.4.27) by nahub02.corp.adobe.com (10.8.189.98) with Microsoft SMTP Server (TLS) id 8.3.137.0; Wed, 23 Feb 2011 09:09:05 -0800 Received: from [10.136.135.136] (10.136.135.136) by eurcas01.eur.adobe.com (10.128.4.111) with Microsoft SMTP Server id 8.3.137.0; Wed, 23 Feb 2011 17:09:03 +0000 Subject: Re: [jira] Created: (FELIX-2857) Fix remaining mixed case java package names From: Felix Meschberger To: "dev@felix.apache.org" In-Reply-To: <4D653E2D.30800@ungoverned.org> References: <210270767.10833.1298468978561.JavaMail.tomcat@hel.zones.apache.org> <4D653E2D.30800@ungoverned.org> Content-Type: text/plain; charset="UTF-8" Date: Wed, 23 Feb 2011 18:09:02 +0100 Message-ID: <1298480942.4515.1327.camel@meschbix> MIME-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Hi, Am Mittwoch, den 23.02.2011, 17:04 +0000 schrieb Richard S. Hall: > I wonder what is going on here? I simply sent the issue back to the Stanbol project to where it probably belongs. Regards Felix > > Clearly, this issue isn't related to Felix and when I go the link below, > it takes me to a different project. > > -> richard > > > On 2/23/11 8:49, Olivier Grisel (JIRA) wrote: > > Fix remaining mixed case java package names > > ------------------------------------------- > > > > Key: FELIX-2857 > > URL: https://issues.apache.org/jira/browse/FELIX-2857 > > Project: Felix > > Issue Type: Bug > > Reporter: Olivier Grisel > > Priority: Trivial > > > > > > The following package names should be lowercase: > > > > org.apache.stanbol.entityhub.indexing.genericRdf > > org.apache.stanbol.entityhub.indexing.dbPedia > > org.apache.stanbol.entityhub.site.linkedData > > > > As a side note the official casing for the DBpedia project is DBpedia, not dbPedia as written in various configuration files. I think for component ids (not subject to the java naming conventions) we should just stick to lowercase ids as well. Hence "dbpedia" for instance. > >