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 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 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 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
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