Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 68367 invoked from network); 15 Aug 2007 10:05:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Aug 2007 10:05:57 -0000 Received: (qmail 69956 invoked by uid 500); 15 Aug 2007 10:05:52 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 69888 invoked by uid 500); 15 Aug 2007 10:05: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 69879 invoked by uid 99); 15 Aug 2007 10:05:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2007 03:05:51 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 15 Aug 2007 10:06:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7FF5D71418F for ; Wed, 15 Aug 2007 03:05:30 -0700 (PDT) Message-ID: <17998878.1187172330512.JavaMail.jira@brutus> Date: Wed, 15 Aug 2007 03:05:30 -0700 (PDT) From: "Tobias Bocanegra (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-1061) Allow extendability of RepositoryImpl.WorkspaceInfo MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Allow extendability of RepositoryImpl.WorkspaceInfo --------------------------------------------------- Key: JCR-1061 URL: https://issues.apache.org/jira/browse/JCR-1061 Project: Jackrabbit Issue Type: Improvement Components: core Affects Versions: 1.4 Reporter: Tobias Bocanegra Assignee: Tobias Bocanegra Priority: Minor Attachments: jcr-1061.patch the workspace info has some package private and some protected methods. in order to be able to extend the workspace info, we need to have all methods protected. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.