OPENJPA-924 Show as being fixed in 2.0.0-beta2

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920924 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-09 15:31:10 +00:00
parent f50f847e97
commit 1446c7148e
2 changed files with 3 additions and 0 deletions

View File

@ -183,6 +183,7 @@ Bug
Improvement
-----------
* [OPENJPA-924] - Cache Finder Query for performance enhancement
* [OPENJPA-1475] - Performance improvement - don't call syncVersion() when no version is specified
* [OPENJPA-1493] - Performance improvement in SelectImpl.getTableIndex() for JPQL without subselect
* [OPENJPA-1502] - Improve msg for unrecognized EntityManager properties

View File

@ -259,6 +259,8 @@ in each release of OpenJPA.</P>
<h4>Improvement</h4>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-924'>OPENJPA-924</a>] - Cache Finder Query for performance enhancement
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1475'>OPENJPA-1475</a>] - Performance improvement - don't call syncVersion() when no version is specified
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1493'>OPENJPA-1493</a>] - Performance improvement in SelectImpl.getTableIndex() for JPQL without subselect