Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 3296 invoked from network); 24 Jul 2007 19:59:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2007 19:59:29 -0000 Received: (qmail 52917 invoked by uid 500); 24 Jul 2007 19:59:30 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 52719 invoked by uid 500); 24 Jul 2007 19:59:30 -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 52710 invoked by uid 99); 24 Jul 2007 19:59:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 12:59:29 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of heavy@ungoverned.org designates 69.89.18.154 as permitted sender) Received: from [69.89.18.154] (HELO outbound-mail-34.bluehost.com) (69.89.18.154) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 24 Jul 2007 12:59:28 -0700 Received: (qmail 8634 invoked by uid 0); 24 Jul 2007 19:59:06 -0000 Received: from unknown (HELO host118.hostmonster.com) (74.220.207.118) by mailproxy2.bluehost.com with SMTP; 24 Jul 2007 19:59:06 -0000 Received: from 24-180-252-202.static.bycy.mi.charter.com ([24.180.252.202] helo=heavy.glastender.com) by host118.hostmonster.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1IDQXB-0005yY-Qh for dev@felix.apache.org; Tue, 24 Jul 2007 13:59:05 -0600 Message-ID: <46A658E5.6010507@ungoverned.org> Date: Tue, 24 Jul 2007 15:54:13 -0400 From: "Richard S. Hall" User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: dev@felix.apache.org Subject: Re: Moving preferences impl to trunk References: <46A62EE7.4000704@ungoverned.org> In-Reply-To: <46A62EE7.4000704@ungoverned.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Identified-User: {1027:host118.hostmonster.com:ungovern:ungoverned.org} {sentby:smtp auth 24.180.252.202 authed with heavy@ungoverned.org} X-Virus-Checked: Checked by ClamAV on apache.org Richard S. Hall wrote: > In the past we voted on contributions, but since this was basically > developed in a Felix sandbox, I do not think a vote is actually > necessary if we have consensus to promote it. > > Let's give it a few days for people to voice their opinions and move it. > > I guess the likely target package will be: > > org.apache.felix.preferences > > With a directory in the trunk called "preferences". Or should that be "org.apache.felix.prefs" and "prefs", respectively? -> richard > > -> richard > > original message: > ----------------------------- > > I think the current preferences impl in my sandbox is quiet usable (it > might not be 100% perfect though) - it allows different storage > implementations and uses the bundle data files by default. > > For further improvements/development I think it's best to move it out of > my sandbox and into the trunk. > > WDYT? > > Carsten