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/22 22:54:49 UTC

svn commit: r926364 - /openjpa/branches/1.3.x/openjpa-project/src/doc/manual/migration_considerations.xml

Author: dwoods
Date: Mon Mar 22 21:54:49 2010
New Revision: 926364

URL: http://svn.apache.org/viewvc?rev=926364&view=rev
Log:
OPENJPA-1406 Remove pointers to JIRAs, but leave as comments in the source.

Modified:
    openjpa/branches/1.3.x/openjpa-project/src/doc/manual/migration_considerations.xml

Modified: openjpa/branches/1.3.x/openjpa-project/src/doc/manual/migration_considerations.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.3.x/openjpa-project/src/doc/manual/migration_considerations.xml?rev=926364&r1=926363&r2=926364&view=diff
==============================================================================
--- openjpa/branches/1.3.x/openjpa-project/src/doc/manual/migration_considerations.xml (original)
+++ openjpa/branches/1.3.x/openjpa-project/src/doc/manual/migration_considerations.xml Mon Mar 22 21:54:49 2010
@@ -35,6 +35,7 @@
             <title>
                 Query.setParameteres()
             </title>
+            <!-- See OPENJPA-1213 for details. -->
             <para>
                     The Query interface setParameters() method behavior has
                     changed to throw an ArgumentException if more
@@ -45,10 +46,6 @@
                     supplied parameter substitutions and allow the Query to be
                     processed.
             </para>
-            <para>
-                    See OPENJPA-1213 for test cases that
-                    demonstrate the behavioral differences.
-            </para>
         </section>
         <section id="serialization">
             <title>
@@ -76,6 +73,7 @@
             <title>
                 PreUpdate/PostUpdate Life Cycle Callbacks
             </title>
+            <!-- See OPENJPA-1182 for details. -->
             <para>
                 If an entity was updated between the persist()
                 and commit() operations in OpenJPA 1.x, then
@@ -91,10 +89,6 @@
                 the persist operation is implementation specific
                 and should not be relied upon.
             </para>
-            <para>
-                See OPENJPA-1182 for an
-                example test case demonstrating the change.
-            </para>
         </section>
     </section>
 </appendix>