<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:54:12 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-1272] Support reading MongoDB Extended JSON containing $numberLong</title>
                <link>https://jira.mongodb.org/browse/JAVA-1272</link>
                <project id="10006" key="JAVA">Java Driver</project>
                    <description>&lt;p&gt;MongoDB 2.6 introduced support for the NumberLong data type in MongoDB Extended JSON using $numberLong.  However, the Java driver does not yet support it.  If you try to insert a document that makes use of $numberLong, you&apos;ll get an error saying that field names starting with dollar signs are not allowed.  This should be a matter of adding a couple of lines to JSONCallback.java.&lt;/p&gt;</description>
                <environment></environment>
        <key id="141554">JAVA-1272</key>
            <summary>Support reading MongoDB Extended JSON containing $numberLong</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="ross@mongodb.com">Ross Lawley</assignee>
                                    <reporter username="david.golub@mongodb.com">David Golub</reporter>
                        <labels>
                    </labels>
                <created>Wed, 11 Jun 2014 15:29:29 +0000</created>
                <updated>Tue, 18 Jan 2022 15:53:44 +0000</updated>
                            <resolved>Wed, 18 Jun 2014 09:34:00 +0000</resolved>
                                                    <fixVersion>2.12.3</fixVersion>
                                    <component>JSON</component>
                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="817749" author="xgen-internal-githook" created="Fri, 30 Jan 2015 18:38:31 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rozza&apos;, u&apos;name&apos;: u&apos;Ross Lawley&apos;, u&apos;email&apos;: u&apos;ross.lawley@gmail.com&apos;}
&lt;p&gt;Message: Ported support for $numberLong to 3.0.x&lt;/p&gt;

&lt;p&gt;Refs: &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1272&quot; title=&quot;Support reading MongoDB Extended JSON containing $numberLong&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1272&quot;&gt;&lt;del&gt;JAVA-1272&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/bacc37727ad655466b81d4a73a58bc2cf14b910b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/bacc37727ad655466b81d4a73a58bc2cf14b910b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="668502" author="xgen-internal-githook" created="Wed, 23 Jul 2014 07:52:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rozza&apos;, u&apos;name&apos;: u&apos;Ross Lawley&apos;, u&apos;email&apos;: u&apos;ross.lawley@gmail.com&apos;}
&lt;p&gt;Message: Ported support for $numberLong to 3.0.x&lt;/p&gt;

&lt;p&gt;Refs: &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1272&quot; title=&quot;Support reading MongoDB Extended JSON containing $numberLong&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1272&quot;&gt;&lt;del&gt;JAVA-1272&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 3.0.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/bacc37727ad655466b81d4a73a58bc2cf14b910b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/bacc37727ad655466b81d4a73a58bc2cf14b910b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="633532" author="xgen-internal-githook" created="Wed, 25 Jun 2014 09:38:03 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rozza&apos;, u&apos;name&apos;: u&apos;Ross Lawley&apos;, u&apos;email&apos;: u&apos;ross.lawley@gmail.com&apos;}
&lt;p&gt;Message: Added support for reading $numberLong in extended JSON&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1272&quot; title=&quot;Support reading MongoDB Extended JSON containing $numberLong&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1272&quot;&gt;&lt;del&gt;JAVA-1272&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 2.12.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/79120a537661945a0389a114540d2449cd0dba9a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/79120a537661945a0389a114540d2449cd0dba9a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="625806" author="xgen-internal-githook" created="Wed, 18 Jun 2014 09:28:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rozza&apos;, u&apos;name&apos;: u&apos;Ross Lawley&apos;, u&apos;email&apos;: u&apos;ross.lawley@gmail.com&apos;}
&lt;p&gt;Message: Added support for reading $numberLong in extended JSON&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1272&quot; title=&quot;Support reading MongoDB Extended JSON containing $numberLong&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1272&quot;&gt;&lt;del&gt;JAVA-1272&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/79120a537661945a0389a114540d2449cd0dba9a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/79120a537661945a0389a114540d2449cd0dba9a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="617174" author="david.golub" created="Wed, 11 Jun 2014 15:44:59 +0000"  >&lt;p&gt;See &lt;a href=&quot;https://github.com/10gen/mms/commit/ae176a15399d4820f54c32a8fb8cc9d50e01ed36&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mms/commit/ae176a15399d4820f54c32a8fb8cc9d50e01ed36&lt;/a&gt; for a temporary workaround I just added to MMS to address the lack of support for $numberLong.  It should be fairly straightforward to adapt this for insertion into JSONCallback in the Java driver source code.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="141640">DRIVERS-167</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </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_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrg9fb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8432</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="202">Sprint 4 - June 16 - July 3</customfieldvalue>

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