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 4233010AE3 for ; Fri, 2 Aug 2013 09:54:44 +0000 (UTC) Received: (qmail 57762 invoked by uid 500); 2 Aug 2013 09:54:41 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 57740 invoked by uid 500); 2 Aug 2013 09:54:40 -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 57732 invoked by uid 99); 2 Aug 2013 09:54:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Aug 2013 09:54:40 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of clevers594@gmail.com designates 74.125.82.68 as permitted sender) Received: from [74.125.82.68] (HELO mail-wg0-f68.google.com) (74.125.82.68) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Aug 2013 09:54:34 +0000 Received: by mail-wg0-f68.google.com with SMTP id n11so174875wgh.3 for ; Fri, 02 Aug 2013 02:54:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=FpOETVwe95YGbSPnbTG60SlUcVLmqyWc2rv9nLSkSgQ=; b=SCmhlY4AOznfYicvMrRMd32QkRxBPhuRmgruyjljztzVO7BEncgfJYV5NO1GjiiSLJ CJAkjToptAOWXdGYGTpgyenszVUXU+O6VaF1lLCWZdW+XHAfGFD/3Aa5UW+hE7avIKbe JtEZ60at8piPKaJrFNxqhYHp1srzXaWQnfSFSjKoi8IFDgsueHzl6kgHcS/Gf6BwNj0m r0KGtsAWPPZDlhx91uXfue+45+ej04KojQflgsFMAO/7k2pD98NW3H61ScJo5SiFBugN sG/G6lHAS8ININie8KiNVpW9uRauzNl5AEpJHzo7Y01xpHlRdtLEQx7jLKg4JUcHm5xD AMaQ== MIME-Version: 1.0 X-Received: by 10.181.13.110 with SMTP id ex14mr701052wid.2.1375437254709; Fri, 02 Aug 2013 02:54:14 -0700 (PDT) Received: by 10.194.95.228 with HTTP; Fri, 2 Aug 2013 02:54:14 -0700 (PDT) In-Reply-To: References: Date: Fri, 2 Aug 2013 17:54:14 +0800 Message-ID: Subject: Re: Compatibility problem from camel 2.10.* (or may be older) to 2.11.* From: liugang594 Liu To: users Content-Type: multipart/alternative; boundary=f46d043c7adcfa56c304e2f3f0db X-Virus-Checked: Checked by ClamAV on apache.org --f46d043c7adcfa56c304e2f3f0db Content-Type: text/plain; charset=ISO-8859-1 OK, it's worth to try, thanks. 2013/8/2 Claus Ibsen > You can use an adapter for the new version if you have the source > code, and adapt from the old api to the new api. > > On Fri, Aug 2, 2013 at 10:53 AM, Siano, Stephan > wrote: > > You have a component that implements an internal camel interface, but > you don't have the source code for it? In that case for an update you need > to make the person who does have the source code make these changes > (otherwise you will be locked in to Camel 2.10 forever)... > > > > -----Original Message----- > > From: liugang594 Liu [mailto:clevers594@gmail.com] > > Sent: Freitag, 2. August 2013 09:47 > > To: users > > Subject: Re: Compatibility problem from camel 2.10.* (or may be older) > to 2.11.* > > > > if no source code, seems not way to make it work on new version. :( > > > > > > 2013/8/2 Claus Ibsen > > > >> Just add the new methods to the registry implementation and it works > >> in both 2.10 and 2.11. > >> > >> > >> > >> On Fri, Aug 2, 2013 at 4:19 AM, liugang594 Liu > >> wrote: > >> > Hi : > >> > > >> > I saw the interface org.apache.camel.spi.Registry has significant > changes > >> > from 2.10.* to 2.11.* , > >> > which lead us some compatibility problem when changing the camel > version > >> to > >> > latest version (we defined some customized Registry implementation > >> inside). > >> > > >> > Even it seems no way to keep downward compatibility, I'd like to know > >> Does > >> > anybody know how to handle this situation ? Thanks. > >> > > >> > -- > >> > Thanks > >> > GangLiu > >> > MSN: liugang_0011@hotmail.com > >> > Skype: gang.liu.talendbj > >> > >> > >> > >> -- > >> Claus Ibsen > >> ----------------- > >> Red Hat, Inc. > >> Email: cibsen@redhat.com > >> Twitter: davsclaus > >> Blog: http://davsclaus.com > >> Author of Camel in Action: http://www.manning.com/ibsen > >> > > > > > > > > -- > > Thanks > > GangLiu > > Mail: clevers594@gmail.com > > > > -- > Claus Ibsen > ----------------- > Red Hat, Inc. > Email: cibsen@redhat.com > Twitter: davsclaus > Blog: http://davsclaus.com > Author of Camel in Action: http://www.manning.com/ibsen > -- Thanks GangLiu Mail: clevers594@gmail.com --f46d043c7adcfa56c304e2f3f0db--