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 2019/12/20 17:34:12 UTC

[uima-uimaj] branch master updated (382b096 -> 4002169)

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 382b096  [UIMA-6162] document some CAS serialization are synchronized
     add e3cd982  [UIMA-6162] Concurrent binary serialization produces corrupt output
     add 953d4d8  [UIMA-6162] Concurrent binary serialization produces corrupt output
     new 4002169  Merge pull request #16 from apache/bugfix/UIMA-6162-Concurrent-binary-serialization-produces-corrupt-output

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:
 .../impl/ConcurrentBinarySerializationTest.java    | 127 +++++++++++++++++++++
 1 file changed, 127 insertions(+)
 create mode 100644 uimaj-core/src/test/java/org/apache/uima/cas/impl/ConcurrentBinarySerializationTest.java


[uima-uimaj] 01/01: Merge pull request #16 from apache/bugfix/UIMA-6162-Concurrent-binary-serialization-produces-corrupt-output

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 40021691d30b7c76d6bb8a85f02dcc914f87e560
Merge: 382b096 953d4d8
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Dec 20 18:34:02 2019 +0100

    Merge pull request #16 from apache/bugfix/UIMA-6162-Concurrent-binary-serialization-produces-corrupt-output
    
    [UIMA-6162] Concurrent binary serialization produces corrupt output

 .../impl/ConcurrentBinarySerializationTest.java    | 127 +++++++++++++++++++++
 1 file changed, 127 insertions(+)