Author: dwoods
Date: Wed Mar 3 01:33:05 2010
New Revision: 918298
URL: http://svn.apache.org/viewvc?rev=918298&view=rev
Log:
add OPENJPA-1506 as fixed in beta2
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=918298&r1=918297&r2=918298&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Wed Mar 3 01:33:05 2010
@@ -1,5 +1,5 @@
- Apache OpenJPA 2.0.0-beta2
- --------------------------
+ Apache OpenJPA 2.0.0-SNAPSHOT
+ -----------------------------
Content
-------
@@ -172,6 +172,7 @@
* [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-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
* [OPENJPA-1509] - Enum field types cannot be modified in an in-memory
JPQL bulk update statement
* [OPENJPA-1533] - JPA2 select math mix with aggregate reports syntax error
Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=918298&r1=918297&r2=918298&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Wed Mar 3 01:33:05 2010
@@ -1,7 +1,7 @@
<html>
-<title>Release Notes for Apache OpenJPA 2.0.0-beta2</title>
+<title>Release Notes for Apache OpenJPA 2.0.0-SNAPSHOT</title>
<body>
-<h1>Release Notes for Apache OpenJPA 2.0.0-beta2</h1>
+<h1>Release Notes for Apache OpenJPA 2.0.0-SNAPSHOT</h1>
<p>
<ul>
<li><a href="#Overview">Overview</a></li>
@@ -239,6 +239,8 @@
</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
+</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1507'>OPENJPA-1507</a>] -
NPE with a non-JDBC store manager
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1509'>OPENJPA-1509</a>] -
Enum field types cannot be modified in an in-memory JPQL bulk update
statement