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 2021/04/22 12:20:38 UTC

[uima-uimaj] branch main updated (f03b777 -> 8ae9097)

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

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


    from f03b777  Merge pull request #118 from apache/bugfix/UIMA-6349-japicmp-post-processing-script-fails-with-Java-16
     add fd9e01f  [UIMA-6352] reinit(CASCompleteSerializer) does not properly reset indexes
     add 4139433  [UIMA-6352] reinit(CASCompleteSerializer) does not properly reset indexes
     new 8ae9097  Merge pull request #119 from apache/bugfix/UIMA-6352-CAS-reinit-CASCompleteSerializer-does-not-properly-reset-indexes

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                                 |   4 +-
 .../org/apache/uima/cas/impl/BinaryCasSerDes.java  |  28 +--
 .../java/org/apache/uima/cas/impl/FSIndexTest.java |  29 +--
 .../uima/cas/test/CompleteSerializationTest.java   | 210 +++++++++++----------
 4 files changed, 134 insertions(+), 137 deletions(-)

[uima-uimaj] 01/01: Merge pull request #119 from apache/bugfix/UIMA-6352-CAS-reinit-CASCompleteSerializer-does-not-properly-reset-indexes

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

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

commit 8ae9097027a6abac2e1c824379baebe6207113f0
Merge: f03b777 4139433
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Apr 22 14:20:30 2021 +0200

    Merge pull request #119 from apache/bugfix/UIMA-6352-CAS-reinit-CASCompleteSerializer-does-not-properly-reset-indexes
    
    [UIMA-6352] reinit(CASCompleteSerializer) does not properly reset indexes

 uimaj-core/pom.xml                                 |   4 +-
 .../org/apache/uima/cas/impl/BinaryCasSerDes.java  |  28 +--
 .../java/org/apache/uima/cas/impl/FSIndexTest.java |  29 +--
 .../uima/cas/test/CompleteSerializationTest.java   | 210 +++++++++++----------
 4 files changed, 134 insertions(+), 137 deletions(-)