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:29:02 UTC

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

Author: dwoods
Date: Tue Mar  9 15:29:02 2010
New Revision: 920923

URL: http://svn.apache.org/viewvc?rev=920923&view=rev
Log:
OPENJPA-1518 Show as being fixed in 2.0.0-beta2

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=920923&r1=920922&r2=920923&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Tue Mar  9 15:29:02 2010
@@ -178,6 +178,7 @@ Bug
     * [OPENJPA-1506] - ConfigurationImpl.equals fails using a OpenJPA derived provider
     * [OPENJPA-1507] - NPE with a non-JDBC store manager
     * [OPENJPA-1509] - Enum field types cannot be modified in an in-memory JPQL bulk update statement
+    * [OPENJPA-1518] - Remove WARN messages for uncacheable finder select statements
     * [OPENJPA-1533] - JPA2 select math mix with aggregate reports syntax error
 
 Improvement

Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=920923&r1=920922&r2=920923&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Tue Mar  9 15:29:02 2010
@@ -251,6 +251,8 @@ in each release of OpenJPA.</P>
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1509'>OPENJPA-1509</a>] -         Enum field types cannot be modified in an in-memory JPQL bulk update statement
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1518'>OPENJPA-1518</a>] -         Remove WARN messages for uncacheable finder select statements
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1533'>OPENJPA-1533</a>] -         JPA2 select math mix with aggregate reports syntax error
 </li>
 </ul>