From graffito-dev-return-1362-apmail-incubator-graffito-dev-archive=www.apache.org@incubator.apache.org Wed Sep 20 23:57:28 2006 Return-Path: Delivered-To: apmail-incubator-graffito-dev-archive@www.apache.org Received: (qmail 40879 invoked from network); 20 Sep 2006 23:57:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2006 23:57:27 -0000 Received: (qmail 13013 invoked by uid 500); 20 Sep 2006 23:57:27 -0000 Mailing-List: contact graffito-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: graffito-dev@incubator.apache.org Delivered-To: mailing list graffito-dev@incubator.apache.org Received: (qmail 13000 invoked by uid 99); 20 Sep 2006 23:57:27 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Sep 2006 16:57:27 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=dsconnelly@adelphia.net; spf=pass X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST Received-SPF: pass (idunn.apache.osuosl.org: domain adelphia.net designates 68.168.78.199 as permitted sender) Received: from [68.168.78.199] ([68.168.78.199:47195] helo=mta9.adelphia.net) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id BE/34-04092-265D1154 for ; Wed, 20 Sep 2006 16:57:23 -0700 Received: from [192.168.0.8] (really [69.162.180.18]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060920235715.GJSJ17675.mta9.adelphia.net@[192.168.0.8]> for ; Wed, 20 Sep 2006 19:57:15 -0400 Message-ID: <4511D57C.2060409@adelphia.net> Date: Wed, 20 Sep 2006 19:57:48 -0400 From: Dan Connelly User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: graffito-dev@incubator.apache.org Subject: Re: jdk 1.5 References: <3b728ee90609201446p111c2332j1ddd6137f75c5b49@mail.gmail.com> In-Reply-To: <3b728ee90609201446p111c2332j1ddd6137f75c5b49@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N For me, your new code can be 1.5. JCR Mapping down-casts frequently. Using 1.5 generics to avoid the down-casts should help to spot problems in custom converters at compile time. Which would be nice. However, I would reserve such code for the Jackrabbit packaged code. Perhaps Graffito jcr mapping should remain available at 1.4 for those who cannot upgrade their JVM. Christophe Lombart wrote: > Hi all, > > Are you using jdk 1.4 or 1.5 ? Is it still necessary to support 1.4 ? >