OPENJPA-5 Show as being fixed in 2.0.0-M3

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920402 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-08 17:04:48 +00:00
parent d5fb93d98f
commit 7a8052cd73
2 changed files with 3 additions and 0 deletions

View File

@ -461,6 +461,7 @@ Bug
Improvement
-----------
* [OPENJPA-5] - OpenJPA doesn't compile with JDBC 4
* [OPENJPA-250] - Reduce synchronization bottlenecks in data cache, metadata repository, and lifecycle event manager
* [OPENJPA-651] - Disable dangerous "fallback enhancement", make openjpa.RuntimeUnenhancedClasses=unsupported the default
* [OPENJPA-703] - Cache ResultObjectProvider data to improve query performance

View File

@ -456,6 +456,8 @@ in each release of OpenJPA.</P>
<h4>Improvement</h4>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-5'>OPENJPA-5</a>] - OpenJPA doesn't compile with JDBC 4
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-250'>OPENJPA-250</a>] - Reduce synchronization bottlenecks in data cache, metadata repository, and lifecycle event manager
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-709'>OPENJPA-709</a>] - Better naming for unique constraints