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:35:58 UTC

[uima-uimafit] branch master updated (361bd69 -> 8ccb16e)

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

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


    from 361bd69  Merge pull request #8 from apache/feature/5805-do-not-set-extension-classloader-if-not-required
     add 0271ebf  [UIMA-5808] Destroy auto-created resource managers if feasible
     new 8ccb16e  Merge pull request #10 from apache/feature/5808-destroy-auto-created-resource-managers-if-feasible-v2

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 #10 from apache/feature/5808-destroy-auto-created-resource-managers-if-feasible-v2

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

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

commit 8ccb16e57e917279640d560d21c23d2e506de92d
Merge: 361bd69 0271ebf
Author: Richard Eckart de Castilho <ri...@gmail.com>
AuthorDate: Sun Jul 8 09:35:55 2018 +0200

    Merge pull request #10 from apache/feature/5808-destroy-auto-created-resource-managers-if-feasible-v2
    
    [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(-)