<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:51:39 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-173] ReflectionDBObject: make extracted field name start with a lower case letter</title>
                <link>https://jira.mongodb.org/browse/JAVA-173</link>
                <project id="10006" key="JAVA">Java Driver</project>
                    <description>&lt;p&gt;The expected behaviour is to convert the first letter to lower case. Most Java tools are doing this if dealing with getter/setter names. &lt;/p&gt;

&lt;p&gt;Domain class:&lt;br/&gt;
-------------------------------------------&lt;/p&gt;

&lt;p&gt;public class E2 extends ReflectionDBObject {&lt;/p&gt;

&lt;p&gt;    private String sss;&lt;br/&gt;
    private int iii;&lt;/p&gt;

&lt;p&gt;    public E2(String sss, int iii) &lt;/p&gt;
{
        this.sss = sss;
        this.iii = iii;
    }

&lt;p&gt;    public String getSss() &lt;/p&gt;
{
        return sss;
    }

&lt;p&gt;    public void setSss(String sss) &lt;/p&gt;
{
        this.sss = sss;
    }

&lt;p&gt;    public int getIii() &lt;/p&gt;
{
        return iii;
    }

&lt;p&gt;    public void setIii(int iii) &lt;/p&gt;
{
        this.iii = iii;
    }
&lt;p&gt;}&lt;/p&gt;

&lt;p&gt;Saved data: &lt;br/&gt;
-------------------------------------------------------------------&lt;/p&gt;

{ &quot;Iii&quot; : 111 , &quot;Sss&quot; : &quot;111&quot; }
</description>
                <environment></environment>
        <key id="13270">JAVA-173</key>
            <summary>ReflectionDBObject: make extracted field name start with a lower case letter</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="2">Won&apos;t Fix</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="ilya">Ilya Brodotsky</reporter>
                        <labels>
                    </labels>
                <created>Wed, 6 Oct 2010 09:47:13 +0000</created>
                <updated>Fri, 12 Jul 2013 13:48:28 +0000</updated>
                            <resolved>Fri, 12 Jul 2013 13:48:28 +0000</resolved>
                                    <version>2.1</version>
                                                    <component>Codecs</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="379770" author="jeff.yemin" created="Fri, 12 Jul 2013 13:48:28 +0000"  >&lt;p&gt;In 3.0 we&apos;re going to have much better support for encoders and decoders, but through an entirely different mechanism.  So we&apos;re not going to fix this, and instead ask users to migrate to a more flexible codec scheme that doesn&apos;t require inheritance from ReflectionDBObject&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|hrhctz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>14879</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>