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/23 02:27:29 UTC

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

Author: dwoods
Date: Tue Mar 23 01:27:28 2010
New Revision: 926422

URL: http://svn.apache.org/viewvc?rev=926422&view=rev
Log:
OPENJPA-1074 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=926422&r1=926421&r2=926422&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Tue Mar 23 01:27:28 2010
@@ -425,6 +425,7 @@ Bug
     * [OPENJPA-1049] - Query against a MappedSuperclass is not supported
     * [OPENJPA-1061] - Entities extending from a Mapped Superclass that defines the ID fields share the same ObjectID type parameter
     * [OPENJPA-1065] - Prepared Query Cache does not work with DataCache 
+    * [OPENJPA-1074] - OrderColumn does not maintain index upon inter-list element removal - Phase 1
     * [OPENJPA-1100] - @Version-Annotation on Column with unsupported type (e.g. BigDecimal) is silently ignored, but should raise an error
     * [OPENJPA-1116] - Annotation Strategy not working
     * [OPENJPA-1117] - Missing AgentClass attribute in openjpa-all-xxx.jar manifest.mf

Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=926422&r1=926421&r2=926422&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Tue Mar 23 01:27:28 2010
@@ -647,6 +647,7 @@ in each release of OpenJPA.</P>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1049'>OPENJPA-1049</a>] - Query against a MappedSuperclass is not supported</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1061'>OPENJPA-1061</a>] - Entities extending from a Mapped Superclass that defines the ID fields share the same ObjectID type parameter</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1065'>OPENJPA-1065</a>] - Prepared Query Cache does not work with DataCache </li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1074'>OPENJPA-1074</a>] - OrderColumn does not maintain index upon inter-list element removal - Phase 1</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1100'>OPENJPA-1100</a>] - @Version-Annotation on Column with unsupported type (e.g. BigDecimal) is silently ignored, but should raise an error</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1116'>OPENJPA-1116</a>] - Annotation Strategy not working</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1117'>OPENJPA-1117</a>] - Missing AgentClass attribute in openjpa-all-xxx.jar manifest.mf</li>