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/06 15:12:49 UTC

[uima-uimaj] branch master updated (f7fca8e -> 2386b33)

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


    from f7fca8e  Merge pull request #59 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 125e137  Merge pull request #58 from apache/UIMA-6267-UIMA-SDK-Eclipse-Plugins-fail-to-build-after-Eclipse-2020-09-release
     add c5c5244  Merge branch 'master-v2' into UIMA-6243-JCas-returns-Annotation-when-asked-for-a-specific-subtype
     add 90865d5  Merge branch 'master' into UIMA-6243-JCas-returns-Annotation-when-asked-for-a-specific-subtype
     add 5017fc7  [UIMA-6243] JCas returns Annotation when asked for a specific subtype
     new 2386b33  Merge pull request #60 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 +
 .../org/apache/uima/cas/impl/FSClassRegistry.java  |  19 +-
 .../org/apache/uima/cas/impl/TypeSystemImpl.java   |  10 +-
 .../apache/uima/cas/test/JCasClassLoaderTest.java  | 565 +++++++++++++++++++++
 4 files changed, 588 insertions(+), 12 deletions(-)
 create mode 100644 uimaj-core/src/test/java/org/apache/uima/cas/test/JCasClassLoaderTest.java


[uima-uimaj] 01/01: Merge pull request #60 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
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 2386b33f77171f8090c7e0ac1ff179ee791d2424
Merge: f7fca8e 5017fc7
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Tue Oct 6 17:12:42 2020 +0200

    Merge pull request #60 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 +
 .../org/apache/uima/cas/impl/FSClassRegistry.java  |  19 +-
 .../org/apache/uima/cas/impl/TypeSystemImpl.java   |  10 +-
 .../apache/uima/cas/test/JCasClassLoaderTest.java  | 565 +++++++++++++++++++++
 4 files changed, 588 insertions(+), 12 deletions(-)