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:23:18 UTC

[uima-uimaj] branch main updated (9a78344 -> 9231702)

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 9a78344  Merge pull request #136 from apache/feature/UIMA-6374-Create-CAS-de--serialization-test-suite
     add 0bff3cc  [UIMA-6372] Upgrade from JUnit 3 to JUnit 4 to JUnit 5
     new 9231702  Merge pull request #138 from apache/refactoring/UIMA-6372-Upgrade-from-JUnit-3-to-JUnit-4-to-JUnit-5

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:
 .../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

[uima-uimaj] 01/01: Merge pull request #138 from apache/refactoring/UIMA-6372-Upgrade-from-JUnit-3-to-JUnit-4-to-JUnit-5

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 92317021fde280b4ded05d061606e932af5636c0
Merge: 9a78344 0bff3cc
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Aug 11 20:23:11 2021 +0200

    Merge pull request #138 from apache/refactoring/UIMA-6372-Upgrade-from-JUnit-3-to-JUnit-4-to-JUnit-5
    
    [UIMA-6372] Upgrade from JUnit 3 to JUnit 4 to JUnit 5

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