You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by David Karlsen <da...@gmail.com> on 2013/03/04 10:51:06 UTC

Re: jackson2

On it - will come up with a github branch shortly.

2013/2/22 Willem jiang <wi...@gmail.com>:
> Current I don't think camel support it out of box. But any contributions are welcomed :)
>
>
> --
> Willem Jiang
>
> Red Hat, Inc.
> FuseSource is now part of Red Hat
> Web: http://www.fusesource.com | http://www.redhat.com
> Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English)
>           http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
> Twitter: willemjiang
> Weibo: 姜宁willem
>
>
>
>
>
> On Friday, February 22, 2013 at 1:04 PM, mmoores wrote:
>
>> I see camel module POMs with jackson2 but i don't see any any public support
>> for the newer com.fasterxml based marshalling. Anyone working on this?
>>
>>
>>
>> --
>> View this message in context: http://camel.465427.n5.nabble.com/jackson2-tp5727987.html
>> Sent from the Camel - Users mailing list archive at Nabble.com (http://Nabble.com).
>
>
>



-- 
--
David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen

Re: jackson2

Posted by David Karlsen <da...@gmail.com>.
There is a change in packagenames and GAV for jackson2 vs jackson1 -
else it's pretty much the same in the cases I've been using it.

2013/3/4 Claus Ibsen <cl...@gmail.com>:
> On Mon, Mar 4, 2013 at 10:51 AM, David Karlsen <da...@gmail.com> wrote:
>> On it - will come up with a github branch shortly.
>>
>
> Yeah we can migrate to jackson2 in Camel 2.12 / 3.0.
>
> Or maybe even in Camel 2.11 if there is good reasons for doing so.
> And if there is very little migration issues for end users. Or can end
> users easily go from jackson 1.9 to 2.0 ?
>
>
>> 2013/2/22 Willem jiang <wi...@gmail.com>:
>>> Current I don't think camel support it out of box. But any contributions are welcomed :)
>>>
>>>
>>> --
>>> Willem Jiang
>>>
>>> Red Hat, Inc.
>>> FuseSource is now part of Red Hat
>>> Web: http://www.fusesource.com | http://www.redhat.com
>>> Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English)
>>>           http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
>>> Twitter: willemjiang
>>> Weibo: 姜宁willem
>>>
>>>
>>>
>>>
>>>
>>> On Friday, February 22, 2013 at 1:04 PM, mmoores wrote:
>>>
>>>> I see camel module POMs with jackson2 but i don't see any any public support
>>>> for the newer com.fasterxml based marshalling. Anyone working on this?
>>>>
>>>>
>>>>
>>>> --
>>>> View this message in context: http://camel.465427.n5.nabble.com/jackson2-tp5727987.html
>>>> Sent from the Camel - Users mailing list archive at Nabble.com (http://Nabble.com).
>>>
>>>
>>>
>>
>>
>>
>> --
>> --
>> David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen
>
>
>
> --
> Claus Ibsen
> -----------------
> Red Hat, Inc.
> FuseSource is now part of Red Hat
> Email: cibsen@redhat.com
> Web: http://fusesource.com
> Twitter: davsclaus
> Blog: http://davsclaus.com
> Author of Camel in Action: http://www.manning.com/ibsen



-- 
--
David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen

Re: jackson2

Posted by Claus Ibsen <cl...@gmail.com>.
On Mon, Mar 4, 2013 at 10:51 AM, David Karlsen <da...@gmail.com> wrote:
> On it - will come up with a github branch shortly.
>

Yeah we can migrate to jackson2 in Camel 2.12 / 3.0.

Or maybe even in Camel 2.11 if there is good reasons for doing so.
And if there is very little migration issues for end users. Or can end
users easily go from jackson 1.9 to 2.0 ?


> 2013/2/22 Willem jiang <wi...@gmail.com>:
>> Current I don't think camel support it out of box. But any contributions are welcomed :)
>>
>>
>> --
>> Willem Jiang
>>
>> Red Hat, Inc.
>> FuseSource is now part of Red Hat
>> Web: http://www.fusesource.com | http://www.redhat.com
>> Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English)
>>           http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
>> Twitter: willemjiang
>> Weibo: 姜宁willem
>>
>>
>>
>>
>>
>> On Friday, February 22, 2013 at 1:04 PM, mmoores wrote:
>>
>>> I see camel module POMs with jackson2 but i don't see any any public support
>>> for the newer com.fasterxml based marshalling. Anyone working on this?
>>>
>>>
>>>
>>> --
>>> View this message in context: http://camel.465427.n5.nabble.com/jackson2-tp5727987.html
>>> Sent from the Camel - Users mailing list archive at Nabble.com (http://Nabble.com).
>>
>>
>>
>
>
>
> --
> --
> David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cibsen@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Re: jackson2

Posted by David Karlsen <da...@gmail.com>.
Did a pull request:
https://github.com/apache/camel/pull/13

2013/3/4 Claus Ibsen <cl...@gmail.com>:
> Hi David
>
> Can you attach either a patch file on the JIRA so its easy to patch
> with the general patch command.
> Or do a github pull request or something.
>
>
>
> On Mon, Mar 4, 2013 at 11:15 AM, David Karlsen <da...@gmail.com> wrote:
>> https://github.com/davidkarlsen/camel/tree/jackson2
>> https://github.com/davidkarlsen/camel/commit/f7d8576409bd3dfa511e029508f65ca1c007d2db
>>
>>
>> 2013/3/4 David Karlsen <da...@gmail.com>:
>>> On it - will come up with a github branch shortly.
>>>
>>> 2013/2/22 Willem jiang <wi...@gmail.com>:
>>>> Current I don't think camel support it out of box. But any contributions are welcomed :)
>>>>
>>>>
>>>> --
>>>> Willem Jiang
>>>>
>>>> Red Hat, Inc.
>>>> FuseSource is now part of Red Hat
>>>> Web: http://www.fusesource.com | http://www.redhat.com
>>>> Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English)
>>>>           http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
>>>> Twitter: willemjiang
>>>> Weibo: 姜宁willem
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> On Friday, February 22, 2013 at 1:04 PM, mmoores wrote:
>>>>
>>>>> I see camel module POMs with jackson2 but i don't see any any public support
>>>>> for the newer com.fasterxml based marshalling. Anyone working on this?
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> View this message in context: http://camel.465427.n5.nabble.com/jackson2-tp5727987.html
>>>>> Sent from the Camel - Users mailing list archive at Nabble.com (http://Nabble.com).
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> --
>>> David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen
>>
>>
>>
>> --
>> --
>> David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen
>
>
>
> --
> Claus Ibsen
> -----------------
> Red Hat, Inc.
> FuseSource is now part of Red Hat
> Email: cibsen@redhat.com
> Web: http://fusesource.com
> Twitter: davsclaus
> Blog: http://davsclaus.com
> Author of Camel in Action: http://www.manning.com/ibsen



-- 
--
David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen

Re: jackson2

Posted by Claus Ibsen <cl...@gmail.com>.
Hi David

Can you attach either a patch file on the JIRA so its easy to patch
with the general patch command.
Or do a github pull request or something.



On Mon, Mar 4, 2013 at 11:15 AM, David Karlsen <da...@gmail.com> wrote:
> https://github.com/davidkarlsen/camel/tree/jackson2
> https://github.com/davidkarlsen/camel/commit/f7d8576409bd3dfa511e029508f65ca1c007d2db
>
>
> 2013/3/4 David Karlsen <da...@gmail.com>:
>> On it - will come up with a github branch shortly.
>>
>> 2013/2/22 Willem jiang <wi...@gmail.com>:
>>> Current I don't think camel support it out of box. But any contributions are welcomed :)
>>>
>>>
>>> --
>>> Willem Jiang
>>>
>>> Red Hat, Inc.
>>> FuseSource is now part of Red Hat
>>> Web: http://www.fusesource.com | http://www.redhat.com
>>> Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English)
>>>           http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
>>> Twitter: willemjiang
>>> Weibo: 姜宁willem
>>>
>>>
>>>
>>>
>>>
>>> On Friday, February 22, 2013 at 1:04 PM, mmoores wrote:
>>>
>>>> I see camel module POMs with jackson2 but i don't see any any public support
>>>> for the newer com.fasterxml based marshalling. Anyone working on this?
>>>>
>>>>
>>>>
>>>> --
>>>> View this message in context: http://camel.465427.n5.nabble.com/jackson2-tp5727987.html
>>>> Sent from the Camel - Users mailing list archive at Nabble.com (http://Nabble.com).
>>>
>>>
>>>
>>
>>
>>
>> --
>> --
>> David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen
>
>
>
> --
> --
> David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cibsen@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Re: jackson2

Posted by David Karlsen <da...@gmail.com>.
https://github.com/davidkarlsen/camel/tree/jackson2
https://github.com/davidkarlsen/camel/commit/f7d8576409bd3dfa511e029508f65ca1c007d2db


2013/3/4 David Karlsen <da...@gmail.com>:
> On it - will come up with a github branch shortly.
>
> 2013/2/22 Willem jiang <wi...@gmail.com>:
>> Current I don't think camel support it out of box. But any contributions are welcomed :)
>>
>>
>> --
>> Willem Jiang
>>
>> Red Hat, Inc.
>> FuseSource is now part of Red Hat
>> Web: http://www.fusesource.com | http://www.redhat.com
>> Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English)
>>           http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
>> Twitter: willemjiang
>> Weibo: 姜宁willem
>>
>>
>>
>>
>>
>> On Friday, February 22, 2013 at 1:04 PM, mmoores wrote:
>>
>>> I see camel module POMs with jackson2 but i don't see any any public support
>>> for the newer com.fasterxml based marshalling. Anyone working on this?
>>>
>>>
>>>
>>> --
>>> View this message in context: http://camel.465427.n5.nabble.com/jackson2-tp5727987.html
>>> Sent from the Camel - Users mailing list archive at Nabble.com (http://Nabble.com).
>>
>>
>>
>
>
>
> --
> --
> David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen



-- 
--
David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen