You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by lburgazzoli <gi...@git.apache.org> on 2016/04/06 17:33:42 UTC

[GitHub] camel pull request: CAMEL-9587 - camel-restlet - Make it easy to t...

GitHub user lburgazzoli opened a pull request:

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

    CAMEL-9587 - camel-restlet - Make it easy to turn on gson or jackson

    With this PR one can explicit set the converters to use with:
    
    ```
    from("restlet:....?enabledConverters=JacksonConverter,my.company.MyConverter")
    ```
    
    Notes:
    - the converted need to be installed
    - by default all the converter found by the Engine are enabled
    - converters not used are removed from the engine which is a singleton s
    
    To make it easy to add Jackson/Gson extension there are now two more features:
    - camel-restlet-jackson
    - camel-restlet-gson
    
    Hope it cope with the requirements.

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

    $ git pull https://github.com/lburgazzoli/apache-camel CAMEL-9587

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

    https://github.com/apache/camel/pull/933.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 #933
    
----
commit 33f1135f646f9d9dc149a41f5b8ad5faa7656b8c
Author: lburgazzoli <lb...@gmail.com>
Date:   2016-04-06T10:57:03Z

    CAMEL-9587 - camel-restlet - Make it easy to turn on gson or jackson

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] camel pull request: CAMEL-9587 - camel-restlet - Make it easy to t...

Posted by lburgazzoli <gi...@git.apache.org>.
Github user lburgazzoli closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---