Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 93761 invoked from network); 18 Oct 2008 22:07:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2008 22:07:06 -0000 Received: (qmail 56683 invoked by uid 500); 18 Oct 2008 22:07:06 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 56647 invoked by uid 500); 18 Oct 2008 22:07:06 -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 56633 invoked by uid 99); 18 Oct 2008 22:07:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Oct 2008 15:07:06 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Oct 2008 22:06:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 71623234C237 for ; Sat, 18 Oct 2008 15:06:44 -0700 (PDT) Message-ID: <959253087.1224367604463.JavaMail.jira@brutus> Date: Sat, 18 Oct 2008 15:06:44 -0700 (PDT) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-1586) Create org.apache.jackrabbit.api.jsr283 (in jackrabbit-api) and move future jsr283 interfaces and classes there In-Reply-To: <808136384.1210337935799.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-1586. -------------------------------- Resolution: Fixed Resolving as Fixed. The o.a.j.api.jsr283 package is included in jackrabbit-api. Further changes and additions to the included interfaces should be covered by separate feature-specific issues. > Create org.apache.jackrabbit.api.jsr283 (in jackrabbit-api) and move future jsr283 interfaces and classes there > --------------------------------------------------------------------------------------------------------------- > > Key: JCR-1586 > URL: https://issues.apache.org/jira/browse/JCR-1586 > Project: Jackrabbit > Issue Type: New Feature > Components: jackrabbit-api > Reporter: Tobias Bocanegra > Assignee: Tobias Bocanegra > Priority: Minor > Fix For: 1.5.0 > > > (as discussed on mailing list) > as the implementation of the new features for jsr283 have started, i > suggest to put the new jsr283 interfaces to jackrabbit-api instead to > core (where possible). this way, we can already figure out > inter-module dependency issues and people can start using experimental > features through an API than rather through casting objects to core > interfaces. > suggestion: use 'org.apache.jackrabbit.api.jsr283' as base package for > the new jsr283 interfaces and classes. > for example, use > org.apache.jackrabbit.api.jsr283.nodetype.NodeDefinitionTemplate > for the future javax.jcr.nodetype.NodeDefinitionTemplate > once jcr2.0 is released, we will drop the interim interfaces. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.