You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2020/01/15 15:06:41 UTC

[uima-uimaj] branch master-v2 updated (d194ac4 -> 096aa4e)

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

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


    from d194ac4  Merge pull request #23 from apache/bug/UIMA-6168-protect-indexes-v2
     new db95edc  [UIMA-5936] PearSpecifier should be able to store every parametertype that analysisEngines support
     new 7498fb9  Merge branch 'master-v2' into feature/UIMA-5936-PearSpecifier-should-be-able-to-store-every-parametertype-that-analysisEngines-support
     new 24dd9ce  [UIMA-5936] PearSpecifier should be able to store every parametertype that analysisEngines support
     new 1b0e3f9  [UIMA-5936] PearSpecifier should be able to store every parametertype that analysisEngines support
     new 023aeb3  [UIMA-5936] PearSpecifier should be able to store every parametertype that analysisEngines support
     new a76d3b5  [UIMA-5936] PearSpecifier should be able to store every parametertype that analysisEngines support
     new 096aa4e  Merge pull request #10 from matthkoch/trunk

The 4691 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:
 uima-docbook-references/src/docbook/ref.pear.xml   |  25 +-
 .../src/docbook/ref.xml.component_descriptor.xml   |   2 +-
 .../impl/PearAnalysisEngineWrapper.java            |  13 +
 .../org/apache/uima/resource/PearSpecifier.java    |  53 +++-
 .../uima/resource/impl/PearSpecifier_impl.java     |  32 +--
 .../src/main/resources/resourceSpecifierSchema.xsd |   7 +
 .../impl/PearAnalysisEngineWrapperTest.java        | 314 +++++++++++----------
 .../uima/resource/impl/PearSpecifier_implTest.java |  51 ++--
 .../apache/uima/util/impl/XMLParser_implTest.java  |  19 +-
 .../resources/XmlParserTest/TestPearSpecifier.xml  |  58 ++--
 uimaj-parent/pom.xml                               |  10 +
 uimaj-test-util/pom.xml                            |   5 +-
 12 files changed, 362 insertions(+), 227 deletions(-)