You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/05/17 08:13:16 UTC

[jira] [Commented] (CAMEL-6369) GsonDataFormat doesn't use given Gson instance anymore

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

Claus Ibsen commented on CAMEL-6369:
------------------------------------

Thanks for reporting. 

Would you work on a patch to fix this?
                
> GsonDataFormat doesn't use given Gson instance anymore
> ------------------------------------------------------
>
>                 Key: CAMEL-6369
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6369
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-gson
>    Affects Versions: 2.11.0
>            Reporter: Dietmar Schinnerl
>            Priority: Minor
>
> Before 2.11.0 it was possible to configure GsonDataFormat to use an externally created and configured Gson instance. (Which was especially necessary since it was not possible to configure via GsonDataFormat.) But in 2.11.0 GsonDataFormat implements ServiceSupport which breaks this. Because doStart _always_ creates a new Gson instance although one has been given by a constructor call.
> Probably a 
> {code}
> if (this.gson == null) {
>   // ... old doStart body ...
> }
> {code}
> could do in doStart method.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira