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/20 13:40:36 UTC

svn commit: r1863480 - in /uima/uimaj/trunk: RELEASE_NOTES.html pom.xml uimaj-parent/pom.xml

Author: schor
Date: Sat Jul 20 13:40:36 2019
New Revision: 1863480

URL: http://svn.apache.org/viewvc?rev=1863480&view=rev
Log:
no jira prepare for release

Modified:
    uima/uimaj/trunk/RELEASE_NOTES.html
    uima/uimaj/trunk/pom.xml
    uima/uimaj/trunk/uimaj-parent/pom.xml

Modified: uima/uimaj/trunk/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/RELEASE_NOTES.html?rev=1863480&r1=1863479&r2=1863480&view=diff
==============================================================================
--- uima/uimaj/trunk/RELEASE_NOTES.html (original)
+++ uima/uimaj/trunk/RELEASE_NOTES.html Sat Jul 20 13:40:36 2019
@@ -20,10 +20,10 @@
    -->
 <html>
 <head>
-  <title>Apache UIMA v2.10.3 Release Notes</title>
+  <title>Apache UIMA v2.10.4 Release Notes</title>
 </head>
 <body>
-<h1>Apache UIMA (Unstructured Information Management Architecture) v2.10.3 Release Notes</h1>
+<h1>Apache UIMA (Unstructured Information Management Architecture) v2.10.4 Release Notes</h1>
 
 <h2>Contents</h2>
 <p>
@@ -82,16 +82,13 @@
 <h2><a id="major.changes">Major Changes in this Release</a></h2>
 <p>The major changes in this release include:</p>
 
-<ul><li>The minimum Java version was changed from 7 to 8.  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 delegate to the parent.
-Previously the Context Class Loader was never consulted.</li>
-<li>Fixed some edge case performance issues.</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> 
+  <li>The Eclipse plugin for the Component Descriptor editor was fixed to work with
+      the latest version of Eclipse.</li>
+  <li>Internationalized Exceptions more reliably find their message bundles.</li>
+  <li>An additional use case for running pipeline within pipelines is now supported.</li>
+  <li>An override was added to enable using External DTDs in XML descriptors.</li>
+  <li>The destroy cleanups around PEARs was improved.</li>
 </ul>
   
 <h2><a id="list.issues">Full list of JIRA Issues Fixed in this Release</a></h2>

Modified: uima/uimaj/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/pom.xml?rev=1863480&r1=1863479&r2=1863480&view=diff
==============================================================================
--- uima/uimaj/trunk/pom.xml (original)
+++ uima/uimaj/trunk/pom.xml Sat Jul 20 13:40:36 2019
@@ -61,7 +61,7 @@
 
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <jiraVersion>2.10.3SDK</jiraVersion>   <!-- set this to get the right issues fixed report -->
+    <jiraVersion>2.10.4SDK</jiraVersion>   <!-- set this to get the right issues fixed report -->
     <assemblyFinalName>uimaj-${project.version}</assemblyFinalName> 
     <assemblyBinDescriptor>src/main/assembly/bin-without-jackson.xml</assemblyBinDescriptor> 
     <postNoticeText>${ibmNoticeText}</postNoticeText>    

Modified: uima/uimaj/trunk/uimaj-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-parent/pom.xml?rev=1863480&r1=1863479&r2=1863480&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-parent/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-parent/pom.xml Sat Jul 20 13:40:36 2019
@@ -145,8 +145,8 @@
      NON_BACKWARD_COMPATIBLE         - major version (+.0.0)
      -->
     <compat.level>BACKWARD_COMPATIBLE_USER</compat.level>
-    <compat.previous.version>2.10.2</compat.previous.version>
-    <api_check_oldVersion>2.10.2</api_check_oldVersion>
+    <compat.previous.version>2.10.3</compat.previous.version>
+    <api_check_oldVersion>2.10.3</api_check_oldVersion>
 
     <!-- 
      Configuring settings is best done through default properties that multiple plugins.