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/08 14:26:17 UTC

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

Author: dwoods
Date: Mon Mar  8 13:26:16 2010
New Revision: 920316

URL: http://svn.apache.org/viewvc?rev=920316&view=rev
Log:
OPENJPA-1496 Show as being fixed in Beta2 in Changes/Release Notes

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=920316&r1=920315&r2=920316&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Mon Mar  8 13:26:16 2010
@@ -171,6 +171,7 @@
     * [OPENJPA-1001] - java.lang.IndexOutOfBoundsException when executing attached test case
     * [OPENJPA-1367] - H2 Database Engine does support cross join
     * [OPENJPA-1485] - isLoaded util method does not behave per spec for collection attributes and basic type
+    * [OPENJPA-1496] - Fail to set temporal parameter
     * [OPENJPA-1504] - Validation junits should not rely on Hibernate Impl
     * [OPENJPA-1506] - ConfigurationImpl.equals fails using a OpenJPA derived provider
     * [OPENJPA-1507] - NPE with a non-JDBC store manager

Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=920316&r1=920315&r2=920316&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Mon Mar  8 13:26:16 2010
@@ -237,6 +237,8 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1485'>OPENJPA-1485</a>] -         isLoaded util method does not behave per spec for collection attributes and basic type
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1496'>OPENJPA-1496</a>] -         Fail to set temporal parameter
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1504'>OPENJPA-1504</a>] -         Validation junits should not rely on Hibernate Impl
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1506'>OPENJPA-1506</a>] -         ConfigurationImpl.equals fails using a OpenJPA derived provider