You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/04 11:05:27 UTC

[jira] [Commented] (CAMEL-9189) Jackson XML Mapper Data format

    [ https://issues.apache.org/jira/browse/CAMEL-9189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14942604#comment-14942604 ] 

ASF GitHub Bot commented on CAMEL-9189:
---------------------------------------

GitHub user atoulme opened a pull request:

    https://github.com/apache/camel/pull/631

    CAMEL-9189: Jackson XML Mapper Data format

    See https://issues.apache.org/jira/browse/CAMEL-9189

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/atoulme/camel CAMEL-9189

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/631.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #631
    
----
commit c9ca006dcdbe45fb67c565c4dfae46e420e8147e
Author: Antoine Toulme <an...@lunar-ocean.com>
Date:   2015-10-04T09:03:51Z

    CAMEL-9189: Jackson XML Mapper Data format

----


> Jackson XML Mapper Data format
> ------------------------------
>
>                 Key: CAMEL-9189
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9189
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-jackson
>    Affects Versions: 2.16.0
>            Reporter: Antoine Toulme
>            Priority: Minor
>             Fix For: 2.16.0
>
>
> This is a contribution of a new component that represents a XML data format backed by Jackson. Jackson offers XML databind capabilities.
> See here the project for background: https://github.com/FasterXML/jackson-dataformat-xml
> The motivation to bring in yet another XML data format is that this format is very easy to work with in ad hoc scenarios, with no schema or POJO in place. I also can profess that Woodstox and Jackson are of very high quality and very well maintained, and thus my tools of choice. Bringing them to Camel is a joy.
> Dependencies:
> jackson-dataformat-xml: ASL 2.0 licensed (see here: https://github.com/FasterXML/jackson-dataformat-xml/wiki)
> woodstox: ASL 2.0 licensed
> Patch: will be provided as a pull request on github. Will update the bug with a comment.
> All dependencies are available as OSGi bundles.
> Wiki page is still TODO.



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