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:25 UTC

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

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(-)