Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 78208 invoked from network); 4 May 2006 18:20:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 May 2006 18:20:40 -0000 Received: (qmail 90709 invoked by uid 500); 4 May 2006 18:20:40 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 90675 invoked by uid 500); 4 May 2006 18:20:39 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 90666 invoked by uid 99); 4 May 2006 18:20:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 11:20:39 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=HTML_MESSAGE,RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of kwsutter@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 11:20:38 -0700 Received: by py-out-1112.google.com with SMTP id i49so1357962pyi for ; Thu, 04 May 2006 11:20:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=FaaxcTtFhl3+ErHBKkdDaEHM/5IVS1BXxDjLyGVQBuUkuH/UQo6o417uU3KqIIsmE/JFWmBMK0R16J9r4utWko4wpvPP6+TLnEdUbK0zdqawItGCG3jnQ7TTkPWuSoudu7xwSrJZE3gUQ38Ud33A0MMF+x/tfIOF2KPprvJnTNU= Received: by 10.35.8.1 with SMTP id l1mr626496pyi; Thu, 04 May 2006 11:20:12 -0700 (PDT) Received: by 10.35.50.1 with HTTP; Thu, 4 May 2006 11:20:11 -0700 (PDT) Message-ID: <89c0c52c0605041120l7e3aa7d8r462df6af50d255a0@mail.gmail.com> Date: Thu, 4 May 2006 13:20:11 -0500 From: "Kevin Sutter" To: open-jpa-dev@incubator.apache.org Subject: Re: Repository structure In-Reply-To: <7D856CDFE035FF45A0420ACBD71BDD6301082EEB@repbex02.amer.bea.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_18172_6368908.1146766811504" References: <7D856CDFE035FF45A0420ACBD71BDD6301082EEB@repbex02.amer.bea.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_18172_6368908.1146766811504 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Patrick, Question on the jdk levels you support... On 5/4/06, Patrick Linskey wrote: > > > > core/ structure is repeated for each sub-project under trunk > > src contains the sources for the core jar test contains the > > test cases for the core target contains the compiler output, > > distribution working area, javadoc, etc. > > > > src/ > > java source code for the jar > > Kodo can run on a variety of JDK versions, from 1.3 up to 1.5 (and beyond= , > presumably). So we actually have different src/ directories for code that > relies on different language levels: src/, jdk1.4-src/, jdk1.5-src/. > Probably wouldn't hurt to change these names to src-1.3, src-1.4, src-5, > for > happy tab-completion and symmetry. Just curious... How are these previous jdk levels supported with the JPA spec? There are various features of JDK 5 that are being used within the JPA interfaces and spec (ie. annotations, generics, enums, ClassFileTransformers, etc). How will the OpenJPA implementation support these features in jdk 1.3 and jdk 1.4? Or, are these older levels of the jdk supported just for the kernel? Which, if that's the case, then is the kernel useable by itself? Is there some level of base function (regardless of the persistence personality bein= g developed -- jdo, jpa, etc) provided by the kernel? Thanks, Kevin ------=_Part_18172_6368908.1146766811504--