[GitHub] camel pull request: CAMEL-9707: Add ListDataSet and FileDataSet

2016-03-14 Thread hqstevenson
GitHub user hqstevenson opened a pull request: https://github.com/apache/camel/pull/901 CAMEL-9707: Add ListDataSet and FileDataSet You can merge this pull request into a Git repository by running: $ git pull https://github.com/hqstevenson/camel CAMEL-9707 Alternatively you

[GitHub] camel pull request: Added support to exclude a route from document...

2016-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/898 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request: Camel 9699 - Improve expected message count ha...

2016-03-14 Thread hqstevenson
Github user hqstevenson closed the pull request at: https://github.com/apache/camel/pull/897 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request: CAMEL-9706: MockEndpoint: isEqualTo predicate ...

2016-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/900 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request: CAMEL-9706: MockEndpoint: isEqualTo predicate ...

2016-03-14 Thread jarst
GitHub user jarst opened a pull request: https://github.com/apache/camel/pull/900 CAMEL-9706: MockEndpoint: isEqualTo predicate does not handle arrays … …correctly Source of problem was the final line of ObjectHelper#equal method. You can merge this pull request

[GitHub] camel pull request: [CAMEL-9703] Infinispan endpoint requires infi...

2016-03-14 Thread tdiesler
Github user tdiesler closed the pull request at: https://github.com/apache/camel/pull/899 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request: [CAMEL-9703] Infinispan endpoint requires infi...

2016-03-14 Thread tdiesler
GitHub user tdiesler opened a pull request: https://github.com/apache/camel/pull/899 [CAMEL-9703] Infinispan endpoint requires infinispan-query-dsl You can merge this pull request into a Git repository by running: $ git pull https://github.com/tdiesler/camel CAMEL-9703

Re: Wiki - edit permission

2016-03-14 Thread Claus Ibsen
Hi I have granted you edit permission. On Mon, Mar 14, 2016 at 11:33 AM, Jarek Strzelecki wrote: > Hello, > I would like to request EDIT permission to Camel wiki (needed to document > new data format - CAMEL-9679). > My username: jarek.strzelecki > > I have already

Wiki - edit permission

2016-03-14 Thread Jarek Strzelecki
Hello, I would like to request EDIT permission to Camel wiki (needed to document new data format - CAMEL-9679). My username: jarek.strzelecki I have already submitted ICLA and received acknowledgement of receipt. Thanks, Jarek -- Jaroslaw Strzelecki

Re: [HEADS UP] - Camel 2.17 and Apache Karaf changes

2016-03-14 Thread Claus Ibsen
On Mon, Mar 14, 2016 at 11:25 AM, Guillaume Nodet wrote: > 2016-03-14 11:10 GMT+01:00 Claus Ibsen : > >> On Mon, Mar 14, 2016 at 11:01 AM, Guillaume Nodet >> wrote: >> > 2016-03-14 10:53 GMT+01:00 Claus Ibsen :

[GitHub] camel pull request: Added support to exclude a route from document...

2016-03-14 Thread simi-hgdata
GitHub user simi-hgdata opened a pull request: https://github.com/apache/camel/pull/898 Added support to exclude a route from documentation Sometimes you may need to exclude some routes from the documentation. In our case we want to hide a route which now has performance issues.

Re: [HEADS UP] - Camel 2.17 and Apache Karaf changes

2016-03-14 Thread Guillaume Nodet
2016-03-14 11:10 GMT+01:00 Claus Ibsen : > On Mon, Mar 14, 2016 at 11:01 AM, Guillaume Nodet > wrote: > > 2016-03-14 10:53 GMT+01:00 Claus Ibsen : > > > >> Hi > >> > >> Unfortunately pax-exam seems a bit unstable. What I have

Re: [HEADS UP] - Camel 2.17 and Apache Karaf changes

2016-03-14 Thread Claus Ibsen
And there is also this ticket about pax-cdi https://issues.apache.org/jira/browse/CAMEL-9701 Maybe you can help fix that gnodet? On Mon, Mar 14, 2016 at 11:10 AM, Claus Ibsen wrote: > On Mon, Mar 14, 2016 at 11:01 AM, Guillaume Nodet wrote: >>

Re: [HEADS UP] - Camel 2.17 and Apache Karaf changes

2016-03-14 Thread Claus Ibsen
On Mon, Mar 14, 2016 at 11:01 AM, Guillaume Nodet wrote: > 2016-03-14 10:53 GMT+01:00 Claus Ibsen : > >> Hi >> >> Unfortunately pax-exam seems a bit unstable. What I have noticed is >> that if you run the tests >> >> cd tests/camel-itest-karaf >> mvn

Re: [HEADS UP] - Camel 2.17 and Apache Karaf changes

2016-03-14 Thread Guillaume Nodet
2016-03-14 10:53 GMT+01:00 Claus Ibsen : > Hi > > Unfortunately pax-exam seems a bit unstable. What I have noticed is > that if you run the tests > > cd tests/camel-itest-karaf > mvn clean install -Pkaraf4 > > then it cannot test camel features that install bundles using

Re: [HEADS UP] - Camel 2.17 and Apache Karaf changes

2016-03-14 Thread Claus Ibsen
Hi Unfortunately pax-exam seems a bit unstable. What I have noticed is that if you run the tests cd tests/camel-itest-karaf mvn clean install -Pkaraf4 then it cannot test camel features that install bundles using the "wrap" protocol. You get a protocol not supported exception. But it install