[ https://issues.apache.org/jira/browse/CAMEL-11304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16022294#comment-16022294 ]
ASF GitHub Bot commented on CAMEL-11304: ---------------------------------------- GitHub user elihusmails opened a pull request: https://github.com/apache/camel/pull/1711 CAMEL-11304 Added functionality for distinct queries in the camel-mongodb3 component. Source code has been merged with latest from upstream and code style has been verified. You can merge this pull request into a Git repository by running: $ git pull https://github.com/elihusmails/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1711.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 #1711 ---- commit c0eff244385afb93cef2cb4113333675b3a63873 Author: Mark Webb <mw...@srcinc.com> Date: 2017-05-11T21:28:56Z Added functionality for the camel-mongodb component to support Distinct Mongo queries. This work is in support of CAMEL-11259 https://issues.apache.org/jira/browse/CAMEL-11259 commit 1fdd5def02e58ab1a39a923ab5934a6e11ee2c20 Author: Mark Webb <mw...@srcinc.com> Date: 2017-05-12T00:03:22Z Fixed checkstyle problems commit 1e2995833dcd39266caaa5f87525cc60bb8c6840 Author: Mark Webb <mw...@srcinc.com> Date: 2017-05-12T00:51:58Z Merge branch 'master' of https://github.com/apache/camel commit 7d816bdee1ae2ae651cf56c677910250e8c72a2f Author: Mark Webb <mw...@srcinc.com> Date: 2017-05-17T03:02:20Z Merge branch 'master' of https://github.com/apache/camel commit 849f4a35285e519258ae87eadefe944e732baed6 Author: Mark Webb <mw...@srcinc.com> Date: 2017-05-17T03:26:09Z Updated the code based on Claus's suggestions commit 243f5efaef6c9486b30f9b4bd87ee3de8f54979e Author: Mark Webb <mw...@srcinc.com> Date: 2017-05-21T11:05:35Z Merge branch 'master' of https://github.com/apache/camel commit 9de2b52f084459da1154babfea04e4609750f993 Author: Mark Webb <mw...@srcinc.com> Date: 2017-05-24T04:17:34Z Added distinct query support for the camel-mongo3 component. Unit tests pass and code style checked ---- > Add Distinct queries to camel-mongodb3 > -------------------------------------- > > Key: CAMEL-11304 > URL: https://issues.apache.org/jira/browse/CAMEL-11304 > Project: Camel > Issue Type: Improvement > Components: camel-mongodb3 > Reporter: Mark Webb > Priority: Minor > Fix For: 2.20.0 > > Original Estimate: 24h > Remaining Estimate: 24h > > After adding distinct query functionality to the camel-mongodb component, > Claus suggested I add the same functionality to the camel-mongodb3 component. > The ticket for the camel-mongodb work is CAMEL-11259. -- This message was sent by Atlassian JIRA (v6.3.15#6346)