Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 62204 invoked from network); 23 Nov 2007 18:42:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Nov 2007 18:42:09 -0000 Received: (qmail 85912 invoked by uid 500); 23 Nov 2007 18:41:54 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 85876 invoked by uid 500); 23 Nov 2007 18:41:54 -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 85867 invoked by uid 99); 23 Nov 2007 18:41:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Nov 2007 10:41:54 -0800 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; Fri, 23 Nov 2007 18:42:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 642F471420E for ; Fri, 23 Nov 2007 10:41:43 -0800 (PST) Message-ID: <24173660.1195843303408.JavaMail.jira@brutus> Date: Fri, 23 Nov 2007 10:41:43 -0800 (PST) From: "Esteban Franqueiro (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Commented: (JCR-73) Improve Javadoc documentation 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-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545109 ] Esteban Franqueiro commented on JCR-73: --------------------------------------- The sentence "The commit may haven implicitly in case the Content Repository is not running in an XA environment" should be correctly re-written in the item Transactional ISM of http://jackrabbit.apache.org/doc/arch/operate/index.html. > Improve Javadoc documentation > ----------------------------- > > Key: JCR-73 > URL: https://issues.apache.org/jira/browse/JCR-73 > Project: Jackrabbit > Issue Type: Improvement > Components: docs > Reporter: Jukka Zitting > Priority: Minor > Fix For: none > > > This is an ongoing meta-issue for improving the state of documentation in Jackrabbit. After a long history of following the maturing JSR 170 specification, the Jackrabbit codebase contains many parts that would benefit from better documentation. This issue is a call to arms for a community effort to improve the Javadoc documentation of Jackrabbit. > By this issue, you have an open mandate to improve the Javadoc documentation of any relatively stable part of Jackrabbit (no major changes during the last few weeks). You are free to contribute even partial and cursory documentation. Just follow the instructions below! > Instructions for non-committers: > If you want to help in improving the Javadoc documentation of Jackrabbit, please send your improvements as attachments to this issue. The best way to do this is to first check out the Jackrabbit source tree using anonymous Subversion, then make the Javadoc improvements you like, and finally use "svn diff" to generate a diff file that contains all your changes. You can then attach the diff file to this issue by following the "Attach file" link in the sidebar. Please remember to grant us the rights to include your changes (use the ASF grant option on the upload page). You may also want to write a short summary comment about the Javadoc improvements you made. > If you want to make changes also to the Jackrabbit code, then please send your changes to another issue. This issue is reserved only for Javadoc improvements. > Instructions for committers: > Please label your Javadoc commit messages with the Jira key (JCR-73) of this issue to mark the changes as document-only. This way other committers won't need to check your changes for bugs or other unexpected side-effects. Please follow the same guidelines also when committing Javadoc changes sent by non-committers. > This issue should remain as an unassigned and open issue at least for now. If this approach turns out to complicate Jira reports, then we can switch to another mechanism for handling Javadoc improvements. In that case this issue should be closed with a comment that explains the changes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.