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 19:55:09 UTC

[uima-uimaj] branch main updated (9231702 -> 1e7f3ea)

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 9231702  Merge pull request #138 from apache/refactoring/UIMA-6372-Upgrade-from-JUnit-3-to-JUnit-4-to-JUnit-5
     add bdd2d69  [UIMA-6374] Create CAS (de)serialization test suite
     add 846fc1a  Merge branch 'main' into origin/feature/UIMA-6374-Create-CAS-de--serialization-test-suite
     new 1e7f3ea  Merge pull request #139 from apache/origin/feature/UIMA-6374-Create-CAS-de--serialization-test-suite

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:
 .../java/org/apache/uima/cas/serdes/TestType.java  |  8 +++++-
 .../datasuites/MultiFeatureRandomCasDataSuite.java |  2 +-
 .../datasuites/MultiTypeRandomCasDataSuite.java    | 12 ++++++---
 .../cas/serdes/generators/CasConfiguration.java    |  3 ++-
 .../generators/MultiTypeRandomCasGenerator.java    | 31 +++++++++++++++++-----
 .../cas/serdes/scenario/SerDesTestScenario.java    | 11 +++++---
 .../transitions/CasSourceTargetConfiguration.java  | 12 +++++++++
 7 files changed, 63 insertions(+), 16 deletions(-)

[uima-uimaj] 01/01: Merge pull request #139 from apache/origin/feature/UIMA-6374-Create-CAS-de--serialization-test-suite

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 1e7f3ea2f1bc613c7b24c03a9bde9954045ed7f6
Merge: 9231702 846fc1a
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Aug 11 21:55:02 2021 +0200

    Merge pull request #139 from apache/origin/feature/UIMA-6374-Create-CAS-de--serialization-test-suite
    
    [UIMA-6374] Create CAS (de)serialization test suite

 .../java/org/apache/uima/cas/serdes/TestType.java  |  8 +++++-
 .../datasuites/MultiFeatureRandomCasDataSuite.java |  2 +-
 .../datasuites/MultiTypeRandomCasDataSuite.java    | 12 ++++++---
 .../cas/serdes/generators/CasConfiguration.java    |  3 ++-
 .../generators/MultiTypeRandomCasGenerator.java    | 31 +++++++++++++++++-----
 .../cas/serdes/scenario/SerDesTestScenario.java    | 11 +++++---
 .../transitions/CasSourceTargetConfiguration.java  | 12 +++++++++
 7 files changed, 63 insertions(+), 16 deletions(-)