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 2018/07/08 07:36:13 UTC

[uima-uimafit] branch 3.0.x updated (4c81ba1 -> 78f81ce)

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

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


    from 4c81ba1  Merge pull request #5 from apache/feature/3325-fscollectionfactory-createstringarray-returns-stringarrayfs
     add 1aaca34  [UIMA-5808] Destroy auto-created resource managers if feasible
     add cc8a58e  Merge branch '3.0.x' into feature/5808-destroy-auto-created-resource-managers-if-feasible-v3
     new 78f81ce  Merge pull request #11 from apache/feature/5808-destroy-auto-created-resource-managers-if-feasible-v3

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.


Summary of changes:
 .../ConfigurationParameterInitializer.java         | 16 +++++++-
 .../uima/fit/factory/CollectionReaderFactory.java  |  7 ++--
 .../org/apache/uima/fit/pipeline/JCasIterable.java | 11 ++++-
 .../org/apache/uima/fit/pipeline/JCasIterator.java | 37 +++++++++++++++--
 .../apache/uima/fit/pipeline/SimplePipeline.java   | 47 +++++++++++++++++++---
 .../org/apache/uima/fit/util/LifeCycleUtil.java    | 13 ++++++
 6 files changed, 116 insertions(+), 15 deletions(-)


[uima-uimafit] 01/01: Merge pull request #11 from apache/feature/5808-destroy-auto-created-resource-managers-if-feasible-v3

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

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

commit 78f81ce4f8f641260933557d099dcd16c3693e35
Merge: 4c81ba1 cc8a58e
Author: Richard Eckart de Castilho <ri...@gmail.com>
AuthorDate: Sun Jul 8 09:36:11 2018 +0200

    Merge pull request #11 from apache/feature/5808-destroy-auto-created-resource-managers-if-feasible-v3
    
    [UIMA-5808] Destroy auto-created resource managers if feasible

 .../ConfigurationParameterInitializer.java         | 16 +++++++-
 .../uima/fit/factory/CollectionReaderFactory.java  |  7 ++--
 .../org/apache/uima/fit/pipeline/JCasIterable.java | 11 ++++-
 .../org/apache/uima/fit/pipeline/JCasIterator.java | 37 +++++++++++++++--
 .../apache/uima/fit/pipeline/SimplePipeline.java   | 47 +++++++++++++++++++---
 .../org/apache/uima/fit/util/LifeCycleUtil.java    | 13 ++++++
 6 files changed, 116 insertions(+), 15 deletions(-)