You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2014/11/23 21:11:49 UTC

svn commit: r1641258 - in /uima/uimaj/trunk: README RELEASE_NOTES.html

Author: schor
Date: Sun Nov 23 20:11:49 2014
New Revision: 1641258

URL: http://svn.apache.org/r1641258
Log:
no Jira - update for 2.7.0

Modified:
    uima/uimaj/trunk/README
    uima/uimaj/trunk/RELEASE_NOTES.html

Modified: uima/uimaj/trunk/README
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/README?rev=1641258&r1=1641257&r2=1641258&view=diff
==============================================================================
--- uima/uimaj/trunk/README (original)
+++ uima/uimaj/trunk/README Sun Nov 23 20:11:49 2014
@@ -34,7 +34,8 @@ What's New in 2.7.0
   a new profile flag you can specify to Maven to exclude this: -P!json-support.
   
   Adding the same identical Feature Structure to the indices no longer adds duplicate entries. Jira issue: UIMA-3399
-  The old behavior may be restored, if needed for backward compatibility; see the UIMA Reference documentation Chapter 10. 
+  The old behavior may be restored, if needed for backward compatibility by defining the JVM property
+  uima.allow_duplicate_add_to_indices; see the UIMA Reference documentation Chapter 10. 
   
   There is a new kind of check that may be optionally enabled in UIMA (by defining the JVM argument
   "-Duima.check_invalid_fs_updates") that checks all modifications to features to see if that feature is

Modified: uima/uimaj/trunk/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/RELEASE_NOTES.html?rev=1641258&r1=1641257&r2=1641258&view=diff
==============================================================================
--- uima/uimaj/trunk/RELEASE_NOTES.html (original)
+++ uima/uimaj/trunk/RELEASE_NOTES.html Sun Nov 23 20:11:49 2014
@@ -93,7 +93,7 @@ https://issues.apache.org/jira/browse/UI
 </p>
 
 <p>Because some users may prefer the previous behavior that permitted duplicates of identical Feature Structures in
-the sorted and bga indexes. this change can be disabled, by running the JVN with the defined property
+the sorted and bag indexes. this change can be disabled, by running the JVM with the defined property
 "uima.allow_duplicate_add_to_indices".</p>
 
 <p>