Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-11-10 Thread Christian Müller
Sure, but the tests we are talking about only failing rarely. It's not so easy to spot the issue and to make sure it's fixed. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-11-09 Thread Babak Vahdat
Hi Could we maybe then at least raise a ticket for all those failing tests we spot while trying to prepare the release. Then the community could look into and fix them either for the same RC or the upcoming releases, as I guess more people look into the JIRA tickets compared to the Jenkins build r

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-11-09 Thread Christian Müller
Hi, I do NOT think this is possible at present. It would be great if it's possible, but it doesn't work yet... For Camel 2.12.5, I tried it 7 times with the test enabled - and it failed each time (but with different test). At present, we have to many test which are failing from time to time. Rega

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-11-07 Thread Babak Vahdat
Hi, IMHO if would be nice if we would NOT skip running tests while building/preparing a given release. As an example, by the recent 2.13.3 release we introduced a regression (a concurreny issue inside camel-core) which we did NOT realize at all as the tests were simply skipped while building. Cur

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-27 Thread Christian Müller
ev@camel.apache.org > Cc: > Subject: Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases > > Hi Christian, > > +1 for the release :) > Please let me know if you need any help from my side. > > Regards, > > -- > Willem Jiang > > Red Hat, Inc. > Web: http://www

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-27 Thread Jean-Baptiste Onofré
+1 on my side too. Regards JB Sent from my Samsung Galaxy smartphone. Original message From: Willem Jiang Date:27/10/2014 14:28 (GMT+01:00) To: dev@camel.apache.org Cc: Subject: Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases Hi Christian, +1 for the release

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-27 Thread Willem Jiang
Hi Christian, +1 for the release :) Please let me know if you need any help from my side. Regards, -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On October 27, 2

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-26 Thread Christian Müller
I could start the Camel 2.13.3 release tomorrow. Will start in 24 hours if nobody has doubts. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member On Tue, Oct 14, 2014 at

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-19 Thread Christian Müller
Thanks Willem! I'm already using these settings, but by installing Wildfly, it changed my Maven settings... :-( By reverting these changes, the build is running without the tests... Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-19 Thread Willem Jiang
Hi Christian, You don’t need to run the whole tests for the release, normally we just need to check the CI build result. Please add test property in your release profile just like this, then maven skip the test when doing the release.                 apache-release                   false    

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-18 Thread Christian Müller
I have to postpone the Camel 2.12.5 release a bit until I have fixed some unit test which are failing from time to time. With 8 tries, I couldn't run successfully a mvn release:prepare... Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-16 Thread Christian Müller
Ok, I have updated Spring, CXF and fixed two failing tests in camel-spring-ws and camel-jsch. The build looks good now. Release in progress... Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apa

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-15 Thread Christian Müller
Get well soon! Best, Christian On Tue, Oct 14, 2014 at 10:27 PM, Daniel Kulp wrote: > > There are new releases of CXF out that do fix some security issues…. I’m > too sick to test/commit right now, but it might be good to give it a try. > > Dan > > > > On Oct 14, 2014, at 3:39 PM, Christian M

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-14 Thread Willem Jiang
I’m +1 for upgrading the version of spring. AFAIK, camel don’t have some hard dependency of certain version of Spring 3.2.x . -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-14 Thread Willem Jiang
Thanks Christian. I really appreciate that. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On October 15, 2014 at 3:40:25 AM, Christian Müller (christian.muel...@g

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-14 Thread Christian Müller
Ok, I will give CXF 2.7.13 a try... I'm also wondering why we still using Spring 3.2.5 instead of 3.2.11. in Camel 2.12.x. Any reason not to upgrade? The unit tests passed and also the feature validation passed... Best, Christian - Software Integration Specialist Apache Member

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-14 Thread Daniel Kulp
There are new releases of CXF out that do fix some security issues…. I’m too sick to test/commit right now, but it might be good to give it a try. Dan On Oct 14, 2014, at 3:39 PM, Christian Müller wrote: > I could do the 2.12.5 release (last planned patch release of the 2.12.x > branch).

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-14 Thread Hadrian Zbarcea
Christian, I'll be a standby second if for whatever reason you won't be able to make it. Thanks, Hadrian On 10/14/2014 03:39 PM, Christian Müller wrote: I could do the 2.12.5 release (last planned patch release of the 2.12.x branch). If nobody has an important ticket which should be included,

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-14 Thread Christian Müller
I could do the 2.12.5 release (last planned patch release of the 2.12.x branch). If nobody has an important ticket which should be included, I will start the release in 24 hours. Best, Christian On Tue, Oct 14, 2014 at 3:21 AM, Willem Jiang wrote: > Yeah, I totally agree with that. > As my sch

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-13 Thread Willem Jiang
Yeah, I totally agree with that.  As my schedule is occupied this two weeks, the release will be scheduled at the last week of this month.  If other release managers have time before that, any help will be appreciated.  -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://will

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-02 Thread Johan Edstrom
+1 Johan Edstrom - via HopOn October 2, 2014 at 23:54 GMT, Hadrian Zbarcea wrote:+1.That's pretty much what we always did. I think it warrants more an announcement than a discussion.Cheers,Hadrian

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-02 Thread Hadrian Zbarcea
+1. That's pretty much what we always did. I think it warrants more an announcement than a discussion. Cheers, Hadrian On 10/01/2014 02:44 AM, Claus Ibsen wrote: Hi Now that we have 2.14.0 out of the door, I think its time we do a round of patch releases. Camel 2.12.5 would be the last pl

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-02 Thread Charles Moulliard
+1 On Wed, Oct 1, 2014 at 10:57 PM, Christian Müller < christian.muel...@gmail.com> wrote: > +1 > > Best, > > Christian > - > > Software Integration Specialist > > Apache Member > V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer > Apache Incubator PMC Member >

Re: [DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-10-01 Thread Christian Müller
+1 Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551/642 On Wed, Oct 1, 2014 at 8:44 AM, Claus Ibsen wrote: >

[DISCUSS] - Camel 2.12.5 and 2.13.3 releases

2014-09-30 Thread Claus Ibsen
Hi Now that we have 2.14.0 out of the door, I think its time we do a round of patch releases. Camel 2.12.5 would be the last planned patch release of the 2.12.x branch. Camel 2.13.3 is a patch release. Its 3 months ago since we last release patch releases for these two branches. Any thoughts?