Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 17F51F403 for ; Thu, 28 Mar 2013 17:52:14 +0000 (UTC) Received: (qmail 9550 invoked by uid 500); 28 Mar 2013 17:43:43 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 9176 invoked by uid 500); 28 Mar 2013 17:43:28 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 8909 invoked by uid 99); 28 Mar 2013 17:43:14 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Mar 2013 17:43:14 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 777F8833339; Thu, 28 Mar 2013 17:43:14 +0000 (UTC) From: mcmonster To: dev@camel.apache.org Subject: camel pull request: Added @PreConsumed annotation Content-Type: text/plain Message-Id: <20130328174314.777F8833339@tyr.zones.apache.org> Date: Thu, 28 Mar 2013 17:43:14 +0000 (UTC) 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 Date: 2013-03-28T17:24:54Z Added @PreConsumed annotation ----