You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/03/09 18:33:08 UTC

svn commit: r920999 - in /openjpa/trunk/openjpa-project: CHANGES.txt RELEASE-NOTES.html

Author: dwoods
Date: Tue Mar  9 17:33:08 2010
New Revision: 920999

URL: http://svn.apache.org/viewvc?rev=920999&view=rev
Log:
OPENJPA-1040 Show as being fixed in 2.0.0-M2

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=920999&r1=920998&r2=920999&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Tue Mar  9 17:33:08 2010
@@ -697,6 +697,7 @@ Bug
     * [OPENJPA-1028] - ClassCastException during findBy when embeddable is involved
     * [OPENJPA-1029] - SQLServerDictionary causes NumberFormatException if MS SQL Server JDBC driver is used
     * [OPENJPA-1031] - Update docs that refer to OpenJPAEntityManager.getExtent(..)
+    * [OPENJPA-1040] - Fix code formatting errors introduced by OPENJPA-1010
     * [OPENJPA-1041] - OrderBy on nested embeddables is not working
     * [OPENJPA-1046] - Unique Constraint on MappedSupperClass causes NullPointerException
     * [OPENJPA-1047] - Unique Constraint on sibling classes causes name conflict

Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=920999&r1=920998&r2=920999&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Tue Mar  9 17:33:08 2010
@@ -897,6 +897,7 @@ in each release of OpenJPA.</P>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1028'>OPENJPA-1028</a>] - ClassCastException during findBy when embeddable is involved</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1029'>OPENJPA-1029</a>] - SQLServerDictionary causes NumberFormatException if MS SQL Server JDBC driver is used</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1031'>OPENJPA-1031</a>] - Update docs that refer to OpenJPAEntityManager.getExtent(..)</li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1040'>OPENJPA-1040</a>] - Fix code formatting errors introduced by OPENJPA-1010</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1041'>OPENJPA-1041</a>] - OrderBy on nested embeddables is not working</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1051'>OPENJPA-1051</a>] - [patch] Mappingtool doesn't check name conflicts if MappingDefaultsImpl is called with multiple columns.</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1053'>OPENJPA-1053</a>] - Updating an entity by setting an embeddable to it does not work properly if the embeddable has a cascade delete relationship with another entity</li>