Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 38403 invoked from network); 24 Oct 2008 16:40:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Oct 2008 16:40:12 -0000 Received: (qmail 65583 invoked by uid 500); 24 Oct 2008 16:40:15 -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 65574 invoked by uid 99); 24 Oct 2008 16:40:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Oct 2008 09:40:15 -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.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Oct 2008 16:39:12 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id D7A1F11158 for ; Fri, 24 Oct 2008 16:39:51 +0000 (GMT) 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: Fri, 24 Oct 2008 16:39:51 -0000 Message-ID: <20081024163951.25303.55898@eos.apache.org> Subject: [Jdo Wiki] Update of "ChangeLog" by CraigRussell X-Virus-Checked: Checked by ClamAV on apache.org 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 The comment on the change is: Changes accepted by the JCP October 2008 ------------------------------------------------------------------------------ = This is the list of changes for maintenance of JSR-243. = == PROPOSED == + + none + + == ACCEPTED == + 1. Allow multiple fields (properties) to be used for ordering persistent Lists or Maps. 1. Specify the behavior at flush time if the user has inserted elements or entries out of order in ordered fields (properties). @@ -17, +22 @@ 1. Add an invocation API for a run-time enhancer. This allows for a standard command-line tool and standard IDE plugins for enhancement. 1. Require a no-args constructor for implementations of {{{PersistenceManagerFactory}}} and add the {{{getPersistenceManagerFactory}}}... methods to the {{{PersistenceManagerFactory}}} interface. This change allows {{{JDOHelper}}} to use Java 6 {{{ServiceLoader}}} in future. - - == ACCEPTED == 1. Add methods to {{{PersistenceManager}}} and {{{PersistenceManagerFactory}}} to allow a user to get the current time and date from the server. Allow the {{{PersistenceManagerFactory}}} to be configured statically with {{{TimeZone}}} and Locale in case the information is not available from the server itself.