+1 Only verified the distro example camel-example-etl which used to be broken on the 2.14.x branch.
Also spotted something which I'm not sure if/how critical that would be. Starting with the Camel 2.14.0 release we claim not to support Java 6 anymore: http://camel.apache.org/camel-2140-release.html However the major version number of the Camel 2.14.0 classes files is 50 (Java 6) instead of 51 (Java 7)! This is the same for this RC as well: ~/dev/workspace/camel-2.14.x/camel-core/target/classes/org/apache/camel>javap -v Consume.class ... ... minor version: 0 major version: 50 ... ... I guess this is because we did not backport the changes to the 2.14.x branch as we flipped the supported Java version on the master branch from 1.6 to 1.7. And indeed the community happens to read our release notes (see the text "Java 6 is no longer supported" below) http://www.infoq.com/news/2014/10/apache-camel-2.14 Babak Willem.Jiang wrote > This is a vote to release Apache Camel 2.14.1, a patch release coming > with about 139 issues fixed. > > Release notes: > 2.14.1 > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326054&styleName=Html&projectId=12311211 > > > > Staging repo: > 2.14.1 > https://repository.apache.org/content/repositories/orgapachecamel-1023 > > > > Tarballs: > 2.14.1 > https://repository.apache.org/content/repositories/orgapachecamel-1023/org/apache/camel/apache-camel/2.14.1/ > > > > Tag: > 2.14.1 > https://git-wip-us.apache.org/repos/asf?p=camel.git;a=commit;h=42de535ac375cda42e0522f081158534af6d27a8 > > Please test this release candidate and cast your vote. > [ ] +1 Release the binary as Apache Camel 2.14.1 > [ ] -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 -- View this message in context: http://camel.465427.n5.nabble.com/VOTE-Release-Camel-2-14-1-tp5760558p5760712.html Sent from the Camel Development mailing list archive at Nabble.com.