Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 76344 invoked from network); 8 Aug 2007 09:07:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Aug 2007 09:07:05 -0000 Received: (qmail 26327 invoked by uid 500); 8 Aug 2007 09:07:04 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 25957 invoked by uid 500); 8 Aug 2007 09:07:03 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 25944 invoked by uid 99); 8 Aug 2007 09:07:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2007 02:07:03 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jukka.zitting@gmail.com designates 209.85.132.250 as permitted sender) Received: from [209.85.132.250] (HELO an-out-0708.google.com) (209.85.132.250) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2007 09:06:58 +0000 Received: by an-out-0708.google.com with SMTP id c37so17945anc for ; Wed, 08 Aug 2007 02:06:38 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=a88AIWOAF+07AWUGnasGdPGtLUgro6u0R9zMfx/WTgN++T7aU5aEekn/WMerbwmYve1ZXN1BQgvMzC2pJ7W1Giy2Gqexg0mA8Sp43IeP9oK1gTojn+evMA0FYwAeXoBD7HPDFe8z8dbdmcxbpe+NwghR4YvvbIOp/Jxg5Bv8E5c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Xebyio0dtWEsXO0m1yeuPbuqyMiZC4g1oDOUuS4WbI93+CThpNzQynHR6ASAKs5CdCKyWI15iV7zBb+DC6MYJ91HRZQfQSXnF44xTHQwVTQyIy7u99PKFzbkHAfsOZo/kGLtSB3NlDYsLPBF3Z5B3PmYUvlVl6FwRI81p62gmRI= Received: by 10.100.142.12 with SMTP id p12mr1124940and.1186563998016; Wed, 08 Aug 2007 02:06:38 -0700 (PDT) Received: by 10.100.178.20 with HTTP; Wed, 8 Aug 2007 02:06:37 -0700 (PDT) Message-ID: <510143ac0708080206n15b6715bq44eecde6aeb04937@mail.gmail.com> Date: Wed, 8 Aug 2007 12:06:37 +0300 From: "Jukka Zitting" To: dev@jackrabbit.apache.org Subject: JCR 2.0 extensions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, Now that the public review draft of JCR 2.0 is available we can start implementing the changes and new features. We need to do this already now for Jackrabbit to be ready for use as the JCR 2.0 reference implementation when the standard becomes final. The difficult part in implementing the JCR 2.0 features is that things may still change before the spec is finalized. Also, we don't have any official jcr-2.0 API jar file and we can't go extending the existing JCR 1.0 javax.jcr interfaces without serious breakage. So, to implement the new features we need to use some "staging area" for the new interfaces and methods being introduced in JCR 2.0. One option would be to use the existing jackrabbit-api package and add the JCR 2.0 extensions as custom org.apache.jackrabbit.api extensions. This may however cause trouble later on as we should maintain reasonable backwards compatiblity with any additions to jackrabbit-api even if JCR 2.0 ends up being different. To best manage the change I would like to start a separate jackrabbit-jsr283 component that would contain tentative JCR 2.0 extension interfaces in org.apache.jackrabbit.jsr283. We wouldn't need to make any backwards compatibility claims for that component, but any other components like jackrabbit-core, jackrabbit-jcr-tests, jackrabbit-jcr-rmi, and jackrabbit-jcr2spi could depend on that component until the final jcr-2.0.jar is available. What do you think? I guess there is some licensing stuff to figure out, but otherwise I think this would be the cleanest approach. BR, Jukka Zitting