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 2009/09/17 22:12:36 UTC

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

Author: dwoods
Date: Thu Sep 17 20:12:35 2009
New Revision: 816366

URL: http://svn.apache.org/viewvc?rev=816366&view=rev
Log:
OPENJPA-1178 Doc updates for Compatibility issues.  Added JIRA references for those looking for more details...

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=816366&r1=816365&r2=816366&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/migration_considerations.xml Thu Sep 17 20:12:35 2009
@@ -39,17 +39,25 @@
             and require OpenJPA 1.x.x compatibility may need to configure the appropriate
             compatibility options to get the desired behavior.
     		</para>
+                <para>
+                    See OPENJPA-1208 for test cases that
+                    demonstrate the behavioral differences.
+                </para>
     		<section id="getProperties">
     			<title>
     				getProperties()
     			</title>
     			<para>
-    					The OpenJPAEntityManagerFactory interface getProperties()
-    					method was changed to return a Map instead of a
-    					Properties object. This change was made in order to
-    					support the getProperties() method defined in the 2.0
-    					JPA specification.
-    					</para>
+    				The OpenJPAEntityManagerFactory interface getProperties()
+    				method was changed to return a Map instead of a
+    				Properties object. This change was made in order to
+    				support the getProperties() method defined in the 2.0
+    				JPA specification.
+    			</para>
+                    <para>
+                        See OPENJPA-849 for test cases that
+                        demonstrate the behavioral differences.
+                    </para>
     		</section>
     		<section id="migration_detach_behavior">
     			<title>
@@ -112,7 +120,11 @@
     				<programlisting>
 					public &lt;T&gt; T detachCopy(T pc):
 					</programlisting>
-				</para>
+			</para>
+                    <para>
+                        See OPENJPA-1215 for test cases that
+                        demonstrate the behavioral differences.
+                    </para>
     		</section>
             <section id="private_persistent_properties">
                 <title>
@@ -136,6 +148,10 @@
                     used, this property must be specified at the time of 
                     enhancement and at runtime.
                 </para>
+                <para>
+                    See OPENJPA-1176 for test cases that
+                    demonstrate the behavioral differences.
+                </para>
             </section>
             <section id="setParameters">
                 <title>
@@ -175,6 +191,10 @@
                 is not changed. But when the above property is set then the collection tracking
                 will not be disabled automatically.
             </para>
+            <para>
+                See OPENJPA-1223 and OPENJPA-1163 for test cases that
+                demonstrate the behavioral differences.
+            </para>
         </section>
     	<section id="internal_differences">
     		<title>