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/12 16:27:14 UTC

[uima-uimaj] branch UIMA-3484-Fix-JavaDoc updated (b85d9a1 -> b36ee0d)

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

rec pushed a change to branch UIMA-3484-Fix-JavaDoc
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


    from b85d9a1  Merge branch 'master-v2' into UIMA-3484-Fix-JavaDoc
     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 f6d9354  [UIMA-6267] UIMA SDK Eclipse Plugins fail to build after Eclipse 2020-09 release
     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 05e83e8  Merge pull request #46 from apache/UIMA-6243-JCas-returns-Annotation-when-asked-for-a-specific-subtype
     add b36ee0d  Merge branch 'master-v2' into UIMA-3484-Fix-JavaDoc

No new revisions were added by this update.

Summary of changes:
 .../src/docbook/eclipse_setup.xml                  |   4 +-
 .../src/docbook/faqs.xml                           |   2 +-
 uimaj-core/pom.xml                                 |   6 +
 .../java/org/apache/uima/jcas/impl/JCasImpl.java   |  37 +-
 .../apache/uima/cas/test/JCasClassLoaderTest.java  | 571 +++++++++++++++++++++
 5 files changed, 611 insertions(+), 9 deletions(-)
 create mode 100644 uimaj-core/src/test/java/org/apache/uima/cas/test/JCasClassLoaderTest.java