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/21 08:53:46 UTC

[uima-uimaj] branch master updated (f059176 -> 308dad4)

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 f059176  Merge pull request #66 from mjunsilo/UIMA-6273-isBeforeV3-variable-not-reset-in-BinaryCasSerDes
     add aa003d9  [UIMA-6274] Setting feature on builtin JCas cover class that was loaded before initializing TypeSystemImpl fails
     add aa4c0cf  [UIMA-6274] Setting feature on builtin JCas cover class that was loaded before initializing TypeSystemImpl fails
     add dc80b4b  Merge branch 'master' into bugfix/UIMA-6274-Setting-feature-on-builtin-JCas-cover-class-that-was-loaded-before-initializing-TypeSystemImpl-fails
     new 308dad4  Merge pull request #67 from apache/bugfix/UIMA-6274-Setting-feature-on-builtin-JCas-cover-class-that-was-loaded-before-initializing-TypeSystemImpl-fails

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:
 .../org/apache/uima/cas/impl/FSClassRegistry.java  |  4 +-
 .../org/apache/uima/cas/impl/TypeSystemImpl.java   | 45 ++++++++++++++++++++
 .../org/apache/uima/jcas/cas/AnnotationBase.java   |  2 +-
 .../java/org/apache/uima/jcas/cas/FSArrayList.java |  2 +-
 .../java/org/apache/uima/jcas/cas/FSHashSet.java   |  2 +-
 .../main/java/org/apache/uima/jcas/cas/Int2FS.java |  4 +-
 .../org/apache/uima/jcas/cas/IntegerArrayList.java |  2 +-
 .../org/apache/uima/jcas/cas/NonEmptyFSList.java   |  4 +-
 .../apache/uima/jcas/cas/NonEmptyFloatList.java    |  4 +-
 .../apache/uima/jcas/cas/NonEmptyIntegerList.java  |  4 +-
 .../apache/uima/jcas/cas/NonEmptyStringList.java   |  4 +-
 .../main/java/org/apache/uima/jcas/cas/Sofa.java   | 12 +++---
 .../uima/jcas/impl/JCasCoverClassLoadingTest.java  | 48 ++++++++++++++++++++++
 13 files changed, 115 insertions(+), 22 deletions(-)
 create mode 100644 uimaj-core/src/test/java/org/apache/uima/jcas/impl/JCasCoverClassLoadingTest.java


[uima-uimaj] 01/01: Merge pull request #67 from apache/bugfix/UIMA-6274-Setting-feature-on-builtin-JCas-cover-class-that-was-loaded-before-initializing-TypeSystemImpl-fails

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 308dad4e45340bcfa4619fbf840b8c74d3134c5e
Merge: f059176 dc80b4b
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Oct 21 10:53:34 2020 +0200

    Merge pull request #67 from apache/bugfix/UIMA-6274-Setting-feature-on-builtin-JCas-cover-class-that-was-loaded-before-initializing-TypeSystemImpl-fails
    
    [UIMA-6274] Setting feature on builtin JCas cover class that was loaded before initializing TypeSystemImpl fails

 .../org/apache/uima/cas/impl/FSClassRegistry.java  |  4 +-
 .../org/apache/uima/cas/impl/TypeSystemImpl.java   | 45 ++++++++++++++++++++
 .../org/apache/uima/jcas/cas/AnnotationBase.java   |  2 +-
 .../java/org/apache/uima/jcas/cas/FSArrayList.java |  2 +-
 .../java/org/apache/uima/jcas/cas/FSHashSet.java   |  2 +-
 .../main/java/org/apache/uima/jcas/cas/Int2FS.java |  4 +-
 .../org/apache/uima/jcas/cas/IntegerArrayList.java |  2 +-
 .../org/apache/uima/jcas/cas/NonEmptyFSList.java   |  4 +-
 .../apache/uima/jcas/cas/NonEmptyFloatList.java    |  4 +-
 .../apache/uima/jcas/cas/NonEmptyIntegerList.java  |  4 +-
 .../apache/uima/jcas/cas/NonEmptyStringList.java   |  4 +-
 .../main/java/org/apache/uima/jcas/cas/Sofa.java   | 12 +++---
 .../uima/jcas/impl/JCasCoverClassLoadingTest.java  | 48 ++++++++++++++++++++++
 13 files changed, 115 insertions(+), 22 deletions(-)