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/03/12 13:05:24 UTC

[uima-uimaj] branch master updated (aa11dfa -> 332769e)

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

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


    from aa11dfa  Merge pull request #35 from apache/UIMA-6187-v3
     add ab9731b  [UIMA-6199] Unindexed document annotation added back to index during deserialization
     add bc9f9dd  [UIMA-6199] Unindexed document annotation added back to index during deserialization
     add 3120d94  UIMA-6199 2 part fix for edge case of non-indexed doc_annot
     add 5e7a391  make forAllViews public so it can be accessed from another internl pkg
     add 549ac4d  UIMA-6199 add comments describing meaning of length
     add 9c2f4ff  UIMA-6199 add comment
     new 332769e  Merge pull request #36 from apache/UIMA-6199-Unindexed-document-annotation-added-back-to-index-during-deserialization

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/BinaryCasSerDes.java  | 26 ++++++-
 .../java/org/apache/uima/cas/impl/CASImpl.java     | 19 ++++-
 .../uima/cas/test/SerializationReinitTest.java     | 24 +++++++
 .../uima/util/CasIOUtilsAlwaysHoldOnTest.java      | 80 ++++++++++++++++++++++
 .../java/org/apache/uima/util/CasIOUtilsTest.java  | 54 ++++++++++++++-
 5 files changed, 197 insertions(+), 6 deletions(-)
 create mode 100644 uimaj-core/src/test/java/org/apache/uima/util/CasIOUtilsAlwaysHoldOnTest.java


[uima-uimaj] 01/01: Merge pull request #36 from apache/UIMA-6199-Unindexed-document-annotation-added-back-to-index-during-deserialization

Posted by sc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 332769e30e5126dd06bc15908d84756791925109
Merge: aa11dfa 9c2f4ff
Author: mischor <ms...@schor.com>
AuthorDate: Thu Mar 12 09:05:17 2020 -0400

    Merge pull request #36 from apache/UIMA-6199-Unindexed-document-annotation-added-back-to-index-during-deserialization
    
    [UIMA-6199] Unindexed document annotation added back to index during deserialization

 .../org/apache/uima/cas/impl/BinaryCasSerDes.java  | 26 ++++++-
 .../java/org/apache/uima/cas/impl/CASImpl.java     | 19 ++++-
 .../uima/cas/test/SerializationReinitTest.java     | 24 +++++++
 .../uima/util/CasIOUtilsAlwaysHoldOnTest.java      | 80 ++++++++++++++++++++++
 .../java/org/apache/uima/util/CasIOUtilsTest.java  | 54 ++++++++++++++-
 5 files changed, 197 insertions(+), 6 deletions(-)