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/08/11 18:37:49 UTC

[uima-uimaj] branch origin/feature/UIMA-6374-Create-CAS-de--serialization-test-suite updated (bdd2d69 -> 846fc1a)

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

rec pushed a change to branch origin/feature/UIMA-6374-Create-CAS-de--serialization-test-suite
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


    from bdd2d69  [UIMA-6374] Create CAS (de)serialization test suite
     add 0bff3cc  [UIMA-6372] Upgrade from JUnit 3 to JUnit 4 to JUnit 5
     add 9231702  Merge pull request #138 from apache/refactoring/UIMA-6372-Upgrade-from-JUnit-3-to-JUnit-4-to-JUnit-5
     add 846fc1a  Merge branch 'main' into origin/feature/UIMA-6374-Create-CAS-de--serialization-test-suite

No new revisions were added by this update.

Summary of changes:
 .../uima/cas/impl/BinaryCasSerDesPerformance.java  |  9 ++-
 .../uima/internal/util/MultiThreadUtils.java       | 78 +++---------------
 .../uima/internal/util/MultiThreadUtilsTest.java   | 94 ++++++++++++++++++++++
 3 files changed, 109 insertions(+), 72 deletions(-)
 create mode 100644 uimaj-core/src/test/java/org/apache/uima/internal/util/MultiThreadUtilsTest.java