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 16:21:26 UTC

[uima-uimafit] branch bugfix/UIMA-6155-JCasIterable.iterator-destroys-ResourceManager updated (080ad3d -> 8902a86)

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

rec pushed a change to branch bugfix/UIMA-6155-JCasIterable.iterator-destroys-ResourceManager
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git.


    from 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 b3c76c1  [UIMA-6182] Update findbugs configuration
     add 37323a2  Merge pull request #70 from apache/feature/UIMA-6182-Update-findbugs-configuration
     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

No new revisions were added by this update.

Summary of changes:
 ...marker-file-identifying-api-compatibility-check |   0
 .../uima/fit/factory/AnalysisEngineFactory.java    |  40 ++++
 .../fit/factory/ConfigurationParameterFactory.java |  26 +++
 .../fit/factory/AnalysisEngineFactoryTest.java     |  28 +++
 uimafit-core/src/test/resources/pear/DateTime.pear | Bin 0 -> 23719 bytes
 ...marker-file-identifying-api-compatibility-check |   0
 ...marker-file-identifying-api-compatibility-check |   0
 uimafit-parent/pom.xml                             | 227 ++++-----------------
 ...marker-file-identifying-api-compatibility-check |   0
 9 files changed, 135 insertions(+), 186 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-legacy-support/.activate-enforce-compatibility => uimafit-cpe/marker-file-identifying-api-compatibility-check (100%)
 rename uimafit-cpe/.activate-enforce-compatibility => uimafit-legacy-support/marker-file-identifying-api-compatibility-check (100%)
 rename uimafit-core/.activate-enforce-compatibility => uimafit-spring/marker-file-identifying-api-compatibility-check (100%)