It sounds good. Please up the Camel 2.11.0 release note once you finished the upgrade :)
-- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Thursday, January 10, 2013 at 1:35 PM, Freeman Fang wrote: > Hi Team, > > abdera 1.1.3 is out so we needn't bind to axiom 1.2.10 anymore. We can > upgrade to both last abdera 1.1.3 and axiom 1.2.14. > Cxf side already do this upgrade, so I think Camel should do the same. > I can do this change if there's no known issue and objections. > ------------- > Freeman(Yue) Fang > > Red Hat, Inc. > FuseSource is now part of Red Hat > Web: http://fusesource.com | http://www.redhat.com/ > Twitter: freemanfang > Blog: http://freemanfang.blogspot.com > http://blog.sina.com.cn/u/1473905042 > weibo: @Freeman小屋 > > On 2012-12-15, at 上午12:36, Christian Müller wrote: > > > Thanks Freeman! > > > > Best, > > Christian > > > > On Fri, Dec 14, 2012 at 9:16 AM, Freeman Fang <freeman.f...@gmail.com > > (mailto:freeman.f...@gmail.com)>wrote: > > > > > Done for trunk, 2.10.x and 2.9.x branches > > > ------------- > > > Freeman(Yue) Fang > > > > > > Red Hat, Inc. > > > FuseSource is now part of Red Hat > > > Web: http://fusesource.com | http://www.redhat.com/ > > > Twitter: freemanfang > > > Blog: http://freemanfang.blogspot.com > > > http://blog.sina.com.cn/u/1473905042 > > > weibo: @Freeman小屋 > > > > > > On 2012-12-14, at 上午2:10, Christian Müller wrote: > > > > > > > I can do it tomorrow. But feel free to revert this change by yourself if > > > > it's urgent... > > > > > > > > Best, > > > > Christian > > > > > > > > Sent from a mobile device > > > > Am 13.12.2012 03:34 schrieb "Freeman Fang" <freeman.f...@gmail.com > > > > (mailto:freeman.f...@gmail.com)>: > > > > > > > > > Hi Christian, > > > > > > > > > > I'm -1 for this change, it re-introduce the issue tracked by > > > > > CAMEL-5109[1], abdera 1.1.2 must work with axiom 1.2.10. > > > > > Could you please take a look and revert this change? > > > > > > > > > > [1]https://issues.apache.org/jira/browse/CAMEL-5109 > > > > > > > > > > Thanks > > > > > ------------- > > > > > Freeman(Yue) Fang > > > > > > > > > > Red Hat, Inc. > > > > > FuseSource is now part of Red Hat > > > > > Web: http://fusesource.com | http://www.redhat.com/ > > > > > Twitter: freemanfang > > > > > Blog: http://freemanfang.blogspot.com > > > > > http://blog.sina.com.cn/u/1473905042 > > > > > weibo: @Freeman小屋 > > > > > > > > > > On 2012-7-3, at 上午4:57, cmuel...@apache.org > > > > > (mailto:cmuel...@apache.org) wrote: > > > > > > > > > > > Author: cmueller > > > > > > Date: Mon Jul 2 20:57:49 2012 > > > > > > New Revision: 1356481 > > > > > > > > > > > > URL: http://svn.apache.org/viewvc?rev=1356481&view=rev > > > > > > Log: > > > > > > upgrade to axiom 1.2.13 > > > > > > > > > > > > Modified: > > > > > > camel/trunk/parent/pom.xml > > > > > > > > > > > > Modified: camel/trunk/parent/pom.xml > > > > > > URL: > > > > > > > > > > > > > > > > > > http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1356481&r1=1356480&r2=1356481&view=diff > > > > > > > > > > > > > > > > > > ============================================================================== > > > > > > --- camel/trunk/parent/pom.xml (original) > > > > > > +++ camel/trunk/parent/pom.xml Mon Jul 2 20:57:49 2012 > > > > > > @@ -45,7 +45,7 @@ > > > > > > <avro-version>1.6.2</avro-version> > > > > > > <avro-bundle-version>1.6.1_1</avro-bundle-version> > > > > > > <aws-java-sdk-version>1.3.10</aws-java-sdk-version> > > > > > > - <axiom-version>1.2.10</axiom-version> > > > > > > + <axiom-version>1.2.13</axiom-version> > > > > > > <beanio-version>2.0.0</beanio-version> > > > > > > <bouncycastle-version>1.46</bouncycastle-version> > > > > > > <castor-bundle-version>1.3.2_1</castor-bundle-version> > > > > > > > > > > > > > > > > > > > > > > --