Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 10549 invoked from network); 31 Jul 2009 19:25:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Jul 2009 19:25:05 -0000 Received: (qmail 54622 invoked by uid 500); 31 Jul 2009 19:25:06 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 54517 invoked by uid 500); 31 Jul 2009 19:25:05 -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 54507 invoked by uid 99); 31 Jul 2009 19:25:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 19:25:05 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of heavy@ungoverned.org designates 67.222.39.30 as permitted sender) Received: from [67.222.39.30] (HELO outbound-mail-140.bluehost.com) (67.222.39.30) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 31 Jul 2009 19:24:54 +0000 Received: (qmail 331 invoked by uid 0); 31 Jul 2009 19:24:31 -0000 Received: from unknown (HELO host118.hostmonster.com) (74.220.207.118) by outboundproxy4.bluehost.com with SMTP; 31 Jul 2009 19:24:31 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=ungoverned.org; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:X-Identified-User; b=p6PoBQCdLWUmedcdYgEA4+ZER+kq8AaIuAlJ+NjwRkH3KNUrdBMWGKdSeGMtrjcbnyO0KoFkQpDWCShMbBKnftPo2g8w4+Ye5iZ8l3shdYBoP7BcvrMmta8BtlupoShf; Received: from adsl-75-40-240-247.dsl.klmzmi.sbcglobal.net ([75.40.240.247] helo=[192.168.1.71]) by host118.hostmonster.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1MWxiR-0005EA-HX for dev@felix.apache.org; Fri, 31 Jul 2009 13:24:31 -0600 Message-ID: <4A7344EE.3050907@ungoverned.org> Date: Fri, 31 Jul 2009 15:24:30 -0400 From: "Richard S. Hall" User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2 MIME-Version: 1.0 To: dev@felix.apache.org Subject: Re: Java Support in some of the Felix bundles References: <4A7342D5.6010502@gmail.com> In-Reply-To: <4A7342D5.6010502@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Identified-User: {1027:host118.hostmonster.com:ungovern:ungoverned.org} {sentby:smtp auth 75.40.240.247 authed with heavy@ungoverned.org} X-Virus-Checked: Checked by ClamAV on apache.org Well, SCR wouldn't be one of those bundles. ;-) I think we should only compile to higher byte code levels if necessary, but keep it as low as possible to maintain broader compatibility. -> richard On 7/31/09 3:15 PM, Felix Meschberger wrote: > Hi all, > > Currently we have a policy, that we compile everything (or most) to be > acceptable by Java 1.3 VMs. While working on the R 4.2 support of > Declarative Services I now and thought about whether we should excempt > some bundles from this rule. > > This is just wild thinking and there is nothing concrete, not even a > requirement. So if you think, we should stick with the "Java 1.3" > policy, I am perfectly fine with it. > > WDYT ? > > Regards > Felix >