Author: schor
Date: Fri Dec 23 22:01:26 2016
New Revision: 1775920
URL: http://svn.apache.org/viewvc?rev=1775920&view=rev
Log:
[UIMA-5233] update backwards compatibility document to remove need to rename
the non-JCas v2 classes use.
Modified:
uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/src/docbook/uv3.backwards_compatibility.xml
Modified:
uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/src/docbook/uv3.backwards_compatibility.xml
URL:
http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/src/docbook/uv3.backwards_compatibility.xml?rev=1775920&r1=1775919&r2=1775920&view=diff
==============================================================================
---
uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/src/docbook/uv3.backwards_compatibility.xml
(original)
+++
uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/src/docbook/uv3.backwards_compatibility.xml
Fri Dec 23 22:01:26 2016
@@ -48,14 +48,8 @@ under the License.
Users should consider these methods as internal use and subject to
change with new releases.
</para>
- <para>The specialized non-JCas Java cover classes for built-in types have
been removed;
- these were unlikely to have been used. If used, the update is to replace
these with their
- JCas class equivalents. For example, if you used
<code>AnnotationImpl</code>, replace with
- <code>Annotation</code>.
- </para>
-
-
-
+ <para>The non-JCas Java cover classes for the built-in UIMA types remain,
for backwards compatibility.
+ </para>
</section>
@@ -166,6 +160,17 @@ under the License.
</para>
</section>
+ <section id="uv3.backards_compatibility.toString">
+ <title>toString()</title>
+
+ <para>
+ The formatting of various UIMA artifacts, including Feature Structures,
+ has changed somewhat, to be more informative. This may impact
+ situations such as testing, where the exact string representations
+ are being compared.
+ </para>
+ </section>
+
<section id="uv3.backards_compatibility.typesystem_sharing">
<title>Type System sharing</title>