Return-Path: Delivered-To: apmail-openjpa-commits-archive@www.apache.org Received: (qmail 24615 invoked from network); 9 Mar 2010 17:19:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Mar 2010 17:19:14 -0000 Received: (qmail 62574 invoked by uid 500); 9 Mar 2010 17:18:46 -0000 Delivered-To: apmail-openjpa-commits-archive@openjpa.apache.org Received: (qmail 62552 invoked by uid 500); 9 Mar 2010 17:18:46 -0000 Mailing-List: contact commits-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list commits@openjpa.apache.org Received: (qmail 62545 invoked by uid 99); 9 Mar 2010 17:18:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 17:18:46 +0000 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 17:18:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 31F0823889C5; Tue, 9 Mar 2010 17:18:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r920990 - in /openjpa/trunk/openjpa-project: CHANGES.txt RELEASE-NOTES.html Date: Tue, 09 Mar 2010 17:18:25 -0000 To: commits@openjpa.apache.org From: dwoods@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100309171825.31F0823889C5@eris.apache.org> Author: dwoods Date: Tue Mar 9 17:18:24 2010 New Revision: 920990 URL: http://svn.apache.org/viewvc?rev=920990&view=rev Log: OPENJPA-1152 Show as being fixed in 2.0.0-M3 Modified: openjpa/trunk/openjpa-project/CHANGES.txt openjpa/trunk/openjpa-project/RELEASE-NOTES.html Modified: openjpa/trunk/openjpa-project/CHANGES.txt URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/CHANGES.txt?rev=920990&r1=920989&r2=920990&view=diff ============================================================================== --- openjpa/trunk/openjpa-project/CHANGES.txt (original) +++ openjpa/trunk/openjpa-project/CHANGES.txt Tue Mar 9 17:18:24 2010 @@ -507,6 +507,7 @@ New Feature * [OPENJPA-1089] - Provide for password encryption within persistence.xml * [OPENJPA-1123] - MySQL query hints support * [OPENJPA-1150] - Add WriteBehind mode to cache updates before flushing to backing store + * [OPENJPA-1152] - OpenJPA 2.0 iteration 9 primary task * [OPENJPA-1187] - Output control for generated canonical metamodel source code * [OPENJPA-1195] - Allow datastore function as query expression * [OPENJPA-1198] - Query by Example Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=920990&r1=920989&r2=920990&view=diff ============================================================================== --- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original) +++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Tue Mar 9 17:18:24 2010 @@ -729,6 +729,7 @@ in each release of OpenJPA.

  • [OPENJPA-1089] - Provide for password encryption within persistence.xml
  • [OPENJPA-1123] - MySQL query hints support
  • [OPENJPA-1150] - Add WriteBehind mode to cache updates before flushing to backing store
  • +
  • [OPENJPA-1152] - OpenJPA 2.0 iteration 9 primary task
  • [OPENJPA-1187] - Output control for generated canonical metamodel source code
  • [OPENJPA-1195] - Allow datastore function as query expression
  • [OPENJPA-1198] - Query by Example