OPENJPA-991 Remove from release notes as being fixed.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@923222 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-15 13:42:26 +00:00
parent f05db49642
commit 971c1fb5d4
2 changed files with 0 additions and 3 deletions

View File

@ -225,7 +225,6 @@ Bug
* [OPENJPA-757] - Map existing OpenJPA extensions to new features of JPA 2.0
* [OPENJPA-859] - OpenJPA requires all persistent fields to be specified on an XML defined entity
* [OPENJPA-944] - FetchAttribute.recursionDepth = -1 does not load properly self referenced entities in a complex relation
* [OPENJPA-991] - Implement LockTimeout using db specific server-side lock timeout feature
* [OPENJPA-993] - PCEnhancer can't execute if a non-OpenJPA PU is found
* [OPENJPA-1005] - Add PersistenceXMLSchemaVersion(); support
* [OPENJPA-1020] - eager fetching of PersistentCollection of a primitive type fails

View File

@ -484,8 +484,6 @@ in each release of OpenJPA.</P>
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-839'>OPENJPA-839</a>] - change pom.xml to publish sources as well.
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-991'>OPENJPA-991</a>] - Implement LockTimeout using db specific server-side lock timeout feature
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1085'>OPENJPA-1085</a>] - Add toString() method to PCState classes
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1172'>OPENJPA-1172</a>] - Use java.util.concurrent.ConcurrentHashMap rather than a synchronized HashMap in ClassMapping.