Re: [VOTE] Release Apache Camel 2.14.0 (the second try)

2014-09-15 Thread Grzegorz Grzybek
+1 I checked the full build using JDK8 - assembly was built without problems (with camel-jibx or camel-spark-rest as before). regards Grzegorz Grzybek 2014-09-16 4:17 GMT+02:00 Willem Jiang : > I ran the test with camel inaction and camel cookbook codes. All tests > were passed after I updated

Camel.trunk.notest - Build # 2164 - Fixed

2014-09-15 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2164) Status: Fixed Check console output at https://builds.apache.org/job/Camel.trunk.notest/2164/ to view the results.

Re: [VOTE] Release Apache Camel 2.14.0 (the second try)

2014-09-15 Thread Willem Jiang
I ran the test with camel inaction and camel cookbook codes. All tests were passed after I updated the codes.  Here is my +1. -- 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: Camel contributions - which Java version to code to?

2014-09-15 Thread Daniel Kulp
Depends… If it’s a fix that should go back to 2.14 or earlier, it would need to be Java6. For 2.15 stuff, I *hope* we can say Java7, but so far the poms and such haven’t been updated for Java7. I’ve been kind of waiting for 2.14 to get out before really delving into that discussion. :-) D

Re: [VOTE] Release Apache Camel 2.14.0 (the second try)

2014-09-15 Thread Christian Müller
+1 I found the following issue: https://issues.apache.org/jira/browse/CAMEL-7823 which I doesn't consider as a blocker In Safari and Firefox, I got some errors by opening the Camel manual: "SyntaxHighlighter: Can't find brush for: py" https://issues.apache.org/jira/browse/CAMEL-7824 However, you

[VOTE] Release Apache Camel 2.14.0 (the second try)

2014-09-15 Thread Willem Jiang
This is a vote to release Apache Camel 2.14.0, a major release coming     with about 399 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/

Request right to edit Camel Wiki Page

2014-09-15 Thread Ayache Khettar
Hi I have received an acknowledgement from Apache Secretary this morning confirming the receipt of the ICLA - see below. I need to write a documentation page in the Camel wiki for the newly component (Schematron) I've contributed to. Could you grant me the right to edit the wiki pages? Here are m

JRuby 1.7.14 drops OSGI meta data for org.jruby:jruby, org.jruby:jruby-core and org.jruby:jruby-stdlib

2014-09-15 Thread Christian Müller
Unfortunately, JRuby 1.7.14 drops OSGI meta data for org.jruby:jruby, org.jruby:jruby-core and org.jruby:jruby-stdlib. See [1] for details. There is an alternative to use org.jruby:jruby-complete which is a valid OSGI bundle. The downside is, it's fat (35 MB) compared to the other ones: org.jruby:

Re: [1/2] git commit: upgrade CXF 3.0.1 to 3.0.2-SNAPSHOT

2014-09-15 Thread Christian Müller
I reverted my commit. Hopefully people will do the extra step and change the CXF version number to 3.0.2-SNAPSHOT to be able to validate the feature file. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel co

Re: Camel contributions - which Java version to code to?

2014-09-15 Thread Antoine DESSAIGNE
Hi Claus, >From now on, we can use the java7 features in the code ? (try-with-resource, etc...) Antoine. 2014-09-13 7:35 GMT+02:00 Claus Ibsen : > Java 7 > > On Fri, Sep 12, 2014 at 9:48 PM, rickaroni wrote: > > Hiya, > > > > Should I assume from this link that all Camel contribution code has