You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2016/12/06 16:30:42 UTC

svn commit: r1772912 - /uima/uima-as/trunk/README

Author: cwiklik
Date: Tue Dec  6 16:30:41 2016
New Revision: 1772912

URL: http://svn.apache.org/viewvc?rev=1772912&view=rev
Log:
UIMA-5094 fixed comments about version checker updates

Modified:
    uima/uima-as/trunk/README

Modified: uima/uima-as/trunk/README
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/README?rev=1772912&r1=1772911&r2=1772912&view=diff
==============================================================================
--- uima/uima-as/trunk/README (original)
+++ uima/uima-as/trunk/README Tue Dec  6 16:30:41 2016
@@ -35,8 +35,11 @@ For more details, please see http://uima
   - Fixed support of AMQ white listing of packages
   - Added support to disable JMX via a new argument -Duima.as.enable.jmx=false
   - Fixed dd2spring issues
-  - Updated version checker to test compatibility with UIMA SDK. Code terminates
-    if UIMA-AS major version matches but a minor version of the UIMA SDK is less than
+  - Updated version checker to test compatibility with UIMA SDK. The UIMA-AS runtime
+    works with UIMA SDK 2.9.0 and future release of SDK 2.9.X, 2.10.X, etc. It will
+    fail if the UIMA SDK major version does not match UIMA-AS major version, or the SDK
+    is older than 2.9.0.
+    matches but a minor version of the UIMA SDK is less than
     the minor version of UIMA-AS. The UIMA-AS runtime will work with SDK 2.9.X, 2.10.X,
     etc but will not work with SDK 3.X.X nor SDK 2.8.X or lower.  
   - Other Bug fixes