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

svn commit: r961389 - /openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml

Author: curtisr7
Date: Wed Jul  7 14:34:30 2010
New Revision: 961389

URL: http://svn.apache.org/viewvc?rev=961389&view=rev
Log:
OPENJPA-1717: Update migration section in docs.

Modified:
    openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml

Modified: openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml?rev=961389&r1=961388&r2=961389&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml Wed Jul  7 14:34:30 2010
@@ -344,4 +344,27 @@
             </section>
         </section>
     </section>
+	<section id="jpa_2.1">
+        <title>
+            JPA 2.1
+        </title>
+        <section id="jpa_2.1_changes_in_behavior">
+        	<title>Internal Behavioral Differences</title>
+        	<para>
+	The following sections indicate behavior that has changed from the 2.0
+	release to the 2.1 release.
+        	</para>
+        	<section id="finder_cache_statistics">
+        		<title>FinderCache CacheStatistics</title>
+        		<para>
+	In the 2.0 release CacheStatistics were collected by default. In the
+	2.1 release collection of statistics is disabled by default. The
+	following property enables statistics collection.
+	<programlisting>
+&lt;property name="openjpa.jdbc.FinderCache" value="true(EnableStats=true)"/&gt;
+	</programlisting>    		
+        		</para>
+        	</section>
+        </section>
+	</section>    
 </appendix>