You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2014/09/26 20:08:34 UTC

[jira] [Resolved] (UIMA-4020) extract JSON support from core sdk into addon, to avoid dependence on Jackson Jar

     [ https://issues.apache.org/jira/browse/UIMA-4020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor resolved UIMA-4020.
----------------------------------
    Resolution: Fixed

The MetadataObject_impl code was refactored into a core part and multiple, pluggable serializer parts, one of which is a new (optional) JSON serializer.  The other two are the normal xml serializer which is enhanced to preserve comments and whitespace where possible, and a plain serializer which doesn't support this (used when users supply their own SAX ContentHandler implementations).

> extract JSON support from core sdk into addon, to avoid dependence on Jackson Jar
> ---------------------------------------------------------------------------------
>
>                 Key: UIMA-4020
>                 URL: https://issues.apache.org/jira/browse/UIMA-4020
>             Project: UIMA
>          Issue Type: Task
>          Components: Core Java Framework
>    Affects Versions: 2.6.0SDK
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Minor
>             Fix For: 2.6.1SDK
>
>
> The current embedded JSON support makes the core UIMA SDK have a dependency in the Jackson core jar.  Move the JSON support to a separate project, and restructure things so there's no dependency in the core on JSON things.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)