[
https://issues.apache.org/jira/browse/CAMEL-8668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15306892#comment-15306892
]
ASF GitHub Bot commented on CAMEL-8668:
---------------------------------------
GitHub user anoordover opened a pull request:
https://github.com/apache/camel/pull/1006
Camel-8668
Tried to solve CAMEL-8668. Solution isn't backward compatible. Maybe
introduce new mongodb3 endpoint.
Comments are appreciated.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anoordover/camel CAMEL-8668
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1006.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1006
----
commit b6f9da75a716faab1a371af4834f29637f2bbf57
Author: Arno Noordover <[email protected]>
Date: 2016-05-29T19:47:41Z
CAMEL-8668: MongoDbTailTrackingManager to MongoDB 3
commit a24369aab0d61e6a3ad7b0e2571c411c2f552054
Author: Arno Noordover <[email protected]>
Date: 2016-05-29T21:50:23Z
CAMEL-8668: MongoDbTailTrackingManager to MongoDB 3
commit 217ac81d7795eda416f1f3e5e303ace07556e58f
Author: Arno Noordover <[email protected]>
Date: 2016-05-29T22:03:59Z
CAMEL-8668: MongoDbTailingProcess
commit 2bd4b271d4bd57ab31da6b60eec52a32cb0b14a7
Author: Arno Noordover <[email protected]>
Date: 2016-05-30T19:01:17Z
CAMEL-8668: Removed deprecated DB and DBCollection from production classes
----
> Refactoring of Camel-MongoDB based on Java Driver 3.x
> -----------------------------------------------------
>
> Key: CAMEL-8668
> URL: https://issues.apache.org/jira/browse/CAMEL-8668
> Project: Camel
> Issue Type: Improvement
> Components: camel-mongodb
> Reporter: Andrea Cosentino
> Priority: Minor
> Fix For: 2.18.0
>
>
> We have updated the MongoDB Java Driver to 3.0.0 version. Everything
> continues to work but there are some new features and best practices to
> modify and implement inside the component. Many classes continues to exist,
> but some of their methods are deprecated and MongoDB recommends to use new
> classes.
> I'd like to work to the adjustment and refactoring of the component, if
> possible.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)