Re: Mongo Java driver 3 and mongodb component

2016-12-04 Thread Pontus Ullgren
Hello, Thanks for doing this work. One possibility would be to do both. That is introduce new MongoDbOutputType enumeration values such as "List", "Document" and "Iterator" and keep the old possible values (marked as deprecated) as aliases for these new once to preserve backwards compatibility. B

[GitHub] camel pull request #1329: Camel 10086 - Moved Pattern.compile() usages into ...

2016-12-04 Thread aefox
Github user aefox closed the pull request at: https://github.com/apache/camel/pull/1329 --- 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 enabl

[GitHub] camel pull request #1329: Camel 10086 - Moved Pattern.compile() usages into ...

2016-12-04 Thread aefox
GitHub user aefox opened a pull request: https://github.com/apache/camel/pull/1329 Camel 10086 - Moved Pattern.compile() usages into static variables This PR covers a first set of changes for [CAMEL-10086](https://issues.apache.org/jira/browse/CAMEL-10086) which targets extracting

[GitHub] camel pull request #1327: [CAMEL-10557] Fix Salesforce BulkAPI getRequest() ...

2016-12-04 Thread sirlatrom
Github user sirlatrom closed the pull request at: https://github.com/apache/camel/pull/1327 --- 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 e

Mongo Java driver 3 and mongodb component

2016-12-04 Thread sekaijin
Hi, The mongodb driver has changed in its foundation. It is recommended not to use many classes of the verion 2 still present in the driver. This is the case with DBObject, which is the basis for the configuration of the camel component. I'm working on the evolution of this component to use the n