Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 25B57109D2 for ; Fri, 27 Sep 2013 12:31:54 +0000 (UTC) Received: (qmail 28782 invoked by uid 500); 27 Sep 2013 12:31:52 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 28467 invoked by uid 500); 27 Sep 2013 12:31:45 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Delivered-To: moderator for user@uima.apache.org Received: (qmail 39664 invoked by uid 99); 27 Sep 2013 09:58:13 -0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of renaud.richardet@epfl.ch designates 128.178.224.219 as permitted sender) X-Virus-Scanned: ClamAV X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=bb7nyc7SrkmX1I0saEmKS33ipmTaxHpDM3ZMaSOX25I=; b=Pel4XoL8ohHxI0T6+b3sr2bkUPlgENn1b8A8eYDqiTSZzdtF9l/ZSi4TYlxVsMo/hc WcaViFzmBOQSaFPoIvHzQcTnmgHRAjsWUmSPNTcqpICJOyO8qemqtwKguCaNZXhJX8dQ zL0OaHERxbtfhH/kQykxvlgp23Oc1/+Fhylonzl+EXlRRExhM+jadROdz2/AGiUPUl0p j2dLr5PwAmQLpuRAHGnJ+zIlHQllKqx+503mRqMB/Y3UHgxIoQzIdr0wrIirLQM8xnzL O7y4oIOBfLgqMv1GN0VRjT4+GAaQJCUi+2ltsIwyGGHSo1EYtOcpog7c/kqJFFT2GJzE B2sQ== MIME-Version: 1.0 X-Received: by 10.204.68.142 with SMTP id v14mr5026479bki.18.1380275863442; Fri, 27 Sep 2013 02:57:43 -0700 (PDT) In-Reply-To: <9800B407-A53F-4BD5-B10E-F00E0B42F2FF@apache.org> References: <9800B407-A53F-4BD5-B10E-F00E0B42F2FF@apache.org> Date: Fri, 27 Sep 2013 11:57:43 +0200 Message-ID: Subject: Re: [ANNOUNCE] Apache uimaFIT 2.0.0 released From: Renaud Richardet To: user@uima.apache.org Content-Type: multipart/alternative; boundary=001a1132e52088b6f904e75a8489 X-Virus-Checked: Checked by ClamAV on apache.org --001a1132e52088b6f904e75a8489 Content-Type: text/plain; charset=ISO-8859-1 Thanks Richard and others for the release of uimaFIT 2! Here are a few shell commands to ease the migration to version 2: https://gist.github.com/renaud/6726388 BTW, what happened to DocumentAnnotation in UIMA 2.4? Best, Renaud On Tue, Sep 3, 2013 at 10:05 PM, Richard Eckart de Castilho wrote: > The Apache UIMA team is pleased to announce the release of > > Apache uimaFIT, version 2.0.0 (initial Apache release) > > 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. > > This is the first Apache release of the project previously known > simply as "uimaFIT". > > The major changes in this release are: > > * Migration to Apache Foundation as part of the Apache UIMA project > * New Maven coordinates > (groupId: org.apache.uima; artifactId: uimafit-core) > * New uimaFIT Maven plugin for automatically generating uimaFIT > meta data in component classes and UIMA descriptors from > uimaFIT-annotated component classes > * New module for backwards compatibility with uimaFIT 1.4.x-based > components > * Consolidated documentation in HTML and PDF format > * Moved CPE support to separate dependency > (groupId: org.apache.uima; artifactId: uimafit-cpe) > * Improved component life-cycle handling > * New support for setting multi-valued parameters with simple single > values (no need to wrap them in a collection or array anymore) > * Improved support for external resources, including support for > multi-valued external resources > > Note on compatibility and migration: > > Apache uimaFIT 2.0.0 is not a drop-in replacement for uimaFIT 1.4.x, > although, it was tried to keep the migration effort minimal. Please > refer to the migration guide for all the details on incompatible > changes between uimaFIT 1.4.0 and Apache uimaFIT 2.0.0: > > http://uima.apache.org/d/uimafit-2.0.0/tools.uimafit.book.html#d5e617 > > Additionally, there have been more bug fixes and minor improvements. > For a full list of the changes, please refer to Jira: > > http://uima.apache.org/d/uimafit-2.0.0/issuesFixed/jira-report.html > > -- Richard Eckart de Castilho, for the Apache UIMA development team > -- Renaud Richardet Blue Brain Project PhD candidate EPFL Station 15 CH-1015 Lausanne phone: +41-78-675-9501 http://people.epfl.ch/renaud.richardet --001a1132e52088b6f904e75a8489--