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 2020/02/02 17:23:08 UTC

[uima-uimafit] branch master-v2 updated (51babe9 -> ac9faeb)

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

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


    from 51babe9  Merge pull request #76 from apache/UIMA-6184-Move-code-quality-profiles-to-parent-POM
     add 080ad3d  [UIMA-6155] uimaFIT JCasIterable.iterator() destroys ResourceManager
     add 8902a86  Merge branch 'master-v2' into bugfix/UIMA-6155-JCasIterable.iterator-destroys-ResourceManager
     new ac9faeb  Merge pull request #74 from apache/bugfix/UIMA-6155-JCasIterable.iterator-destroys-ResourceManager

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:
 uimafit-core/pom.xml                               |   5 +
 .../uima/fit/internal/ResourceManagerFactory.java  |   6 +
 .../org/apache/uima/fit/pipeline/JCasIterable.java |  61 ++++-----
 .../org/apache/uima/fit/pipeline/JCasIterator.java | 137 +++++++++++++++++----
 .../apache/uima/fit/pipeline/JCasIterableTest.java | 123 ++++++++++++++----
 uimafit-parent/pom.xml                             |   5 +
 6 files changed, 256 insertions(+), 81 deletions(-)


[uima-uimafit] 01/01: Merge pull request #74 from apache/bugfix/UIMA-6155-JCasIterable.iterator-destroys-ResourceManager

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

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

commit ac9faeb6dd2c73f8e8f788556825431b826540ee
Merge: 51babe9 8902a86
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Sun Feb 2 18:22:58 2020 +0100

    Merge pull request #74 from apache/bugfix/UIMA-6155-JCasIterable.iterator-destroys-ResourceManager
    
    [UIMA-6155] uimaFIT JCasIterable.iterator() destroys ResourceManager

 uimafit-core/pom.xml                               |   5 +
 .../uima/fit/internal/ResourceManagerFactory.java  |   6 +
 .../org/apache/uima/fit/pipeline/JCasIterable.java |  61 ++++-----
 .../org/apache/uima/fit/pipeline/JCasIterator.java | 137 +++++++++++++++++----
 .../apache/uima/fit/pipeline/JCasIterableTest.java | 123 ++++++++++++++----
 uimafit-parent/pom.xml                             |   5 +
 6 files changed, 256 insertions(+), 81 deletions(-)