You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Richard Eckart de Castilho <re...@apache.org> on 2017/03/29 13:22:05 UTC

[ANNOUNCE] Apache uimaFIT 2.3.0 released

The Apache UIMA team is pleased to announce the release of

 Apache uimaFIT, version 2.3.0

Apache uimaFIT is a library that facilitates the building of
Apache UIMA components, the programmatic use of Apache UIMA
analysis pipelines, and their testing.

uimaFIT employs Java annotations to integrate UIMA meta data
directly into the source code, allowing for less lines of code
and better refactorability then traditional, XML descriptor-based
UIMA projects. It is capable of automatically detecting meta data,
e.g. type system information, from the classpath. Convenience
methods are provided for constructing components, pipelines,
and for accessing annotations.

The major changes in this release are:

* Support for language and mime-type capabilities
* Faster indexCovered implementation
* Document auto-detection of index and type priority definitions
* Fixed selectPreceding not skipping over undesired annotations
* Fixed calling typeSystemInit on readers and other life-cycle methods
* ... otherwise this is a bug-fix release to version 2.2.0

For a full list of the changes, please refer to Jira:

 http://uima.apache.org/d/uimafit-2.3.0/issuesFixed/jira-report.html

Note on compatibility and migration:

Apache uimaFIT 2.3.0 is a drop-in replacement for previous
Apache uimaFIT 2.x versions.

-- Richard Eckart de Castilho, for the Apache UIMA development team