You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by gzurowski <gi...@git.apache.org> on 2013/12/24 06:32:41 UTC

camel pull request: CAMEL-7067: Use message headers instead of exchange pro...

GitHub user gzurowski opened a pull request:

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

    CAMEL-7067: Use message headers instead of exchange properties.

    Refactor jcr-component to use message headers instead of exchange properties as data source for properties in target JCR nodes, see: https://issues.apache.org/jira/browse/CAMEL-7067.

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

    $ git pull https://github.com/gzurowski/camel CAMEL-7067

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

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

----
commit 431daf45dd929b48c41cf7662e9971dac60dfa92
Author: Gregor Zurowski <gr...@zurowski.org>
Date:   2013-12-24T05:25:30Z

    CAMEL-7067: Use message headers instead of exchange properties.
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>

----