Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 4525 invoked from network); 31 Oct 2006 14:13:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Oct 2006 14:13:41 -0000 Received: (qmail 33505 invoked by uid 500); 31 Oct 2006 14:13:51 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 33474 invoked by uid 500); 31 Oct 2006 14:13:51 -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 33465 invoked by uid 99); 31 Oct 2006 14:13:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2006 06:13:51 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2006 06:13:37 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9C5217142EC for ; Tue, 31 Oct 2006 06:13:17 -0800 (PST) Message-ID: <8394703.1162303997637.JavaMail.root@brutus> Date: Tue, 31 Oct 2006 06:13:17 -0800 (PST) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-595) Refactoring of the Persistence Managers In-Reply-To: <4765405.1161243214993.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 [ http://issues.apache.org/jira/browse/JCR-595?page=all ] Jukka Zitting updated JCR-595: ------------------------------ Fix Version/s: 1.2 (was: 1.1.1) Affects Version/s: (was: 1.1.1) > Refactoring of the Persistence Managers > --------------------------------------- > > Key: JCR-595 > URL: http://issues.apache.org/jira/browse/JCR-595 > Project: Jackrabbit > Issue Type: Improvement > Components: core > Reporter: Tobias Bocanegra > Assigned To: Tobias Bocanegra > Priority: Minor > Fix For: 1.2 > > Attachments: jackrabbit.465518.patch > > > currently the persistence managers reside in: > org.apache.jackrabbit.core.state > org.apache.jackrabbit.core.state.db > org.apache.jackrabbit.core.state.mem > org.apache.jackrabbit.core.state.obj > org.apache.jackrabbit.core.state.xml > (org.apache.jackrabbit.core.state.util) > there are also a lot of other classes that deal with states (eg: > SharedItemStateManager) in the state package that do not relate to > pms. > i would like to move all persistencemanagers and pm related stuff to: > org.apache.jackrabbit.core.persistence > I'd keep the current classes as deprecated subclasses within > jackrabbit-core.jar until Jackrabbit 2.0. There may (?) be people who > are extending the existing classes, so I'd avoid breaking binary > compatibility there even though we've never promised to actually honor > compatiblity within o.a.j.core. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira