[GitHub] camel pull request #2176: CAMEL-12142 : default mongodb host

2018-01-14 Thread fhassak
GitHub user fhassak opened a pull request: https://github.com/apache/camel/pull/2176 CAMEL-12142 : default mongodb host You can merge this pull request into a Git repository by running: $ git pull https://github.com/fhassak/camel CAMEL-12142 Alternatively you can review

[GitHub] camel pull request #2187: camel-mongodb : remove unnecessary parameter when ...

2018-01-20 Thread fhassak
GitHub user fhassak opened a pull request: https://github.com/apache/camel/pull/2187 camel-mongodb : remove unnecessary parameter when searching for all d… …ocuments You can merge this pull request into a Git repository by running: $ git pull https://github.com/fhassak

[GitHub] camel pull request #2193: CAMEL-12185 - Camel-MongoDB : add option outputTyp...

2018-01-25 Thread fhassak
GitHub user fhassak opened a pull request: https://github.com/apache/camel/pull/2193 CAMEL-12185 - Camel-MongoDB : add option outputType for aggregate operation New option for aggregate operation : - camel-mongodb : `outputType=DBCursor` - camel-mongodb3 : `outputType

[GitHub] camel pull request #2234: Fix up documentation of Camel MongoDB

2018-02-24 Thread fhassak
GitHub user fhassak opened a pull request: https://github.com/apache/camel/pull/2234 Fix up documentation of Camel MongoDB You can merge this pull request into a Git repository by running: $ git pull https://github.com/fhassak/camel camel-mongodb-doc Alternatively you can

[GitHub] camel pull request #2252: CAMEL-12343 : refer to new contructor with default...

2018-03-11 Thread fhassak
GitHub user fhassak opened a pull request: https://github.com/apache/camel/pull/2252 CAMEL-12343 : refer to new contructor with defaultCamelContext for deprecated constructor Migrate from 2.19.2 to 2.20.2 failed. ``` java.lang.IllegalArgumentException: CamelContext

[GitHub] camel pull request #2252: CAMEL-12343 : refer to new constructor with defaul...

2018-03-12 Thread fhassak
GitHub user fhassak reopened a pull request: https://github.com/apache/camel/pull/2252 CAMEL-12343 : refer to new constructor with defaultCamelContext for deprecated constructor Migrate from 2.19.2 to 2.20.2 failed. ``` java.lang.IllegalArgumentException: CamelContext

[GitHub] camel pull request #2243: CAMEL-12316 : Add allowDiskUse option to aggregate...

2018-03-03 Thread fhassak
GitHub user fhassak opened a pull request: https://github.com/apache/camel/pull/2243 CAMEL-12316 : Add allowDiskUse option to aggregate operation You can merge this pull request into a Git repository by running: $ git pull https://github.com/fhassak/camel CAMEL-12316

[GitHub] camel pull request #2244: CAMEL-12302 : MongoDB - add bulk writes operation

2018-03-04 Thread fhassak
GitHub user fhassak opened a pull request: https://github.com/apache/camel/pull/2244 CAMEL-12302 : MongoDB - add bulk writes operation Hello, New builk write operation ! Thanks to @csarrazi You can merge this pull request into a Git repository by running