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-io-jsoncas.git

commit 112e561156b9468d19e425fb234f709c8106f42f
Merge: 3baaa83 203451f
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Tue Jan 31 16:40:34 2023 +0100

    Merge pull request #15 from 
apache/feature/13-Implement-TypeSystemMode.MINIMAL
    
    Issue #13: Implement TypeSystemMode.MINIMAL

 .../json/jsoncas2/model/FeatureStructures.java     |  30 +++++-
 .../uima/json/jsoncas2/ser/CasSerializer.java      |  14 +--
 .../uima/json/jsoncas2/ser/TypeSerializer.java     |  16 ++-
 .../json/jsoncas2/ser/TypeSystemSerializer.java    |  74 ++++++++++++-
 .../uima/json/jsoncas2/ser/CasSerializerTest.java  | 119 +++++++++++++++++++++
 .../json/jsoncas2/ser/FeatureDeSerializerTest.java |   5 -
 .../json/jsoncas2/ser/TypeDeSerializerTest.java    |   5 -
 .../CasSerializerTest/fullTypeSystem.json          |  50 +++++++++
 .../CasSerializerTest/minimalTypeSystem.json       |  46 ++++++++
 .../resources/CasSerializerTest/noTypeSystem.json  |  20 ++++
 10 files changed, 345 insertions(+), 34 deletions(-)

Reply via email to