[RESULT][VOTE] Apache Camel 2.15.1

2015-03-31 Thread Willem Jiang
We have 3 binding +1 (Willem Jiang, Claus Ibsen, Jon Anstey), 2 non-binding +1 (Andrea Cosentino, Krzysztof Sobkowiak) and 2 +0 (Christian Müller,  Jean-Baptiste Onofré). I’m happy to announce the vote is passed. I will send out the release announce once the kits are synced. -- Willem Jiang

Re: [VOTE] Apache Camel 2.15.1

2015-03-31 Thread Jon Anstey
+1 (binding) Thanks Willem! On Sat, Mar 28, 2015 at 11:52 AM, Willem Jiang wrote: > This is a vote to release Apache Camel 2.15.1, a patch release coming > > with about 55 issues fixed. > > Release notes: > 2.15.1 > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12329441&styleNa

Re: [VOTE] Apache Camel 2.15.1

2015-03-30 Thread Krzysztof Sobkowiak
Hi I have just built and tested ServiceMix with 2.15.1 and see no issues which should block this release. My usual smoke tests were ok. I don't like the both issues with installing on vanilla Karaf but we have a workaround. Hope, it will be solved in 2.15.2. From my side +1 (non-binding) with v

Re: camel-swagger and Scala 2.11 (was: [VOTE] Apache Camel 2.15.1)

2015-03-30 Thread Claus Ibsen
Hi Yeah maybe we can have a scala-210 and scala-211 feature for each of those Scala versions. As some libraries requires one or the other version. On Sun, Mar 29, 2015 at 11:54 PM, Krzysztof Sobkowiak wrote: > Btw. I can see the camel-swagger bundle uses Scala 2.10. This is probably > caused

Re: [VOTE] Apache Camel 2.15.1

2015-03-30 Thread Claus Ibsen
Hi Christian Are you installing Camel first? This is what people is supposed to do. eg install this feature first https://github.com/apache/camel/blob/camel-2.15.x/platforms/karaf/features/src/main/resources/features.xml#L30 Then you can install whatever Camel component as you wish. On Sun,

Re: [VOTE] Apache Camel 2.15.1

2015-03-30 Thread Claus Ibsen
+1 On Sat, Mar 28, 2015 at 3:22 PM, Willem Jiang wrote: > This is a vote to release Apache Camel 2.15.1, a patch release coming > with about 55 issues fixed. > > Release notes: > 2.15.1 > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12329441&styleName=Html&projectId=12311211 >

Re: [VOTE] Apache Camel 2.15.1

2015-03-29 Thread Willem Jiang
Just checked the kit with Camel in Action code, and ran the camel-itest-karaf, camel-itest-osgi, everything looks good. For the camel-cxf feature and camel-swagger feature issue, I think adding a know issue should be OK. Here is my +1. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.co

Re: camel-swagger and Scala 2.11 (was: [VOTE] Apache Camel 2.15.1)

2015-03-29 Thread Krzysztof Sobkowiak
Btw. I can see the camel-swagger bundle uses Scala 2.10. This is probably caused by missing swagger and json4s bundles for Scala 2.11. The next ServiceMix bundles will provide the bundles for Scala 2.11. I have another question. ServiceMix defines a feature swagger. It looks like the Camel's ca

Re: [VOTE] Apache Camel 2.15.1

2015-03-29 Thread Christian Müller
Ok, got it... scala-reflect AND scala-library... 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 Sun,

Re: [VOTE] Apache Camel 2.15.1

2015-03-29 Thread Christian Müller
As I mentioned, org.scala-lang/scala-library/2.10.4 doesn't export 'scala.reflect.api': karaf@root> features:chooseurl camel 2.15.1 Adding feature url mvn:org.apache.camel.karaf/apache-camel/2.15.1/xml/features karaf@root> install -s mvn:org.scala-lang/scala-library/2.10.4 Bundle ID: 52 karaf@root

Re: [VOTE] Apache Camel 2.15.1

2015-03-29 Thread Krzysztof Sobkowiak
Following worked for me install -s mvn:org.scala-lang/scala-library/2.10.4 install -s mvn:org.scala-lang/scala-reflect/2.10.4 feature:install camel-swagger Regards Krzysztof On 29.03.2015 23:24, Krzysztof Sobkowiak wrote: > Hi > > You must install mvn:org.scala-lang/scala-reflect/2.10.4. But ne

Re: [VOTE] Apache Camel 2.15.1

2015-03-29 Thread Krzysztof Sobkowiak
Hi You must install mvn:org.scala-lang/scala-reflect/2.10.4. But next I have new problem Error executing command: Can't install feature camel-swagger/0.0.0: Could not start bundle mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.swagger-core/1.3.12_1 in feature(s) camel-swag

Re: [VOTE] Apache Camel 2.15.1

2015-03-29 Thread Jean-Baptiste Onofré
-0 (non binding) The camel-cxf feature doesn't install directly "out of the box". Regards JB On 03/28/2015 03:22 PM, Willem Jiang wrote: This is a vote to release Apache Camel 2.15.1, a patch release coming with about 55 issues fixed. Release notes: 2.15.1 https://issues.apache.org/jira/secu

Re: [VOTE] Apache Camel 2.15.1

2015-03-29 Thread Christian Müller
+ 0 The signature looks good. I could install almost all bundles in Karaf 2.4.1. Some findings: The camel-cxf feature doesn't install the camel-spring feature, which is a required dependency. This leads to errors like this one: ERROR: Bundle org.apache.camel.camel-cxf [105] Error starting mvn:or

Re: [VOTE] Apache Camel 2.15.1

2015-03-29 Thread Andrea Cosentino
+1 non-binding On Saturday, March 28, 2015 3:24 PM, Willem Jiang wrote: This is a vote to release Apache Camel 2.15.1, a patch release coming        with about 55 issues fixed.        Release notes:      2.15.1 https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=1232944

Re: [VOTE] Apache Camel 2.15.1

2015-03-28 Thread Claus Ibsen
Hi Yay this time it installs nicely in OSGi. davsclaus:/opt/apache-karaf-2.4.1/$ bin/karaf __ __ / //_/ __ _/ __/ / ,< / __ `/ ___/ __ `/ /_ / /| |/ /_/ / / / /_/ / __/ /_/ |_|\__,_/_/ \__,_/_/ Apache Karaf (2.4.1) Hit '' fo

[VOTE] Apache Camel 2.15.1

2015-03-28 Thread Willem Jiang
This is a vote to release Apache Camel 2.15.1, a patch release coming        with about 55 issues fixed.        Release notes:      2.15.1 https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12329441&styleName=Html&projectId=12311211     Staging repo:         2.15.1 https://reposito