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 2015/12/16 18:57:18 UTC

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

Author: cwiklik
Date: Wed Dec 16 17:57:18 2015
New Revision: 1720406

URL: http://svn.apache.org/viewvc?rev=1720406&view=rev
Log:
UIMA-4703 updated for 2.8.1 release

Modified:
    uima/uima-as/trunk/README

Modified: uima/uima-as/trunk/README
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/README?rev=1720406&r1=1720405&r2=1720406&view=diff
==============================================================================
--- uima/uima-as/trunk/README (original)
+++ uima/uima-as/trunk/README Wed Dec 16 17:57:18 2015
@@ -24,9 +24,15 @@ For more details, please see http://uima
 1. What's New in 2.8.1
 ====================== 
   - Replaced Activemq 5.7.0 with 5.12.1 
+    Starting with AMQ 5.8.0, the jmx MBean query syntax has changed. New code using jmx to
+    query a broker must follow new convention. Please refer to http://activemq.apache.org/activemq-580-release.html
+    for details.
   - Added dependency on UIMA SDK 2.8.1
   - Fixed per CAS Performance Metrics breakdown for async deployments 
-  - Added new feature to allow warm up of analysis engines before real processing begins
+  - Added new feature to allow warm up of analysis engines before real processing begins.
+    This feature is enabled by specifying -DWarmUpDataPath=<directory>, where directory is
+    a path to a directory containing zipped (serialized) CASes. The CASes are de-serialized and sent
+    through a pipeline to prime the analytics.
   - Requires Java 1.7 or later
   - Few Bug fixes