<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:55:56 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[JAVA-1948] Support the find and getMore commands</title>
                <link>https://jira.mongodb.org/browse/JAVA-1948</link>
                <project id="10006" key="JAVA">Java Driver</project>
                    <description></description>
                <environment></environment>
        <key id="228097">JAVA-1948</key>
            <summary>Support the find and getMore commands</summary>
                <type id="2" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14711&amp;avatarType=issuetype">New Feature</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="jeff.yemin@mongodb.com">Jeffrey Yemin</assignee>
                                    <reporter username="jeff.yemin@mongodb.com">Jeffrey Yemin</reporter>
                        <labels>
                    </labels>
                <created>Wed, 2 Sep 2015 10:34:48 +0000</created>
                <updated>Mon, 7 Dec 2015 18:56:09 +0000</updated>
                            <resolved>Tue, 6 Oct 2015 18:47:15 +0000</resolved>
                                                    <fixVersion>3.2.0</fixVersion>
                                    <component>Query Operations</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="1107333" author="jeff.yemin" created="Mon, 7 Dec 2015 18:56:09 +0000"  >&lt;p&gt;The 3.2.0 driver, which contains a fix for this issue, has been released today.&lt;/p&gt;</comment>
                            <comment id="1067560" author="xgen-internal-githook" created="Thu, 22 Oct 2015 03:27:51 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jyemin&apos;, u&apos;name&apos;: u&apos;Jeff Yemin&apos;, u&apos;email&apos;: u&apos;jeff.yemin@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1948&quot; title=&quot;Support the find and getMore commands&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1948&quot;&gt;&lt;del&gt;JAVA-1948&lt;/del&gt;&lt;/a&gt;: Preserve existing behavior of cursors in the face of negative limit and/or batch size&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/2611e11bca955f243e183452c6c407b10702e14a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/2611e11bca955f243e183452c6c407b10702e14a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1067559" author="xgen-internal-githook" created="Thu, 22 Oct 2015 03:27:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jyemin&apos;, u&apos;name&apos;: u&apos;Jeff Yemin&apos;, u&apos;email&apos;: u&apos;jeff.yemin@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1948&quot; title=&quot;Support the find and getMore commands&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1948&quot;&gt;&lt;del&gt;JAVA-1948&lt;/del&gt;&lt;/a&gt;:  Use nToReturn calculation to determine batchSize for the getMore command, and in addition take the absolute value and then check for zero, as getMore requires that any specified batchSize be a positive integer.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/0d36abb39cd46fcfe0022e35d5a56ed6b8cd1dba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/0d36abb39cd46fcfe0022e35d5a56ed6b8cd1dba&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1061375" author="xgen-internal-githook" created="Thu, 15 Oct 2015 13:01:48 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jyemin&apos;, u&apos;name&apos;: u&apos;Jeff Yemin&apos;, u&apos;email&apos;: u&apos;jeff.yemin@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1948&quot; title=&quot;Support the find and getMore commands&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1948&quot;&gt;&lt;del&gt;JAVA-1948&lt;/del&gt;&lt;/a&gt;:  Now that the server ignores the slaveOk flag for getMore command, change the slaveOk value from true to false&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/a1097b3d1545515347d71fdb31f0b8199a448e19&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/a1097b3d1545515347d71fdb31f0b8199a448e19&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1052841" author="xgen-internal-githook" created="Tue, 6 Oct 2015 18:47:13 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jyemin&apos;, u&apos;name&apos;: u&apos;Jeff Yemin&apos;, u&apos;email&apos;: u&apos;jeff.yemin@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1948&quot; title=&quot;Support the find and getMore commands&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1948&quot;&gt;&lt;del&gt;JAVA-1948&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1719&quot; title=&quot;Re-implement Mongo.unlock and Mongo.isLocked with new database commands&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1719&quot;&gt;&lt;del&gt;JAVA-1719&lt;/del&gt;&lt;/a&gt;: Support query-related commands introduced in MongoDB 3.2&lt;br/&gt;
  Support the find, getMore and explain commands&lt;br/&gt;
  Support the currentOp and fsyncUnlock commands&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/7253aa585ce95c350d9f510a9ff994af6119e0ab&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/7253aa585ce95c350d9f510a9ff994af6119e0ab&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="191719">DRIVERS-211</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>JAVA-1943</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hre8a7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="712">Java Sprint 25</customfieldvalue>
    <customfieldvalue id="742">Java Sprint 26</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>