You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2020/01/16 22:34:16 UTC

[uima-uimaj] 01/01: Merge pull request #28 from apache/enhancement/UIMA-6128-xml-1-1

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

schor pushed a commit to branch master-v2
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit a62793de9f7c7dc34189ed0c0c047cb511118c4f
Merge: 4d8f006 ddd62f6
Author: mischor <ms...@schor.com>
AuthorDate: Thu Jan 16 17:34:10 2020 -0500

    Merge pull request #28 from apache/enhancement/UIMA-6128-xml-1-1
    
    [UIMA-6128] add XMI_1_1 and XCAS_1_1 as SerialFormat entries, and

 .../java/org/apache/uima/cas/SerialFormat.java     | 11 ++++
 .../org/apache/uima/cas/impl/XCASSerializer.java   | 27 +++++++++-
 .../org/apache/uima/cas/impl/XmiCasSerializer.java | 59 +++++++++++++++++++++-
 .../main/java/org/apache/uima/util/CasIOUtils.java |  6 ++-
 .../apache/uima/cas/impl/XmiCasSerializerTest.java |  8 ++-
 5 files changed, 105 insertions(+), 6 deletions(-)