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 2019/07/16 15:16:44 UTC

svn commit: r1863145 - in /uima/uv3/uimaj-v3/trunk: README RELEASE_NOTES.html

Author: schor
Date: Tue Jul 16 15:16:44 2019
New Revision: 1863145

URL: http://svn.apache.org/viewvc?rev=1863145&view=rev
Log: (empty)

Modified:
    uima/uv3/uimaj-v3/trunk/README
    uima/uv3/uimaj-v3/trunk/RELEASE_NOTES.html

Modified: uima/uv3/uimaj-v3/trunk/README
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/README?rev=1863145&r1=1863144&r2=1863145&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/README (original)
+++ uima/uv3/uimaj-v3/trunk/README Tue Jul 16 15:16:44 2019
@@ -45,11 +45,11 @@ What's New
 Supported Platforms
 --------------------
 
-Apache UIMA v3.0.0 requires Java version 8; it has been tested with Java 11 and Java 8.
+Apache UIMA v3.0.0 and later requires Java version 8; it has been tested with Java 11 and Java 8.
 
 Running the Eclipse plugin tooling for UIMA requires you start Eclipse using a Java 8 or later.
 
-Running the migration tool requires running with a Java JDK, not a Java JRE.
+Running the migration tool on class files requires running with a Java JDK, not a Java JRE.
 
 The supported platforms are: Windows, Linux, and Mac OS X. Other platform 
 implementations should work, but have not been significantly tested.

Modified: uima/uv3/uimaj-v3/trunk/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/RELEASE_NOTES.html?rev=1863145&r1=1863144&r2=1863145&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/RELEASE_NOTES.html (original)
+++ uima/uv3/uimaj-v3/trunk/RELEASE_NOTES.html Tue Jul 16 15:16:44 2019
@@ -20,10 +20,10 @@
    -->
 <html>
 <head>
-  <title>Apache UIMA v3.0.2 Release Notes</title>
+  <title>Apache UIMA v3.0.3 Release Notes</title>
 </head>
 <body>
-<h1>Apache UIMA (Unstructured Information Management Architecture) v3.0.2 Release Notes</h1>
+<h1>Apache UIMA (Unstructured Information Management Architecture) v3.0.3 Release Notes</h1>
 
 <h2>Contents</h2>
 <p>
@@ -81,7 +81,7 @@
 
 <h2><a id="major.changes">Major Changes in this Release</a></h2>
 
-<p>Version 3.0.2 is a minor update to 3.0.1.</p>
+<p>Version 3.0.3 is a minor update to 3.0.2, mainly bug fixes.</p>
 <p>
 When migrating from v2, if non-built-in JCas cover classes are being used,
 a one-time regeneration or migration step is required for these.  
@@ -111,34 +111,19 @@ popular logging APIs</li>
 
 <p>Please read the Version 3 users guide for more details.</p>
 
-<p>Specific changes in this release that track the same changes in version 2.10.3 include</p>
+<p>Specific changes in release 3.0.3 versus 3.0.2 include</p>
 <ul>
-  <li>The code and the build 
-was adjusted to compile using both Java 8 and Java 11.</li>
-<li>The class loading when using the UIMA Class Loader now will first try loading
-from that class loader's URL list, and if not found will try using the
-Context Class Loader (if set), and if not found, then will default to 
-how it previously searched for classes.
-Previously the Context Class Loader was never consulted.</li>
-<li>Fixed PEAR installation to no longer lock files.</li>
-<li>Pear Specifier parameters now passed to the wrapped Analysis Engine</li>
-<li>Implemented a destroy() method for ResourceManager which closes its UIMAClassLoader</li>
-</ul>
-
-<p>Specific changes in release 3.0.2 versus 3.0.1 include</p>
-<ul>
-  <li>supporting additional JCas use cases, where (due to changes in type systems) some feature might migrate
-      over time from subclasses to superclasses.</li>
-  <li>reverting some changes to APIs so the v3 APIs more closely match v2 for improved binary compatibility.
-      Binary compatibility improves the ability to run using UIMA v3 without recompiling classes / Jars
-      built using UIMA v2 (except for JCas classes).</li>
+  <li>Fixed a bug on deserialization of typed arrays edge case</li>
+  <li>Better support for control of class loader switching when running sub-pipelines, including PEARs</li>
+  <li>better support for shared 0-length typed FSArrays</li>
+  <li>Fixed a bug in Internationalized Messaging in PEARs and other contexts, edge case.</li>
 </ul>
  
 <h3>API changes</h3>
 
  <p>There is an API compatibility report covering the non-internal APIs;
    see <a href="api-change-report.html">change report</a> for the list of API changes
-   since version 3.0.1.
+   since version 3.0.2.
  </p>
  
 <h2><a id="list.issues">Full list of JIRA Issues affecting this Release</a></h2>