Author: dwoods
Date: Mon Mar 8 13:23:57 2010
New Revision: 920314
URL: http://svn.apache.org/viewvc?rev=920314&view=rev
Log:
OPENJPA-1517 Correctly show this as fixed in Beta2 in the Changes/Release Notes.
Modified:
openjpa/trunk/openjpa-project/CHANGES.txt
openjpa/trunk/openjpa-project/RELEASE-NOTES.html
Modified: openjpa/trunk/openjpa-project/CHANGES.txt
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/CHANGES.txt?rev=920314&r1=920313&r2=920314&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Mon Mar 8 13:23:57 2010
@@ -184,6 +184,7 @@
* [OPENJPA-1502] - Improve msg for unrecognized EntityManager properties
* [OPENJPA-1512] - Include a BundleActivator to register ourselves as a
javax.persistence.provider for Apache Aries
* [OPENJPA-1516] - Introduce new "clear" method on EntityManagerImpl
+ * [OPENJPA-1517] - Reduce locking in LifecycleEventManager
* [OPENJPA-1520] - Move trunk (2.0.x) to require Java 6 to build (but
target 1.5 runtime)
* [OPENJPA-1525] - TestCacheMarshallerEndToEnd.Log requires to implement
warn() method
* [OPENJPA-1528] - Upgrade to latest MySQL 5.1.12 for junit tests
Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=920314&r1=920313&r2=920314&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Mon Mar 8 13:23:57 2010
@@ -261,6 +261,8 @@
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1516'>OPENJPA-1516</a>] -
Introduce new "clear" method on EntityManagerImpl
</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1517'>OPENJPA-1517</a>] -
Reduce locking in LifecycleEventManager
+</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1520'>OPENJPA-1520</a>] -
Move trunk (2.0.x) to require Java 6 to build (but target 1.5 runtime)
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1525'>OPENJPA-1525</a>] -
TestCacheMarshallerEndToEnd.Log requires to implement warn() method