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/10/01 16:12:49 UTC

[uima-uimaj] branch master-v2 updated (125e137 -> 05e83e8)

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-uimaj.git.


    from 125e137  Merge pull request #58 from apache/UIMA-6267-UIMA-SDK-Eclipse-Plugins-fail-to-build-after-Eclipse-2020-09-release
     add 9a9e349  [UIMA-6243] JCas returns Annotation when asked for a specific subtype
     add d8a9165  [UIMA-6243] work on fixes
     add 628e171  [UIMA-6243] JCas returns Annotation when asked for a specific subtype
     add 8a9ec31  [UIMA-6243] JCas returns Annotation when asked for a specific subtype
     add f0e99e6  [UIMA-6243] JCas returns Annotation when asked for a specific subtype
     add 93289a1  merge updated branch of test, add scope of test to dependency
     add 2238557  Merge branch 'master-v2' into UIMA-6243-JCas-returns-Annotation-when-asked-for-a-specific-subtype
     add c2d4f01  [UIMA-6243] JCas returns Annotation when asked for a specific subtype
     add 5c4e791  Merge branch 'master-v2' into UIMA-6243-JCas-returns-Annotation-when-asked-for-a-specific-subtype
     add c5c5244  Merge branch 'master-v2' into UIMA-6243-JCas-returns-Annotation-when-asked-for-a-specific-subtype
     new 05e83e8  Merge pull request #46 from apache/UIMA-6243-JCas-returns-Annotation-when-asked-for-a-specific-subtype

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:
 uimaj-core/pom.xml                                 |   6 +
 .../java/org/apache/uima/jcas/impl/JCasImpl.java   |  37 +-
 .../apache/uima/cas/test/JCasClassLoaderTest.java  | 571 +++++++++++++++++++++
 3 files changed, 608 insertions(+), 6 deletions(-)
 create mode 100644 uimaj-core/src/test/java/org/apache/uima/cas/test/JCasClassLoaderTest.java


[uima-uimaj] 01/01: Merge pull request #46 from apache/UIMA-6243-JCas-returns-Annotation-when-asked-for-a-specific-subtype

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-uimaj.git

commit 05e83e8800342a9831f93d4e8b36c1282d16696f
Merge: 125e137 c5c5244
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Oct 1 18:12:37 2020 +0200

    Merge pull request #46 from apache/UIMA-6243-JCas-returns-Annotation-when-asked-for-a-specific-subtype
    
    [UIMA-6243] JCas returns Annotation when asked for a specific subtype

 uimaj-core/pom.xml                                 |   6 +
 .../java/org/apache/uima/jcas/impl/JCasImpl.java   |  37 +-
 .../apache/uima/cas/test/JCasClassLoaderTest.java  | 571 +++++++++++++++++++++
 3 files changed, 608 insertions(+), 6 deletions(-)