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 2018/03/16 17:29:46 UTC

svn commit: r1827031 - in /uima/uima-as/trunk: README RELEASE_NOTES.html pom.xml

Author: cwiklik
Date: Fri Mar 16 17:29:46 2018
New Revision: 1827031

URL: http://svn.apache.org/viewvc?rev=1827031&view=rev
Log:
UIMA-5751 updated pom, README and RELEASE_NOTES

Modified:
    uima/uima-as/trunk/README
    uima/uima-as/trunk/RELEASE_NOTES.html
    uima/uima-as/trunk/pom.xml

Modified: uima/uima-as/trunk/README
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/README?rev=1827031&r1=1827030&r2=1827031&view=diff
==============================================================================
--- uima/uima-as/trunk/README (original)
+++ uima/uima-as/trunk/README Fri Mar 16 17:29:46 2018
@@ -1,4 +1,4 @@
-     Apache UIMA Asynchronous Scaleout (UIMA-AS) Version 2.10.2 README
+     Apache UIMA Asynchronous Scaleout (UIMA-AS) Version 2.10.3 README
      ----------------------------------------------------------------
      
 0. Building from the Source Distribution
@@ -28,17 +28,11 @@ Note that a build with -U option takes m
 
 For more details, please see http://uima.apache.org/building-uima.html   
 
-1. What's New in 2.10.2
+1. What's New in 2.10.3
 ====================== 
-  - Added support to UIMA-AS client to send messages to a specific service instance.
-    See Section 5 in this document for more details.
-  - Updated to use ActiveMQ 5.15.2  (requires Java 1.8+)
-  - Added dependency on UIMA SDK 2.10.2
-  - Fixed merging of type priorities
-  - Fixed per CAS Performance Metrics breakdown 
-  - Fixed dd2spring issues
-  - Other Bug fixes 
-  
+  - Modified client code to assign unique ClientID to broker connection
+  - Fixed ClassCastException when async aggregate initializes delegate with JMS Service Descriptor
+  - Fixed broken classpath and logging for UIMA-AS run configurations
 
 1.1 Contents of Apache UIMA-AS binary distribution
 --------------------------------------------------
@@ -451,7 +445,7 @@ sendAndReceiveCAS(CAS aCAS, List<Analysi
 
 where serviceId is a unique service identifier as described above.
 
-6. Known problems/limitations with Release 2.10.2
+6. Known problems/limitations with Release 2.10.3
 ================================================
 
   1. When connecting to an AMQ broker behind a firewall, avoid using the maxInactivityDuration=0 

Modified: uima/uima-as/trunk/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/RELEASE_NOTES.html?rev=1827031&r1=1827030&r2=1827031&view=diff
==============================================================================
--- uima/uima-as/trunk/RELEASE_NOTES.html (original)
+++ uima/uima-as/trunk/RELEASE_NOTES.html Fri Mar 16 17:29:46 2018
@@ -20,10 +20,10 @@
    ***************************************************************
    -->
 <head>
-  <title>Apache UIMA Asynchronous Scaleout v2.10.2 Release Notes</title>
+  <title>Apache UIMA Asynchronous Scaleout v2.10.3 Release Notes</title>
 </head>
 <body>
-<h1>Apache UIMA-AS (Unstructured Information Management Architecture - Asynchronous Scaleout) v2.10.2 Release Notes</h1>
+<h1>Apache UIMA-AS (Unstructured Information Management Architecture - Asynchronous Scaleout) v2.10.3 Release Notes</h1>
 
 <h2>Contents</h2>
 <p>

Modified: uima/uima-as/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/pom.xml?rev=1827031&r1=1827030&r2=1827031&view=diff
==============================================================================
--- uima/uima-as/trunk/pom.xml (original)
+++ uima/uima-as/trunk/pom.xml Fri Mar 16 17:29:46 2018
@@ -59,7 +59,7 @@
   </scm>
 
   <properties>
-    <jiraVersion>12340230</jiraVersion> <!-- for 2.10.2AS -->  
+    <jiraVersion>12342746</jiraVersion> <!-- for 2.10.2AS -->  
     <uimaScmProject>${project.artifactId}</uimaScmProject>
     <assemblyFinalName>uima-as-${project.version}</assemblyFinalName> 
     <additionalparam>-Xdoclint:none</additionalparam>