From e1d84c8fcca71dc4147206cee9c28a0ff989dbda Mon Sep 17 00:00:00 2001 From: Donald Woods Date: Wed, 24 Mar 2010 17:46:23 +0000 Subject: [PATCH] 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 --- openjpa-project/CHANGES.txt | 1 + openjpa-project/RELEASE-NOTES.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/openjpa-project/CHANGES.txt b/openjpa-project/CHANGES.txt index d870f23d0..008194bc1 100644 --- a/openjpa-project/CHANGES.txt +++ b/openjpa-project/CHANGES.txt @@ -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 diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html index cfb7de063..13a515fc2 100644 --- a/openjpa-project/RELEASE-NOTES.html +++ b/openjpa-project/RELEASE-NOTES.html @@ -358,6 +358,8 @@ in each release of OpenJPA.

  • [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