You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by mcmonster <gi...@git.apache.org> on 2013/03/28 18:43:14 UTC

camel pull request: Added @PreConsumed annotation

GitHub user mcmonster opened a pull request:

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

    Added @PreConsumed annotation

    Added @PreConsumed annotation to camel-jpa. Allows the state change caused by the record being consumed to be available further down the route.

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

    $ git pull https://github.com/mcmonster/camel trunk

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

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

----
commit 8b6b67572e118b6520274d056c73df95c1149be0
Author: R. Matt McCann <moxx@beast.(none)>
Date:   2013-03-28T17:24:54Z

    Added @PreConsumed annotation

----