<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:55:26 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-1768] JsonReader doesn&apos;t parse ISODate strings in $date fields</title>
                <link>https://jira.mongodb.org/browse/JAVA-1768</link>
                <project id="10006" key="JAVA">Java Driver</project>
                    <description>&lt;p&gt;The JsonReader doesn&apos;t parse ISODateStrings in extended JSON format.&lt;/p&gt;
{ &quot;$date&quot; : &quot;2015-04-16T14:55:57.626Z&quot; }
{ &quot;$date&quot; : &quot;2015-04-16T16:55:57.626+02:00&quot; }

&lt;p&gt;The older JSONCallback based parser account this case.&lt;/p&gt;</description>
                <environment>all</environment>
        <key id="198555">JAVA-1768</key>
            <summary>JsonReader doesn&apos;t parse ISODate strings in $date fields</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="fbuecklers">Florian B&#252;cklers</reporter>
                        <labels>
                    </labels>
                <created>Fri, 17 Apr 2015 15:12:45 +0000</created>
                <updated>Tue, 5 May 2015 19:38:46 +0000</updated>
                            <resolved>Sun, 19 Apr 2015 20:50:32 +0000</resolved>
                                    <version>3.0.0</version>
                                    <fixVersion>3.0.1</fixVersion>
                    <fixVersion>3.1.0</fixVersion>
                                    <component>JSON</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="905777" author="jeff.yemin" created="Tue, 5 May 2015 19:38:46 +0000"  >&lt;p&gt;Closed for 3.0.1 release.&lt;/p&gt;</comment>
                            <comment id="892326" author="xgen-internal-githook" created="Sun, 19 Apr 2015 20:50:20 +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: In JsonReader, replaced SimpleDateFormat with DatatypeConverter.parseDateTime, as Java 6 does not support the &apos;X&apos; pattern character.&lt;/p&gt;

&lt;p&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1768&quot; title=&quot;JsonReader doesn&amp;#39;t parse ISODate strings in $date fields&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1768&quot;&gt;&lt;del&gt;JAVA-1768&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/ff12786cfeecc509674c3171ea7fd07621050b42&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/ff12786cfeecc509674c3171ea7fd07621050b42&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="892319" author="xgen-internal-githook" created="Sun, 19 Apr 2015 20:17:16 +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: In JsonReader, replaced SimpleDateFormat with DatatypeConverter.parseDateTime, as Java 6 does not support the &apos;X&apos; pattern character.&lt;/p&gt;

&lt;p&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1768&quot; title=&quot;JsonReader doesn&amp;#39;t parse ISODate strings in $date fields&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1768&quot;&gt;&lt;del&gt;JAVA-1768&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/0f02e65b4f50b0d1bb8891678929816f5c189158&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/0f02e65b4f50b0d1bb8891678929816f5c189158&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="892297" author="jeff.yemin" created="Sun, 19 Apr 2015 18:28:36 +0000"  >&lt;p&gt;Re-opening because SimpleDateFormat doesn&apos;t support the &apos;X&apos; pattern character until Java 7, but the driver must run on Java 6.&lt;/p&gt;</comment>
                            <comment id="891628" author="jeff.yemin" created="Fri, 17 Apr 2015 16:36:20 +0000"  >&lt;p&gt;Still internally discussing the right behavior of JsonWriter, so to move this forward I&apos;ll open that as a separate ticket.&lt;/p&gt;</comment>
                            <comment id="891575" author="fbuecklers" created="Fri, 17 Apr 2015 15:56:47 +0000"  >&lt;p&gt;I can also add the JsonWriter logic as well, if it helps to solve the ticket. Do wan&apos;t to write all $date values as strings by default now? &lt;/p&gt;</comment>
                            <comment id="891509" author="fbuecklers" created="Fri, 17 Apr 2015 15:16:26 +0000"  >&lt;p&gt;I have created a pull request: &lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/pull/307&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/pull/307&lt;/a&gt;&lt;br/&gt;
There was also a issue that one SimpleDateFormat instance was not localized&lt;/p&gt;</comment>
                    </comments>
                    <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|hs1uj3:</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="485">Java Sprint 18</customfieldvalue>

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