You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Willem Jiang <wi...@gmail.com> on 2014/09/11 08:19:19 UTC

[VOTE] Release Apache Camel 2.14.0

Hi 

This is a vote to release Apache Camel 2.14.0, a major release coming   
with about 393 issues fixed.   

Release notes: 
2.14.0 https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326054&styleName=Html&projectId=12311211


Staging repo:    
2.14.0 https://repository.apache.org/content/repositories/orgapachecamel-1012   


Tarballs:    
2.14.0 https://repository.apache.org/content/repositories/orgapachecamel-1012/org/apache/camel/apache-camel/2.14.0/  


Tag: 
2.14.0 https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commit;h=38cc1f580469cbfd4d1c25b42a9a7330b00f958f

Please test this release candidate and cast your vote.    
[ ] +1 Release the binary as Apache Camel 2.14.0    
[ ] -1 Veto the release (provide specific comments)    
Vote is open for at least 72 hours.
 
--  
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




Re: [VOTE] Release Apache Camel 2.14.0

Posted by Jon Anstey <ja...@gmail.com>.
Nice catch Aki. Fixed google drive and box example SNAPSHOT versions with:

https://git-wip-us.apache.org/repos/asf/camel/repo?p=camel.git;a=commit;h=a3d5c1c9414a274006ad2a1d6aa48578bd74bb13
https://git-wip-us.apache.org/repos/asf/camel/repo?p=camel.git;a=commit;h=43161eff52b0727c2a3fdb0b0900709bd35f0f7a

To fix the SNAPSHOTs in those itest modules we should just need to pass in
performance.test and osgi.test profiles when releasing. But not really a
big deal as they are only tests. I don't think the other SNAPSHOTs are a
problem.

The drive component issue is a serious one as we can't have SNAPSHOT
versions in the OSGi imports so its a -1 from me.


On Thu, Sep 11, 2014 at 12:40 PM, Aki Yoshida <el...@gmail.com> wrote:

> For the tests that I usually ran, everything was okay.
>
> But I noticed the following problem. There seems to be an issue in
> some components under OSGi.
> Concretely, I noticed that camel-google-drive has still 2.14-SNAPSHOT
> dependency wired, so you get
>
> Error executing command: Could not start bundle
> mvn:org.apache.camel/camel-google-drive/2.14.0 in feature(s)
> camel-google-drive-2.14.0: Unresolved constraint in bundle
> org.apache.camel.camel-google-drive [221]: Unable to resolve 221.0:
> missing requirement [221.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.apache.camel)(version>=2.14.0.SNAPSHOT))
>
> and there seem to be several places where word "SNAPSHOT" is appearing.
>
> $ find apache-camel-2.14.0 -name pom.xml | xargs grep SNAPSHOT
> apache-camel-2.14.0/components/camel-google-drive/pom.xml:
>  org.apache.camel.*;version=2.14-SNAPSHOT,
>
> apache-camel-2.14.0/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/pom.xml:
>  <version>1.0-SNAPSHOT</version>
> apache-camel-2.14.0/etc/pom.xml:    <version>2.14-SNAPSHOT</version>
> apache-camel-2.14.0/examples/camel-example-box-osgi/pom.xml:
> <version>2.14-SNAPSHOT</version>
> apache-camel-2.14.0/platforms/karaf/features/pom.xml:
> <name>PAX SNAPSHOT Deploy Repository </name>
> apache-camel-2.14.0/platforms/karaf/pom.xml:<!-- Needed when using
> SNAPSHOT version of Karaf
> apache-camel-2.14.0/tests/camel-itest-karaf/pom.xml:
> <version>2.14-SNAPSHOT</version>
> apache-camel-2.14.0/tests/camel-itest-osgi/pom.xml:
> <version>2.14-SNAPSHOT</version>
> apache-camel-2.14.0/tests/camel-itest-performance/pom.xml:
> <version>2.14-SNAPSHOT</version>
> apache-camel-2.14.0/tests/camel-performance/pom.xml:
> <version>2.14-SNAPSHOT</version>
>
> apache-camel-2.14.0/tooling/maven/camel-api-component-maven-plugin/src/it/all-it/pom.xml:
>  <version>1.0-SNAPSHOT</version>
>
> Some of them are probably harmless (as they are just part of some
> description), but others may cause some issue and need to be
> verified/fixed.
>
> regards, aki
>
> 2014-09-11 8:19 GMT+02:00 Willem Jiang <wi...@gmail.com>:
> >
> > Hi
> >
> > This is a vote to release Apache Camel 2.14.0, a major release coming
> > with about 393 issues fixed.
> >
> > Release notes:
> > 2.14.0
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326054&styleName=Html&projectId=12311211
> >
> >
> > Staging repo:
> > 2.14.0
> https://repository.apache.org/content/repositories/orgapachecamel-1012
> >
> >
> > Tarballs:
> > 2.14.0
> https://repository.apache.org/content/repositories/orgapachecamel-1012/org/apache/camel/apache-camel/2.14.0/
> >
> >
> > Tag:
> > 2.14.0
> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commit;h=38cc1f580469cbfd4d1c25b42a9a7330b00f958f
> >
> > Please test this release candidate and cast your vote.
> > [ ] +1 Release the binary as Apache Camel 2.14.0
> > [ ] -1 Veto the release (provide specific comments)
> > Vote is open for at least 72 hours.
> >
> > --
> > 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
> >
> >
> >
>



-- 
Cheers,
Jon
---------------
Red Hat, Inc.
Email: janstey@redhat.com
Web: http://redhat.com
Twitter: jon_anstey
Blog: http://janstey.blogspot.com
Author of Camel in Action: http://manning.com/ibsen

Re: [VOTE] Release Apache Camel 2.14.0

Posted by Aki Yoshida <el...@gmail.com>.
For the tests that I usually ran, everything was okay.

But I noticed the following problem. There seems to be an issue in
some components under OSGi.
Concretely, I noticed that camel-google-drive has still 2.14-SNAPSHOT
dependency wired, so you get

Error executing command: Could not start bundle
mvn:org.apache.camel/camel-google-drive/2.14.0 in feature(s)
camel-google-drive-2.14.0: Unresolved constraint in bundle
org.apache.camel.camel-google-drive [221]: Unable to resolve 221.0:
missing requirement [221.0] osgi.wiring.package;
(&(osgi.wiring.package=org.apache.camel)(version>=2.14.0.SNAPSHOT))

and there seem to be several places where word "SNAPSHOT" is appearing.

$ find apache-camel-2.14.0 -name pom.xml | xargs grep SNAPSHOT
apache-camel-2.14.0/components/camel-google-drive/pom.xml:
 org.apache.camel.*;version=2.14-SNAPSHOT,
apache-camel-2.14.0/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/pom.xml:
 <version>1.0-SNAPSHOT</version>
apache-camel-2.14.0/etc/pom.xml:    <version>2.14-SNAPSHOT</version>
apache-camel-2.14.0/examples/camel-example-box-osgi/pom.xml:
<version>2.14-SNAPSHOT</version>
apache-camel-2.14.0/platforms/karaf/features/pom.xml:
<name>PAX SNAPSHOT Deploy Repository </name>
apache-camel-2.14.0/platforms/karaf/pom.xml:<!-- Needed when using
SNAPSHOT version of Karaf
apache-camel-2.14.0/tests/camel-itest-karaf/pom.xml:
<version>2.14-SNAPSHOT</version>
apache-camel-2.14.0/tests/camel-itest-osgi/pom.xml:
<version>2.14-SNAPSHOT</version>
apache-camel-2.14.0/tests/camel-itest-performance/pom.xml:
<version>2.14-SNAPSHOT</version>
apache-camel-2.14.0/tests/camel-performance/pom.xml:
<version>2.14-SNAPSHOT</version>
apache-camel-2.14.0/tooling/maven/camel-api-component-maven-plugin/src/it/all-it/pom.xml:
 <version>1.0-SNAPSHOT</version>

Some of them are probably harmless (as they are just part of some
description), but others may cause some issue and need to be
verified/fixed.

regards, aki

2014-09-11 8:19 GMT+02:00 Willem Jiang <wi...@gmail.com>:
>
> Hi
>
> This is a vote to release Apache Camel 2.14.0, a major release coming
> with about 393 issues fixed.
>
> Release notes:
> 2.14.0 https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326054&styleName=Html&projectId=12311211
>
>
> Staging repo:
> 2.14.0 https://repository.apache.org/content/repositories/orgapachecamel-1012
>
>
> Tarballs:
> 2.14.0 https://repository.apache.org/content/repositories/orgapachecamel-1012/org/apache/camel/apache-camel/2.14.0/
>
>
> Tag:
> 2.14.0 https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commit;h=38cc1f580469cbfd4d1c25b42a9a7330b00f958f
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.14.0
> [ ] -1 Veto the release (provide specific comments)
> Vote is open for at least 72 hours.
>
> --
> 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
>
>
>

[VOTE][Result] Release Apache Camel 2.14.0

Posted by Willem Jiang <wi...@gmail.com>.
As the release kit has a SNAPSHOT dependency, this vote is not passed. 
I will cut a new release candidate shortly today.

--  
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 September 11, 2014 at 2:19:48 PM, Willem Jiang (willem.jiang@gmail.com) wrote:
>  
> Hi
>  
> This is a vote to release Apache Camel 2.14.0, a major release coming
> with about 393 issues fixed.
>  
> Release notes:
> 2.14.0 https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326054&styleName=Html&projectId=12311211  
>  
>  
> Staging repo:
> 2.14.0 https://repository.apache.org/content/repositories/orgapachecamel-1012  
>  
>  
> Tarballs:
> 2.14.0 https://repository.apache.org/content/repositories/orgapachecamel-1012/org/apache/camel/apache-camel/2.14.0/  
>  
>  
> Tag:
> 2.14.0 https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commit;h=38cc1f580469cbfd4d1c25b42a9a7330b00f958f  
>  
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.14.0
> [ ] -1 Veto the release (provide specific comments)
> Vote is open for at least 72 hours.
>  
> --
> 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
>  
>  
>  
>  


Re: [VOTE] Release Apache Camel 2.14.0

Posted by Charles Moulliard <ch...@gmail.com>.
Thx Willem. Build succeeds now ;-)


On Fri, Sep 12, 2014 at 9:10 AM, Willem Jiang <wi...@gmail.com>
wrote:

> I just fixed the build error the camel-extra project, it is caused by the
> typo error and has nothing to do with the changes of Camel 2.14.0.
>
> --
> 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 September 12, 2014 at 2:40:15 PM, Charles Moulliard (ch007m@gmail.com)
> wrote:
> > -1 as camel-extra project fails to build -->
> >
> https://www.dropbox.com/s/x3ec7ilelzh2jv2/Screenshot%202014-09-12%2008.39.46.png?dl=0
> >
> >
> > On Fri, Sep 12, 2014 at 2:24 AM, Willem Jiang
> > wrote:
> >
> > > OK, we need to do another round of cut now.
> > > Please keep testing this 2.14.0 RC if you have time and I will do
> another
> > > cut next Monday to include all the fix we have.
> > >
> > > --
> > > 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 September 12, 2014 at 4:58:31 AM, Dhiraj Bokde
> > > (dhirajsb@yahoo.com.invalid) wrote:
> > > > In testing against JBoss Data Virtualization server, I discovered a
> > > couple of critical
> > > > issues in the new Olingo2 component. I have fixed those with the
> commits
> > > below. Without
> > > > these fixes this component will be broken in current 2.14.0 RC.
> > > >
> > > > -1 because of these critical fixes.
> > > >
> > > > Regards,
> > > > Dhiraj.
> > > >
> > > >
> > >
> https://git-wip-us.apache.org/repos/asf/camel/repo?p=camel.git;a=commit;h=6984401aad894c4cd4bbfbaddd263e920a9ee3ae
> > > >
> > > >
> > >
> https://git-wip-us.apache.org/repos/asf/camel/repo?p=camel.git;a=commit;h=56615ec332f51899eb6fc17e47dae4c67c6a887f
> > > >
> > > > On Thursday, September 11, 2014 1:02 PM, Christian Müller
> > > > wrote:
> > > >
> > > >
> > > >
> > > > -1 because of Aki's finding.
> > > >
> > > > Best,
> > > > Christian
> > > >
> > > > 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 Thu, Sep 11, 2014 at 8:19 AM, Willem Jiang
> > > > wrote:
> > > >
> > > > >
> > > > > Hi
> > > > >
> > > > > This is a vote to release Apache Camel 2.14.0, a major release
> coming
> > > > > with about 393 issues fixed.
> > > > >
> > > > > Release notes:
> > > > > 2.14.0
> > > > >
> > >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326054&styleName=Html&projectId=12311211
> > > > >
> > > > >
> > > > > Staging repo:
> > > > > 2.14.0
> > > > >
> https://repository.apache.org/content/repositories/orgapachecamel-1012
> > > > >
> > > > >
> > > > > Tarballs:
> > > > >
> > > > 2.14.0
> > > > >
> > >
> https://repository.apache.org/content/repositories/orgapachecamel-1012/org/apache/camel/apache-camel/2.14.0/
> > > > >
> > > > >
> > > > >
> > > > > Tag:
> > > > > 2.14.0
> > > > >
> > >
> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commit;h=38cc1f580469cbfd4d1c25b42a9a7330b00f958f
> > > > >
> > > > > Please test this release candidate and cast your vote.
> > > > > [ ] +1 Release the binary as Apache Camel 2.14.0
> > > > > [ ] -1 Veto the release (provide specific comments)
> > > > > Vote is open for at least 72
> > > > hours.
> > > > >
> > > > > --
> > > > > 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
> > > > >
> > > > >
> > > > >
> > > > >
> > >
> > >
> >
> >
> > --
> > Charles Moulliard
> > Apache Committer / Architect @RedHat
> > Twitter : @cmoulliard | Blog : http://cmoulliard.github.io
> >
>
>


-- 
Charles Moulliard
Apache Committer / Architect @RedHat
Twitter : @cmoulliard | Blog :  http://cmoulliard.github.io

Re: [VOTE] Release Apache Camel 2.14.0

Posted by Willem Jiang <wi...@gmail.com>.
I just fixed the build error the camel-extra project, it is caused by the typo error and has nothing to do with the changes of Camel 2.14.0.

--  
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 September 12, 2014 at 2:40:15 PM, Charles Moulliard (ch007m@gmail.com) wrote:
> -1 as camel-extra project fails to build -->
> https://www.dropbox.com/s/x3ec7ilelzh2jv2/Screenshot%202014-09-12%2008.39.46.png?dl=0  
>  
>  
> On Fri, Sep 12, 2014 at 2:24 AM, Willem Jiang  
> wrote:
>  
> > OK, we need to do another round of cut now.
> > Please keep testing this 2.14.0 RC if you have time and I will do another
> > cut next Monday to include all the fix we have.
> >
> > --
> > 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 September 12, 2014 at 4:58:31 AM, Dhiraj Bokde
> > (dhirajsb@yahoo.com.invalid) wrote:
> > > In testing against JBoss Data Virtualization server, I discovered a
> > couple of critical
> > > issues in the new Olingo2 component. I have fixed those with the commits
> > below. Without
> > > these fixes this component will be broken in current 2.14.0 RC.
> > >
> > > -1 because of these critical fixes.
> > >
> > > Regards,
> > > Dhiraj.
> > >
> > >
> > https://git-wip-us.apache.org/repos/asf/camel/repo?p=camel.git;a=commit;h=6984401aad894c4cd4bbfbaddd263e920a9ee3ae  
> > >
> > >
> > https://git-wip-us.apache.org/repos/asf/camel/repo?p=camel.git;a=commit;h=56615ec332f51899eb6fc17e47dae4c67c6a887f  
> > >
> > > On Thursday, September 11, 2014 1:02 PM, Christian Müller
> > > wrote:
> > >
> > >
> > >
> > > -1 because of Aki's finding.
> > >
> > > Best,
> > > Christian
> > >
> > > 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 Thu, Sep 11, 2014 at 8:19 AM, Willem Jiang
> > > wrote:
> > >
> > > >
> > > > Hi
> > > >
> > > > This is a vote to release Apache Camel 2.14.0, a major release coming
> > > > with about 393 issues fixed.
> > > >
> > > > Release notes:
> > > > 2.14.0
> > > >
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326054&styleName=Html&projectId=12311211  
> > > >
> > > >
> > > > Staging repo:
> > > > 2.14.0
> > > > https://repository.apache.org/content/repositories/orgapachecamel-1012  
> > > >
> > > >
> > > > Tarballs:
> > > >
> > > 2.14.0
> > > >
> > https://repository.apache.org/content/repositories/orgapachecamel-1012/org/apache/camel/apache-camel/2.14.0/  
> > > >
> > > >
> > > >
> > > > Tag:
> > > > 2.14.0
> > > >
> > https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commit;h=38cc1f580469cbfd4d1c25b42a9a7330b00f958f  
> > > >
> > > > Please test this release candidate and cast your vote.
> > > > [ ] +1 Release the binary as Apache Camel 2.14.0
> > > > [ ] -1 Veto the release (provide specific comments)
> > > > Vote is open for at least 72
> > > hours.
> > > >
> > > > --
> > > > 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
> > > >
> > > >
> > > >
> > > >
> >
> >
>  
>  
> --
> Charles Moulliard
> Apache Committer / Architect @RedHat
> Twitter : @cmoulliard | Blog : http://cmoulliard.github.io
>  


Re: [VOTE] Release Apache Camel 2.14.0

Posted by Charles Moulliard <ch...@gmail.com>.
-1 as camel-extra project fails to build -->
https://www.dropbox.com/s/x3ec7ilelzh2jv2/Screenshot%202014-09-12%2008.39.46.png?dl=0


On Fri, Sep 12, 2014 at 2:24 AM, Willem Jiang <wi...@gmail.com>
wrote:

> OK, we need to do another round of cut now.
> Please keep testing this 2.14.0 RC if you have time and I will do another
> cut next Monday to include all the fix we have.
>
> --
> 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 September 12, 2014 at 4:58:31 AM, Dhiraj Bokde
> (dhirajsb@yahoo.com.invalid) wrote:
> > In testing against JBoss Data Virtualization server, I discovered a
> couple of critical
> > issues in the new Olingo2 component. I have fixed those with the commits
> below. Without
> > these fixes this component will be broken in current 2.14.0 RC.
> >
> > -1 because of these critical fixes.
> >
> > Regards,
> > Dhiraj.
> >
> >
> https://git-wip-us.apache.org/repos/asf/camel/repo?p=camel.git;a=commit;h=6984401aad894c4cd4bbfbaddd263e920a9ee3ae
> >
> >
> https://git-wip-us.apache.org/repos/asf/camel/repo?p=camel.git;a=commit;h=56615ec332f51899eb6fc17e47dae4c67c6a887f
> >
> > On Thursday, September 11, 2014 1:02 PM, Christian Müller
> > wrote:
> >
> >
> >
> > -1 because of Aki's finding.
> >
> > Best,
> > Christian
> >
> > 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 Thu, Sep 11, 2014 at 8:19 AM, Willem Jiang
> > wrote:
> >
> > >
> > > Hi
> > >
> > > This is a vote to release Apache Camel 2.14.0, a major release coming
> > > with about 393 issues fixed.
> > >
> > > Release notes:
> > > 2.14.0
> > >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326054&styleName=Html&projectId=12311211
> > >
> > >
> > > Staging repo:
> > > 2.14.0
> > > https://repository.apache.org/content/repositories/orgapachecamel-1012
> > >
> > >
> > > Tarballs:
> > >
> > 2.14.0
> > >
> https://repository.apache.org/content/repositories/orgapachecamel-1012/org/apache/camel/apache-camel/2.14.0/
> > >
> > >
> > >
> > > Tag:
> > > 2.14.0
> > >
> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commit;h=38cc1f580469cbfd4d1c25b42a9a7330b00f958f
> > >
> > > Please test this release candidate and cast your vote.
> > > [ ] +1 Release the binary as Apache Camel 2.14.0
> > > [ ] -1 Veto the release (provide specific comments)
> > > Vote is open for at least 72
> > hours.
> > >
> > > --
> > > 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
> > >
> > >
> > >
> > >
>
>


-- 
Charles Moulliard
Apache Committer / Architect @RedHat
Twitter : @cmoulliard | Blog :  http://cmoulliard.github.io

Re: [VOTE] Release Apache Camel 2.14.0

Posted by Willem Jiang <wi...@gmail.com>.
OK, we need to do another round of cut now.
Please keep testing this 2.14.0 RC if you have time and I will do another cut next Monday to include all the fix we have.

--  
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 September 12, 2014 at 4:58:31 AM, Dhiraj Bokde (dhirajsb@yahoo.com.invalid) wrote:
> In testing against JBoss Data Virtualization server, I discovered a couple of critical  
> issues in the new Olingo2 component. I have fixed those with the commits below. Without  
> these fixes this component will be broken in current 2.14.0 RC.
>  
> -1 because of these critical fixes.
>  
> Regards,
> Dhiraj.
>  
> https://git-wip-us.apache.org/repos/asf/camel/repo?p=camel.git;a=commit;h=6984401aad894c4cd4bbfbaddd263e920a9ee3ae  
>  
> https://git-wip-us.apache.org/repos/asf/camel/repo?p=camel.git;a=commit;h=56615ec332f51899eb6fc17e47dae4c67c6a887f  
>  
> On Thursday, September 11, 2014 1:02 PM, Christian Müller  
> wrote:
>  
>  
>  
> -1 because of Aki's finding.
>  
> Best,
> Christian
>  
> 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 Thu, Sep 11, 2014 at 8:19 AM, Willem Jiang  
> wrote:
>  
> >
> > Hi
> >
> > This is a vote to release Apache Camel 2.14.0, a major release coming
> > with about 393 issues fixed.
> >
> > Release notes:
> > 2.14.0
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326054&styleName=Html&projectId=12311211  
> >
> >
> > Staging repo:
> > 2.14.0
> > https://repository.apache.org/content/repositories/orgapachecamel-1012  
> >
> >
> > Tarballs:
> >
> 2.14.0
> > https://repository.apache.org/content/repositories/orgapachecamel-1012/org/apache/camel/apache-camel/2.14.0/  
> >
> >
> >
> > Tag:
> > 2.14.0
> > https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commit;h=38cc1f580469cbfd4d1c25b42a9a7330b00f958f  
> >
> > Please test this release candidate and cast your vote.
> > [ ] +1 Release the binary as Apache Camel 2.14.0
> > [ ] -1 Veto the release (provide specific comments)
> > Vote is open for at least 72
> hours.
> >
> > --
> > 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
> >
> >
> >
> >


Re: [VOTE] Release Apache Camel 2.14.0

Posted by Dhiraj Bokde <dh...@yahoo.com.INVALID>.
In testing against JBoss Data Virtualization server, I discovered a couple of critical issues in the new Olingo2 component. I have fixed those with the commits below. Without these fixes this component will be broken in current 2.14.0 RC. 

-1 because of these critical fixes. 

Regards,
Dhiraj. 

https://git-wip-us.apache.org/repos/asf/camel/repo?p=camel.git;a=commit;h=6984401aad894c4cd4bbfbaddd263e920a9ee3ae

https://git-wip-us.apache.org/repos/asf/camel/repo?p=camel.git;a=commit;h=56615ec332f51899eb6fc17e47dae4c67c6a887f 

On Thursday, September 11, 2014 1:02 PM, Christian Müller <ch...@gmail.com> wrote:
 


-1 because of Aki's finding.

Best,
Christian

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 Thu, Sep 11, 2014 at 8:19 AM, Willem Jiang <wi...@gmail.com>
wrote:

>
> Hi
>
> This is a vote to release Apache Camel 2.14.0, a major release coming
> with about 393 issues fixed.
>
> Release notes:
> 2.14.0
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326054&styleName=Html&projectId=12311211
>
>
> Staging repo:
> 2.14.0
> https://repository.apache.org/content/repositories/orgapachecamel-1012
>
>
> Tarballs:
>
 2.14.0
> https://repository.apache.org/content/repositories/orgapachecamel-1012/org/apache/camel/apache-camel/2.14.0/
>
>
>
> Tag:
> 2.14.0
> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commit;h=38cc1f580469cbfd4d1c25b42a9a7330b00f958f
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.14.0
> [ ] -1 Veto the release (provide specific comments)
> Vote is open for at least 72
 hours.
>
> --
> 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
>
>
>
>

Re: [VOTE] Release Apache Camel 2.14.0

Posted by Christian Müller <ch...@gmail.com>.
-1 because of Aki's finding.

Best,
Christian

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 Thu, Sep 11, 2014 at 8:19 AM, Willem Jiang <wi...@gmail.com>
wrote:

>
> Hi
>
> This is a vote to release Apache Camel 2.14.0, a major release coming
> with about 393 issues fixed.
>
> Release notes:
> 2.14.0
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326054&styleName=Html&projectId=12311211
>
>
> Staging repo:
> 2.14.0
> https://repository.apache.org/content/repositories/orgapachecamel-1012
>
>
> Tarballs:
> 2.14.0
> https://repository.apache.org/content/repositories/orgapachecamel-1012/org/apache/camel/apache-camel/2.14.0/
>
>
>
> Tag:
> 2.14.0
> https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commit;h=38cc1f580469cbfd4d1c25b42a9a7330b00f958f
>
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.14.0
> [ ] -1 Veto the release (provide specific comments)
> Vote is open for at least 72 hours.
>
> --
> 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
>
>
>
>

Re: [VOTE] Release Apache Camel 2.14.0

Posted by Krzysztof Sobkowiak <kr...@gmail.com>.
Sorry. I should better read the front page.

On 11.09.2014 16:25, Claus Ibsen wrote:
> Hi
>
> Yeah the code moved to github, which we also say on the front page of
> the that link
>
> On Thu, Sep 11, 2014 at 4:23 PM, Krzysztof Sobkowiak
> <kr...@gmail.com> wrote:
>> Hi
>>
>> Is the code in http://code.google.com/p/camelinaction/ up-to-date with
>> the new Camel version? Is there anywhere a version which is up-to-date?
>>
>> Best regards
>> Krzysztof
>>
>> On 11.09.2014 14:22, Willem Jiang wrote:
>>> I checked the staging release kit by running camel in action code, and install some of the OSGi features, everything looks good.
>>>
>>> Here is my +1 for this release.
>>>
>>> --
>>> 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 September 11, 2014 at 2:19:48 PM, Willem Jiang (willem.jiang@gmail.com) wrote:
>>>> Hi
>>>>
>>>> This is a vote to release Apache Camel 2.14.0, a major release coming
>>>> with about 393 issues fixed.
>>>>
>>>> Release notes:
>>>> 2.14.0 https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326054&styleName=Html&projectId=12311211
>>>>
>>>>
>>>> Staging repo:
>>>> 2.14.0 https://repository.apache.org/content/repositories/orgapachecamel-1012
>>>>
>>>>
>>>> Tarballs:
>>>> 2.14.0 https://repository.apache.org/content/repositories/orgapachecamel-1012/org/apache/camel/apache-camel/2.14.0/
>>>>
>>>>
>>>> Tag:
>>>> 2.14.0 https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commit;h=38cc1f580469cbfd4d1c25b42a9a7330b00f958f
>>>>
>>>> Please test this release candidate and cast your vote.
>>>> [ ] +1 Release the binary as Apache Camel 2.14.0
>>>> [ ] -1 Veto the release (provide specific comments)
>>>> Vote is open for at least 72 hours.
>>>>
>>>> --
>>>> 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
>>>>
>>>>
>>>>
>>>>
>>
>> --
>> Krzysztof Sobkowiak
>>
>> JEE & OSS Architect | Senior Solution Architect @ Capgemini | Committer
>> @ ASF
>> Capgemini <http://www.pl.capgemini.com/> | Software Solutions Center
>> <http://www.pl.capgemini-sdm.com/> | Wroclaw
>> e-mail: krzys.sobkowiak@gmail.com <ma...@gmail.com> |
>> Twitter: @KSobkowiak
>> Calendar: http://goo.gl/yvsebC
>
>


-- 
Krzysztof Sobkowiak

JEE & OSS Architect | Senior Solution Architect @ Capgemini | Committer
@ ASF
Capgemini <http://www.pl.capgemini.com/> | Software Solutions Center
<http://www.pl.capgemini-sdm.com/> | Wroclaw
e-mail: krzys.sobkowiak@gmail.com <ma...@gmail.com> |
Twitter: @KSobkowiak
Calendar: http://goo.gl/yvsebC

Re: [VOTE] Release Apache Camel 2.14.0

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Yeah the code moved to github, which we also say on the front page of
the that link

On Thu, Sep 11, 2014 at 4:23 PM, Krzysztof Sobkowiak
<kr...@gmail.com> wrote:
> Hi
>
> Is the code in http://code.google.com/p/camelinaction/ up-to-date with
> the new Camel version? Is there anywhere a version which is up-to-date?
>
> Best regards
> Krzysztof
>
> On 11.09.2014 14:22, Willem Jiang wrote:
>> I checked the staging release kit by running camel in action code, and install some of the OSGi features, everything looks good.
>>
>> Here is my +1 for this release.
>>
>> --
>> 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 September 11, 2014 at 2:19:48 PM, Willem Jiang (willem.jiang@gmail.com) wrote:
>>>
>>> Hi
>>>
>>> This is a vote to release Apache Camel 2.14.0, a major release coming
>>> with about 393 issues fixed.
>>>
>>> Release notes:
>>> 2.14.0 https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326054&styleName=Html&projectId=12311211
>>>
>>>
>>> Staging repo:
>>> 2.14.0 https://repository.apache.org/content/repositories/orgapachecamel-1012
>>>
>>>
>>> Tarballs:
>>> 2.14.0 https://repository.apache.org/content/repositories/orgapachecamel-1012/org/apache/camel/apache-camel/2.14.0/
>>>
>>>
>>> Tag:
>>> 2.14.0 https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commit;h=38cc1f580469cbfd4d1c25b42a9a7330b00f958f
>>>
>>> Please test this release candidate and cast your vote.
>>> [ ] +1 Release the binary as Apache Camel 2.14.0
>>> [ ] -1 Veto the release (provide specific comments)
>>> Vote is open for at least 72 hours.
>>>
>>> --
>>> 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
>>>
>>>
>>>
>>>
>
>
> --
> Krzysztof Sobkowiak
>
> JEE & OSS Architect | Senior Solution Architect @ Capgemini | Committer
> @ ASF
> Capgemini <http://www.pl.capgemini.com/> | Software Solutions Center
> <http://www.pl.capgemini-sdm.com/> | Wroclaw
> e-mail: krzys.sobkowiak@gmail.com <ma...@gmail.com> |
> Twitter: @KSobkowiak
> Calendar: http://goo.gl/yvsebC



-- 
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
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Re: [VOTE] Release Apache Camel 2.14.0

Posted by Krzysztof Sobkowiak <kr...@gmail.com>.
Hi

Is the code in http://code.google.com/p/camelinaction/ up-to-date with
the new Camel version? Is there anywhere a version which is up-to-date?

Best regards
Krzysztof

On 11.09.2014 14:22, Willem Jiang wrote:
> I checked the staging release kit by running camel in action code, and install some of the OSGi features, everything looks good.
>
> Here is my +1 for this release.
>
> --  
> 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 September 11, 2014 at 2:19:48 PM, Willem Jiang (willem.jiang@gmail.com) wrote:
>>  
>> Hi
>>  
>> This is a vote to release Apache Camel 2.14.0, a major release coming
>> with about 393 issues fixed.
>>  
>> Release notes:
>> 2.14.0 https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326054&styleName=Html&projectId=12311211  
>>  
>>  
>> Staging repo:
>> 2.14.0 https://repository.apache.org/content/repositories/orgapachecamel-1012  
>>  
>>  
>> Tarballs:
>> 2.14.0 https://repository.apache.org/content/repositories/orgapachecamel-1012/org/apache/camel/apache-camel/2.14.0/  
>>  
>>  
>> Tag:
>> 2.14.0 https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commit;h=38cc1f580469cbfd4d1c25b42a9a7330b00f958f  
>>  
>> Please test this release candidate and cast your vote.
>> [ ] +1 Release the binary as Apache Camel 2.14.0
>> [ ] -1 Veto the release (provide specific comments)
>> Vote is open for at least 72 hours.
>>  
>> --
>> 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
>>  
>>  
>>  
>>  


-- 
Krzysztof Sobkowiak

JEE & OSS Architect | Senior Solution Architect @ Capgemini | Committer
@ ASF
Capgemini <http://www.pl.capgemini.com/> | Software Solutions Center
<http://www.pl.capgemini-sdm.com/> | Wroclaw
e-mail: krzys.sobkowiak@gmail.com <ma...@gmail.com> |
Twitter: @KSobkowiak
Calendar: http://goo.gl/yvsebC

Re: [VOTE] Release Apache Camel 2.14.0

Posted by Willem Jiang <wi...@gmail.com>.
I checked the staging release kit by running camel in action code, and install some of the OSGi features, everything looks good.

Here is my +1 for this release.

--  
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 September 11, 2014 at 2:19:48 PM, Willem Jiang (willem.jiang@gmail.com) wrote:
>  
> Hi
>  
> This is a vote to release Apache Camel 2.14.0, a major release coming
> with about 393 issues fixed.
>  
> Release notes:
> 2.14.0 https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326054&styleName=Html&projectId=12311211  
>  
>  
> Staging repo:
> 2.14.0 https://repository.apache.org/content/repositories/orgapachecamel-1012  
>  
>  
> Tarballs:
> 2.14.0 https://repository.apache.org/content/repositories/orgapachecamel-1012/org/apache/camel/apache-camel/2.14.0/  
>  
>  
> Tag:
> 2.14.0 https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commit;h=38cc1f580469cbfd4d1c25b42a9a7330b00f958f  
>  
> Please test this release candidate and cast your vote.
> [ ] +1 Release the binary as Apache Camel 2.14.0
> [ ] -1 Veto the release (provide specific comments)
> Vote is open for at least 72 hours.
>  
> --
> 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
>  
>  
>  
>