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:57:02 UTC

[uima-uimafit] branch release/2.5.0 updated: [NO JIRA] Updated README file for release.

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

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


The following commit(s) were added to refs/heads/release/2.5.0 by this push:
     new 62d292d  [NO JIRA] Updated README file for release.
62d292d is described below

commit 62d292dc9b600c1c825b5fe4efe4353e6943eddc
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Apr 10 18:56:49 2020 +0200

    [NO JIRA] Updated README file for release.
---
 README | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/README b/README
index de5874f..944bbb1 100644
--- a/README
+++ b/README
@@ -40,13 +40,13 @@ following list highlights some of the features uimaFIT provides:
 What's New in 2.5.0
 -------------------
 
-uimaFIT 2.5.0 is a minor feature and bugfix release. It should should serve as a drop-in replacement
-for previous uimaFIT 2.x versions.
+uimaFIT 2.5.0 is a minor feature and bugfix release. On supported platforms, it should should serve
+as a drop-in replacement for previous uimaFIT 2.x versions.
 
 Notable changes include:
 
  * Added support for PEARs in AnalysisEngineFactory
- * Added support for destroing auto-created resource managers if feasible
+ * Added support for destroying auto-created resource managers if feasible
  * Added CasFactory
  * Added CasUtil.exists(...) method
  * Added support for Charset-typed parameters in components
@@ -59,7 +59,6 @@ Notable changes include:
  * Fixed issue causing component parameters to be used when initializing resources
  * Upgraded to UIMA 2.10.4
  * Upgraded to Spring 4.3.26
- * No longer set extension classloader in DefaultResourceManagerCreator
 
 A full list of issues addressed in this release can be found on the Apache issue tracker:
 
@@ -77,7 +76,7 @@ Availability
 uimaFIT is licensed under the Apache License 2.0 and is available from the Apache UIMA project:
 
   http://uima.apache.org
-  http://svn.apache.org/repos/asf/uima/uimafit
+  https://github.com/apache/uima-uimafit
 
 uimaFIT is available via Maven Central. If you use Maven for your build environment, then you can
 add uimaFIT as a dependency to your pom.xml file with the following: