Re: [RESULT][VOTE] Release Apache Camel 2.11.4

2014-02-20 Thread Hadrian Zbarcea
Yes, working on it. Hadrian On 02/20/2014 12:33 PM, Claus Ibsen wrote: Hi As 2.11.4 passed. Should we not add some notes on the Camel web site and announce this release? The JARs has been synced to maven central. I assume the ASF mirror sync is done also? On Wed, Feb 19, 2014 at 4:22 PM, Hadri

Re: [RESULT][VOTE] Release Apache Camel 2.11.4

2014-02-20 Thread Claus Ibsen
Hi As 2.11.4 passed. Should we not add some notes on the Camel web site and announce this release? The JARs has been synced to maven central. I assume the ASF mirror sync is done also? On Wed, Feb 19, 2014 at 4:22 PM, Hadrian Zbarcea wrote: > The vote passes with: > [10] +1 (joed, bvahdat, joed,

[RESULT][VOTE] Release Apache Camel 2.11.4

2014-02-19 Thread Hadrian Zbarcea
The vote passes with: [10] +1 (joed, bvahdat, joed, cschneider, cmueller, raulk, janstey, dkulp, ningjiang, hadrian) [1] +1 - non-binding (ceposta) [0] -1 I will proceed with publishing the artifacts today and make public announcement of the release tomorrow, after the mirrors sync up. Many

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-19 Thread Hadrian Zbarcea
Forgot my +1. On 02/15/2014 11:16 PM, Hadrian Zbarcea wrote: This is a vote to release Apache Camel 2.11.4, a patch release coming with about 26 issues fixed. Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325645 Staging repo: https://rep

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-18 Thread Willem Jiang
+1 -- Willem Jiang Red Hat, Inc. Web: 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 February 16, 2014 at 12:17:07 PM, Hadrian Zbarcea (

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-18 Thread Daniel Kulp
+1 Dan On Feb 15, 2014, at 11:16 PM, Hadrian Zbarcea wrote: > This is a vote to release Apache Camel 2.11.4, a patch release coming with > about 26 issues fixed. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325645 > > > Staging

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-18 Thread Jon Anstey
+1 On Sun, Feb 16, 2014 at 12:46 AM, Hadrian Zbarcea wrote: > This is a vote to release Apache Camel 2.11.4, a patch release coming with > about 26 issues fixed. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > projectId=12311211&version=12325645 > > Staging repo: >

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-18 Thread Raul Kripalani
+1. *Raúl Kripalani* Apache Camel PMC Member & Committer | Enterprise Architect, Open Source Integration specialist http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani http://blog.raulkr.net | twitter: @raulvk On Sun, Feb 16, 2014 at 4:16 AM, Hadrian Zbarcea wrote: > This i

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-17 Thread Christian Posta
+1 (nonbinding) On Mon, Feb 17, 2014 at 3:28 PM, Christian Müller wrote: > +1 > > The doc looks good. > The signatures are also good. > I upgraded an older version of Camel-in-action (rev 356) with the following > test failed: > Failed tests: > testABCGroup(camelinaction.AggregateABCGroupTest)

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-17 Thread Christian Müller
+1 The doc looks good. The signatures are also good. I upgraded an older version of Camel-in-action (rev 356) with the following test failed: Failed tests: testABCGroup(camelinaction.AggregateABCGroupTest) testABCGroup(camelinaction.SpringAggregateABCGroupTest) testCamelCallback(camelinactio

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-17 Thread Christian Schneider
+1 Christian Am 16.02.2014 05:16, schrieb Hadrian Zbarcea: This is a vote to release Apache Camel 2.11.4, a patch release coming with about 26 issues fixed. Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325645 Staging repo: https://repo

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-17 Thread James Carman
I figured that's what was going on. Also, I don't think the cxf-version-range property is doing what we think it's supposed to do, perhaps. It's set to [2.6,4.0), but the ranges show up as [2.6,2.9). So, perhaps we need to investigate that? I think CAMEL-7170 can remain "fixed", since it did exa

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-17 Thread Babak Vahdat
You're right and sorry for the confusion. I don't know why, but somehow my brain treated 2.7.10 as 2.9.10! So I change my vote here to +1. Babak James Carman wrote > When I open up the META-INF/MANIFEST.MF file in 2.11.3, I see: > > org.apache.cxf;version="[2.6,2.9)" > > In this prepared 2.11

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-17 Thread James Carman
I forgot to add, there haven't been any 2.9.x (nor 2.8.x) releases for CXF yet, so we're not disallowing anything, except 3.0.x (only a milestone release thus far), which we wanted to keep out anyway. On Mon, Feb 17, 2014 at 7:52 AM, James Carman wrote: > When I open up the META-INF/MANIFEST.MF f

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-17 Thread James Carman
When I open up the META-INF/MANIFEST.MF file in 2.11.3, I see: org.apache.cxf;version="[2.6,2.9)" In this prepared 2.11.4 candidate I see: org.apache.cxf;version="[2.6,2.9)" So, nothing appears to have changed there. If we look at the feature.xml file in this release candidate: camel-sprin

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-17 Thread Babak Vahdat
Hi James, Even if we would mark the issue as not fixed, the behaviour divergency by this release candidate @ the staging repo would be still there, that's: For the non-OSGi folks who make use of camel-cxf Camel component, we would put CXF 2.7.10 for them into the classpath but for the OSGi folks w

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-16 Thread Willem Jiang
Hi Babak, There are some patches of supporting CXF 3.x are not merged to camel-2.12.x and camel-2.11.x.  So the cxf version rang of camel-2.12.x and camel-2.11.x is right.  I don’t think it’s a show-stopper.  -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.b

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-16 Thread Johan Edstrom
I can't see what it stops, looks like cosmetics? +1 On Feb 16, 2014, at 4:07 PM, James Carman wrote: > Why not just mark the issue as not fixed and release? Is the issue a > show-stopper? > > On Sunday, February 16, 2014, Babak Vahdat > wrote: > >> -1 >> >> See >> >> http://camel.465427.n

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-16 Thread James Carman
Why not just mark the issue as not fixed and release? Is the issue a show-stopper? On Sunday, February 16, 2014, Babak Vahdat wrote: > -1 > > See > > http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-12-3-tp5747361p5747375.html > > Babak > > > hadrian wrote > > This is a vote to rel

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-16 Thread Babak Vahdat
-1 See http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-12-3-tp5747361p5747375.html Babak hadrian wrote > This is a vote to release Apache Camel 2.11.4, a patch release coming > with about 26 issues fixed. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jsp

[VOTE] Release Apache Camel 2.11.4

2014-02-15 Thread Hadrian Zbarcea
This is a vote to release Apache Camel 2.11.4, a patch release coming with about 26 issues fixed. Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325645 Staging repo: https://repository.apache.org/content/repositories/orgapachecamel-1003/ T