Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA62A18087 for ; Mon, 12 Oct 2015 08:07:33 +0000 (UTC) Received: (qmail 91581 invoked by uid 500); 12 Oct 2015 08:07:20 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 91532 invoked by uid 500); 12 Oct 2015 08:07:20 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 91519 invoked by uid 99); 12 Oct 2015 08:07:20 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2015 08:07:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 2DF691A0A1D for ; Mon, 12 Oct 2015 08:07:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.287 X-Spam-Level: ** X-Spam-Status: No, score=2.287 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.008, HTML_MESSAGE=3, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id OJRADQE1QqRD for ; Mon, 12 Oct 2015 08:07:19 +0000 (UTC) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id D32F1204CB for ; Mon, 12 Oct 2015 08:07:18 +0000 (UTC) Received: by wicge5 with SMTP id ge5so139538274wic.0 for ; Mon, 12 Oct 2015 01:07:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=1Jtl4hiD5PnydBLMJeTUx3UzxdFSRJSDSCcxnd7+FAo=; b=j4gYqNiifZ8i+AaJnJH3kopuXDJQUIwIE9zs7usbjX8ew4Wjz5F2sI40h1PaQ5U0x1 6Mg6XERad4N8838Ci0bvp8f/FIbIzKSGpzNtf0OBX22dTDAIcrJj+xwHuRCZViaQ11Ep lAeUlf397B8JMOaVgwOkheoc+0A+fK6IK1SxbJfUpNX7O+gC9qyAv6sPVTpm739hSHgO Rmj8fHhL35pRMlySQtuZAmTXi82Dq0oDxZUs4oie15qyEW5vHIy1BeRpejtedWX6yktY zJIJp2RtKn4zDLnH68kCAlTe8gPVTd49rVp+nTl8u52Q9wOsFoIw73xT1dsC4L52JZrp MAfQ== X-Received: by 10.180.207.235 with SMTP id lz11mr13486933wic.1.1444637237590; Mon, 12 Oct 2015 01:07:17 -0700 (PDT) MIME-Version: 1.0 Sender: henrik.aronsen@gmail.com Received: by 10.27.125.137 with HTTP; Mon, 12 Oct 2015 01:06:58 -0700 (PDT) From: Henrik Brautaset Aronsen Date: Mon, 12 Oct 2015 10:06:58 +0200 X-Google-Sender-Auth: HtPzYKOuawWuxhsbDx3730Unz0c Message-ID: Subject: Missing handle(boolean) in Camel 2.16.0 To: users@camel.apache.org Content-Type: multipart/alternative; boundary=001a11c3f588605db40521e3d15f --001a11c3f588605db40521e3d15f Content-Type: text/plain; charset=UTF-8 This worked in 2.15.x: RoutesDefinition routeDef = someRouteDef(); routeDef.onException(someException) .wireTap(someUri) .newExchange(someProcessor) .end() .handle(true) .bean(someBean); But in 2.16.0 it seems like .handle(..) isn't available anymore. Any suggestions on how to mark this as handled now? Cheers, Henrik --001a11c3f588605db40521e3d15f--