You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/03/09 16:06:09 UTC

svn commit: r920913 - in /openjpa/trunk/openjpa-project: CHANGES.txt RELEASE-NOTES.html

Author: dwoods
Date: Tue Mar  9 15:06:09 2010
New Revision: 920913

URL: http://svn.apache.org/viewvc?rev=920913&view=rev
Log:
OPENJPA-1258 Show as being fixed in 2.0.0-beta

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=920913&r1=920912&r2=920913&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Tue Mar  9 15:06:09 2010
@@ -303,6 +303,7 @@ Improvement
     * [OPENJPA-839] - change pom.xml to publish sources as well.
     * [OPENJPA-1085] - Add toString() method to PCState classes
     * [OPENJPA-1172] - Use java.util.concurrent.ConcurrentHashMap rather than a synchronized HashMap in ClassMapping.
+    * [OPENJPA-1258] - make warning message more friendly when other persistence provider configured by application
     * [OPENJPA-1356] - Use maven-enforcer-plugin to verify proper Java and Maven levels
     * [OPENJPA-1363] - Upgrade to latest commons-pool maintenance release
     * [OPENJPA-1366] - Remove need for an EMF from OpenJPAPersistenceUtil and TraversableResolverImpl

Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=920913&r1=920912&r2=920913&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Tue Mar  9 15:06:09 2010
@@ -478,6 +478,8 @@ in each release of OpenJPA.</P>
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1172'>OPENJPA-1172</a>] -         Use java.util.concurrent.ConcurrentHashMap rather than a synchronized HashMap in ClassMapping.
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1258'>OPENJPA-1258</a>] -         make warning message more friendly when other persistence provider configured by application
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1356'>OPENJPA-1356</a>] -         Use maven-enforcer-plugin to verify proper Java and Maven levels
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1363'>OPENJPA-1363</a>] -         Upgrade to latest commons-pool maintenance release