add OPENJPA-1506 as fixed in beta2

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@918298 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-03 01:33:05 +00:00
parent 64be0455c3
commit 6d61c562f5
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Apache OpenJPA 2.0.0-beta2
--------------------------
Apache OpenJPA 2.0.0-SNAPSHOT
-----------------------------
Content
-------
@ -172,6 +172,7 @@ Bug
* [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

View File

@ -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 @@ in each release of OpenJPA.</P>
</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