Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 96972 invoked from network); 20 Feb 2011 18:24:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Feb 2011 18:24:53 -0000 Received: (qmail 20488 invoked by uid 500); 20 Feb 2011 18:24:52 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 20056 invoked by uid 500); 20 Feb 2011 18:24:49 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 20042 invoked by uid 99); 20 Feb 2011 18:24:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Feb 2011 18:24:48 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of joelittlejohn@gmail.com designates 209.85.210.171 as permitted sender) Received: from [209.85.210.171] (HELO mail-iy0-f171.google.com) (209.85.210.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Feb 2011 18:24:40 +0000 Received: by iyf40 with SMTP id 40so1531174iyf.30 for ; Sun, 20 Feb 2011 10:24:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=8vsSMSz7nr6+bRuLj534XuhBA2+MOoh6s1VBDyz9EmU=; b=ImdcG0j5uNT4AyB09fMbogQCdlNaxagNjpgz7eaC0I/f/rF1+OFwTy/plpBlj2y0Pb CGpBx3h7GbVyfiXqk1yUGoTWVitXpYvSTvQBzRhtMU8IG21YQQBTAiMy904sCgmtIoEt p+3dCzZh0LMA6KyofowfMvTupVf5MSXb7GXqk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=gk1R7YDAxgaFS+rm6b4ovkzJqJaId2y4WE0/prfXJP5LdVGfNSOj7Qngqry9XITq65 WIQ/rq8qVSiFPF3SrsxWqOp5wsGE1qfK+FKqnWsHFwQYzNZUT3ckZG21L3BUj5kNKqql CbX+Xt2penHTQSLye7uMdy77g/q9O82x9Bb38= MIME-Version: 1.0 Received: by 10.42.218.131 with SMTP id hq3mr752206icb.281.1298226259469; Sun, 20 Feb 2011 10:24:19 -0800 (PST) Received: by 10.231.36.136 with HTTP; Sun, 20 Feb 2011 10:24:19 -0800 (PST) In-Reply-To: References: <02AA127CD8DCDE48BC7D2DFB6C87083A07E68BE8@nwt-s-mbx2.rocketsoftware.com> Date: Sun, 20 Feb 2011 18:24:19 +0000 Message-ID: Subject: Re: [jci] Can someone please make a 1.1 release? From: Joe Littlejohn To: Commons Users List Cc: Christian Grobmeier Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org I did notice that the trunk build currently requires jdk 1.5. Using jdk 6 the javac compiler implementation doesn't work and some tests fail (I believe this is down to JCI-43). I note that the reason I can compile trunk using jdk 1.5 is that the JSR-199 compiler is currently not include as a module in the parent pom (it's commented out) Maybe it's best to leave JSR-199 support aside for now? It's clear that it's going to require some thought on how to maintain Java 1.5 compatibility whilst delivering a JSR-199 based compiler implementation. Given that a JSR-199 compiler was pegged for v1.1, maybe a build of the current trunk would be better tagged as v1.0.1? On 20 February 2011 18:11, Christian Grobmeier wrote: >> I am with you guys ...but bumping to 1.5 doesn't buy us much. >> Only bumping to 1.6 would make things much easier. > > Just to make sure I understood right... jci depended on 1.4, but then > we started to implement jsr199 which is currently unfinished. Even > when unfinished we now need j6 b/c of the interfaces used. > > If so, there are these options: > > 1) deliver unfinished jsr199 (would would this mean exactly)? > 2) remove jsr199 and move it to a branch (have there been many changes > except jsr199 after the last release?) > 3) complete jsr199 (how difficult is this?) > > Thanks :-) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org > For additional commands, e-mail: user-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org