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

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

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

Antoine Toulme updated CAMEL-9189:
----------------------------------
    External issue URL: https://github.com/apache/camel/pull/631
     External issue ID: 631
           Description: 
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:
https://github.com/apache/camel/pull/631

All dependencies are available as OSGi bundles.

Wiki page is still TODO.



  was:
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.




> 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:
> https://github.com/apache/camel/pull/631
> All dependencies are available as OSGi bundles.
> Wiki page is still TODO.



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