OPENJPA-1557 show as being fixed in 2.0.0-beta3

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@927129 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-24 17:46:23 +00:00
parent f1d27cb7b5
commit e1d84c8fcc
2 changed files with 3 additions and 0 deletions

View File

@ -233,6 +233,7 @@ Improvement
* [OPENJPA-1549] - StateManagerImpl performance improvement
* [OPENJPA-1551] - Allow connectionFactoryName to be specified when creating an EntityManager
* [OPENJPA-1552] - Enable EntityManager to perform property QueryImpl creation by its subclass
* [OPENJPA-1557] - Logging configuration is difficult for running tests
* [OPENJPA-1561] - Cache Criteria Query
* [OPENJPA-1566] - Provide all the cached prepared query strings in QueryStatistics
* [OPENJPA-1585] - Additional trace to relate SQL pushdowns with entity action or JPQL query

View File

@ -358,6 +358,8 @@ in each release of OpenJPA.</P>
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1552'>OPENJPA-1552</a>] - Enable EntityManager to perform property QueryImpl creation by its subclass
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1557'>OPENJPA-1557</a>] - Logging configuration is difficult for running tests
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1561'>OPENJPA-1561</a>] - Cache Criteria Query
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1566'>OPENJPA-1566</a>] - Provide all the cached prepared query strings in QueryStatistics