mirror of https://github.com/apache/openjpa.git
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:
parent
f05db49642
commit
971c1fb5d4
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue