You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@uima.apache.org by Richard Eckart de Castilho <re...@apache.org> on 2014/06/13 01:43:23 UTC

[ANNOUNCE] Apache uimaFIT 2.1.0 released

The Apache UIMA team is pleased to announce the release of 

  Apache uimaFIT, version 2.1.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:

  * System requirements changed to Java 6
  * ... otherwise this is a bug-fix release to version 2.0.0

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

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

Note on compatibility and migration:

Apache uimaFIT 2.1.0 is a drop-in replacement for Apache uimaFIT 2.0.0.

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