Author: dwoods
Date: Tue Mar 9 15:50:43 2010
New Revision: 920933
URL: http://svn.apache.org/viewvc?rev=920933&view=rev
Log:
OPENJPA-1405 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=920933&r1=920932&r2=920933&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Tue Mar 9 15:50:43 2010
@@ -211,6 +211,7 @@ Sub-task
* [OPENJPA-1353] - Add legal info to the docs
* [OPENJPA-1358] - Support CacheRetrieve/StoreMode properties for
find()/refresh() operation
* [OPENJPA-1404] - Add find method that accepts properties to entity
manager
+ * [OPENJPA-1405] - Add refresh method that accepts properties to entity
manager
* [OPENJPA-1453] - Add support for testing with final JPA 2.0 TCK
* [OPENJPA-1476] - Turn off QueryCache by default
Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=920933&r1=920932&r2=920933&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Tue Mar 9 15:50:43 2010
@@ -312,6 +312,8 @@ in each release of OpenJPA.</P>
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1404'>OPENJPA-1404</a>] -
Add find method that accepts properties to entity manager
</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1405'>OPENJPA-1405</a>] -
Add refresh method that accepts properties to entity manager
+</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1453'>OPENJPA-1453</a>] -
Add support for testing with final JPA 2.0 TCK
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1476'>OPENJPA-1476</a>] -
Turn off QueryCache by default