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 18:53:08 UTC

[uima-uimafit] branch master updated (a8ec6f7 -> 100dd61)

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 a8ec6f7  Merge pull request #73 from apache/sync-master-with-master-v2
     add 080ad3d  [UIMA-6155] uimaFIT JCasIterable.iterator() destroys ResourceManager
     add 159e44d  [UIMA-5807] Support PEARs in AnalysisEngineFactory
     add ca92f8b  Merge branch 'release/2.5.0' into feature/UIMA-5807-Support-PEARs
     add ab68aa8  Merge branch 'master-v2' into feature/UIMA-5807-Support-PEARs
     add 83c52b8  Merge pull request #75 from apache/feature/UIMA-5807-Support-PEARs
     add a1e8c02  [UIMA-6184] Move code quality profiles to parent POM
     add 8bb45db  [UIMA-6184] Move code quality profiles to parent POM
     add 70a4422  [UIMA-6184] Move code quality profiles to parent POM
     add 51babe9  Merge pull request #76 from apache/UIMA-6184-Move-code-quality-profiles-to-parent-POM
     add 8902a86  Merge branch 'master-v2' into bugfix/UIMA-6155-JCasIterable.iterator-destroys-ResourceManager
     add ac9faeb  Merge pull request #74 from apache/bugfix/UIMA-6155-JCasIterable.iterator-destroys-ResourceManager
     add e3bfc80  Merge branch 'master-v2' into sync-v2-into-master
     add 2fdf5bc  [UIMA-5807] Support PEARs in AnalysisEngineFactory
     new 100dd61  Merge pull request #77 from apache/sync-v2-into-master

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:
 ...marker-file-identifying-api-compatibility-check |   0
 uimafit-core/pom.xml                               |   6 +
 .../uima/fit/factory/AnalysisEngineFactory.java    |  40 +++++
 .../fit/factory/ConfigurationParameterFactory.java |  26 +++
 .../uima/fit/internal/ResourceManagerFactory.java  |   6 +
 .../org/apache/uima/fit/pipeline/JCasIterable.java |  61 +++----
 .../org/apache/uima/fit/pipeline/JCasIterator.java | 137 ++++++++++++---
 .../fit/factory/AnalysisEngineFactoryTest.java     |  28 ++++
 .../apache/uima/fit/pipeline/JCasIterableTest.java | 121 +++++++++++---
 uimafit-core/src/test/resources/pear/DateTime.pear | Bin 0 -> 23719 bytes
 ...arker-file-identifying-api-compatibility-check} |   0
 uimafit-parent/pom.xml                             | 184 ++-------------------
 ...marker-file-identifying-api-compatibility-check |   0
 13 files changed, 354 insertions(+), 255 deletions(-)
 rename uimafit-spring/.activate-enforce-compatibility => uimafit-core/marker-file-identifying-api-compatibility-check (100%)
 create mode 100644 uimafit-core/src/test/resources/pear/DateTime.pear
 rename uimafit-cpe/{.activate-enforce-compatibility => marker-file-identifying-api-compatibility-check} (100%)
 rename uimafit-core/.activate-enforce-compatibility => uimafit-spring/marker-file-identifying-api-compatibility-check (100%)


[uima-uimafit] 01/01: Merge pull request #77 from apache/sync-v2-into-master

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 100dd6178a7a24812f712bd00f41ca3600611b63
Merge: a8ec6f7 2fdf5bc
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Sun Feb 2 19:52:56 2020 +0100

    Merge pull request #77 from apache/sync-v2-into-master
    
    Sync v2 into master

 ...marker-file-identifying-api-compatibility-check |   0
 uimafit-core/pom.xml                               |   6 +
 .../uima/fit/factory/AnalysisEngineFactory.java    |  40 +++++
 .../fit/factory/ConfigurationParameterFactory.java |  26 +++
 .../uima/fit/internal/ResourceManagerFactory.java  |   6 +
 .../org/apache/uima/fit/pipeline/JCasIterable.java |  61 +++----
 .../org/apache/uima/fit/pipeline/JCasIterator.java | 137 ++++++++++++---
 .../fit/factory/AnalysisEngineFactoryTest.java     |  28 ++++
 .../apache/uima/fit/pipeline/JCasIterableTest.java | 121 +++++++++++---
 uimafit-core/src/test/resources/pear/DateTime.pear | Bin 0 -> 23719 bytes
 ...arker-file-identifying-api-compatibility-check} |   0
 uimafit-parent/pom.xml                             | 184 ++-------------------
 ...marker-file-identifying-api-compatibility-check |   0
 13 files changed, 354 insertions(+), 255 deletions(-)