You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2009/03/12 01:53:02 UTC

svn commit: r752731 - in /openjpa/branches/1.2.x/openjpa-project: CHANGES.txt RELEASE-NOTES.html

Author: mikedd
Date: Thu Mar 12 00:53:02 2009
New Revision: 752731

URL: http://svn.apache.org/viewvc?rev=752731&view=rev
Log:
Update release notes and changes

Modified:
    openjpa/branches/1.2.x/openjpa-project/CHANGES.txt
    openjpa/branches/1.2.x/openjpa-project/RELEASE-NOTES.html

Modified: openjpa/branches/1.2.x/openjpa-project/CHANGES.txt
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-project/CHANGES.txt?rev=752731&r1=752730&r2=752731&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-project/CHANGES.txt (original)
+++ openjpa/branches/1.2.x/openjpa-project/CHANGES.txt Thu Mar 12 00:53:02 2009
@@ -1,4 +1,4 @@
-                           Release Notes for OpenJPA
+                           Release Notes for OpenJPA 1.2.1
 
         * Overview
         * License
@@ -120,6 +120,7 @@
                       -1 (unlimited batch size)
     * [OPENJPA-777] - Exception is thrown during retrieval of an entity which 
                       contains a persistent collection of embeddable
+    * [OPENJPA-811] - With Oracle, OpenJPA allows setting non-nullable field to null 
     * [OPENJPA-835] - Loading nested toMany EAGER relation resuled in 
                       PersistenceException
     * [OPENJPA-838] - fix parameter setting problem when QuerySQLCache is on

Modified: openjpa/branches/1.2.x/openjpa-project/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-project/RELEASE-NOTES.html?rev=752731&r1=752730&r2=752731&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/branches/1.2.x/openjpa-project/RELEASE-NOTES.html Thu Mar 12 00:53:02 2009
@@ -1,5 +1,5 @@
 <html>
-<title>Release Notes for OpenJPA</title>
+<title>Release Notes for OpenJPA 1.2.1</title>
 <body>
 <h1>Release Notes for OpenJPA</h1>
 
@@ -155,6 +155,8 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-835'>OPENJPA-835</a>] -         Loading nested toMany EAGER relation resuled in PersistenceException
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-811'>OPENJPA-811</a>] -         With Oracle, OpenJPA allows setting non-nullable field to null
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-838'>OPENJPA-838</a>] -         fix parameter setting problem when QuerySQLCache is on
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-843'>OPENJPA-843</a>] -         Unnecessary version update on inverse-side of a 1-m relationship