You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2020/04/10 16:53:09 UTC

[uima-uimafit] branch release/3.1.0 created (now d19e1b8)

This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch release/3.1.0
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git.


      at d19e1b8  [NO JIRA] Updated README file for release.

This branch includes the following new commits:

     new d19e1b8  [NO JIRA] Updated README file for release.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[uima-uimafit] 01/01: [NO JIRA] Updated README file for release.

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch release/3.1.0
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git

commit d19e1b8d7e5d803690ac0c4883898b3a54a8e8a1
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Apr 10 18:53:01 2020 +0200

    [NO JIRA] Updated README file for release.
---
 README | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

diff --git a/README b/README
index a83f923..f5c2c09 100644
--- a/README
+++ b/README
@@ -40,9 +40,25 @@ following list highlights some of the features uimaFIT provides:
 What's New in 3.1.0
 -------------------
 
-uimaFIT 3.1.0 is a major release because it upgrades uimaFIT to UIMA v3. Upgrading to the new version 
-may require minor adjustments to the code depending on uimaFIT.
-
+uimaFIT 3.1.0 is a minor feature and bugfix release. It serve mostly as a drop-in replacement
+for previous uimaFIT 3.x versions. However, due to a clash in method signatures, you may notice
+incompatible changes in the methods provided ExternalResourceFactory. For details, please refer
+to the migration section in the documentation.
+
+Notable changes in this release include:
+
+ * Added support for PEARs in AnalysisEngineFactory
+ * Added ExternalResourceFactory.createResource(...) methods for instantiating resources
+ * Added support for Charset-typed parameters in components
+ * Added ability to set number of threads in CpePipeline.runPipeline(...)
+ * Fixed issue with non-XML 1.0 characters in parameter values when running CPEs
+ * Fixed JCasIterable.iterator() destroying the ResourceManager before it is even used
+ * Fixed issue causing component parameters to be used when initializing resources
+ * Fixed CollectionReaderFactory.createReaderDescription(...) not discovering type prios and indexes
+ * Fixed clashing method signatures of ExternalResourceFactory.bindResource(...)
+ * Upgraded to UIMA 3.1.1
+ * Upgraded to Spring 4.3.26
+ 
 A full list of issues addressed in this release can be found on the Apache issue tracker:
 
   https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310570&version=12343882