Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 25132 invoked from network); 15 Oct 2006 22:49:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Oct 2006 22:49:28 -0000 Received: (qmail 47397 invoked by uid 500); 15 Oct 2006 22:49:28 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 47381 invoked by uid 99); 15 Oct 2006 22:49:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Oct 2006 15:49:28 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Oct 2006 15:49:27 -0700 Received: from ajax.apache.org (localhost [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 86871D49BD for ; Sun, 15 Oct 2006 23:49:06 +0100 (BST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: jdo-commits@db.apache.org Date: Sun, 15 Oct 2006 22:49:06 -0000 Message-ID: <20061015224906.32572.64099@ajax.apache.org> Subject: [Jdo Wiki] Update of "ChangeLog" by CraigRussell X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jdo Wiki" for change notification. The following page has been changed by CraigRussell: http://wiki.apache.org/jdo/ChangeLog ------------------------------------------------------------------------------ A number of items need to be added to support JDK 1.5 features. These are separated into another wiki page ChangeLog15 for easier management. 1. In 5.4.1, Compound Identity should be updated to reflect that for key fields of reference types, the type of the key field is the reference type in the class but the oid of the reference type in the oid class. - 1. In Table 2: State Transitions, the transition for a transient-dirty instance during commit with {{{DetachAllOnCommit = true}}} should be to transient-clean. + 1. In Table 2: State Transitions, the transition for a transient-dirty instance during commit with {{{DetachAllOnCommit = true}}} should be to transient-clean. Also, state changes need to be added for detach methods and serialization. 1. In 5.5.8 and 5.5.9, {{{detachCopy}}} should be removed from the list of methods that throw exceptions if applied to detached-clean or detached-dirty instances.