From jdo-commits-return-2467-apmail-db-jdo-commits-archive=www.apache.org@db.apache.org Fri Sep 05 20:26:34 2008 Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 29984 invoked from network); 5 Sep 2008 20:26:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Sep 2008 20:26:34 -0000 Received: (qmail 92092 invoked by uid 500); 5 Sep 2008 20:26:32 -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 92083 invoked by uid 99); 5 Sep 2008 20:26:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Sep 2008 13:26:32 -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, 05 Sep 2008 20:25:42 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 835BA118D6 for ; Fri, 5 Sep 2008 20:25:43 +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, 05 Sep 2008 20:25:43 -0000 Message-ID: <20080905202543.1870.2495@eos.apache.org> Subject: [Jdo Wiki] Trivial 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 ------------------------------------------------------------------------------ 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. + 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 ==