<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 09:01:58 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-4399] OSGi package import of jdk.net in mongodb-driver-core-4.3.1.jar</title>
                <link>https://jira.mongodb.org/browse/JAVA-4399</link>
                <project id="10006" key="JAVA">Java Driver</project>
                    <description>&lt;p&gt;The bundle specifies JavaSE-8 as its minimum requirement in its MANIFEST.MF. Yet, its package imports require jdk.net which in a regular Equinox OSGi environment is not part of JavaSE-1.8.profile. With this, projects that include mongodb-driver-core-4.3.1.jar won&apos;t compile in a Maven/Tycho build.&lt;/p&gt;

&lt;p&gt;To test things, I&apos;ve removed the package import on jdk.net from the JAR&apos;s manifest, and things seems to work fine.&lt;/p&gt;

&lt;p&gt;Either you should require the Equinox folks to include jdk.net in the JavaSE-8.profile or you should refrain from requiring it in bundles that claim to live with (thanks!) Java8.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1860307">JAVA-4399</key>
            <summary>OSGi package import of jdk.net in mongodb-driver-core-4.3.1.jar</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</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="13201">Fixed</resolution>
                                        <assignee username="ross@mongodb.com">Ross Lawley</assignee>
                                    <reporter username="mongo@homemp3.dyndns.org">Donald Duck</reporter>
                        <labels>
                            <label>external-user</label>
                    </labels>
                <created>Wed, 25 Aug 2021 21:29:21 +0000</created>
                <updated>Sat, 28 Oct 2023 11:20:57 +0000</updated>
                            <resolved>Mon, 22 Nov 2021 10:35:15 +0000</resolved>
                                                    <fixVersion>4.4.1</fixVersion>
                                    <component>Packaging</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="4238583" author="xgen-internal-githook" created="Thu, 9 Dec 2021 14:00:11 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ross Lawley&apos;, &apos;email&apos;: &apos;ross.lawley@gmail.com&apos;, &apos;username&apos;: &apos;rozza&apos;}
&lt;p&gt;Message: Build: Fix Manifest for jdk.net&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-4399&quot; title=&quot;OSGi package import of jdk.net in mongodb-driver-core-4.3.1.jar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-4399&quot;&gt;&lt;del&gt;JAVA-4399&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 4.4.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/7aa0a127fb75fe6210b74938cc79df8089ba9a10&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/7aa0a127fb75fe6210b74938cc79df8089ba9a10&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4204302" author="xgen-internal-githook" created="Mon, 22 Nov 2021 10:30:35 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ross Lawley&apos;, &apos;email&apos;: &apos;ross.lawley@gmail.com&apos;, &apos;username&apos;: &apos;rozza&apos;}
&lt;p&gt;Message: Build: Fix Manifest for jdk.net&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-4399&quot; title=&quot;OSGi package import of jdk.net in mongodb-driver-core-4.3.1.jar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-4399&quot;&gt;&lt;del&gt;JAVA-4399&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/fc1e0b8a776c4cd5f16af72e04dfb82ba3760c33&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/fc1e0b8a776c4cd5f16af72e04dfb82ba3760c33&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4200146" author="ross@10gen.com" created="Fri, 19 Nov 2021 11:01:33 +0000"  >&lt;p&gt;Thanks for reporting this &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=mongo%40homemp3.dyndns.org&quot; class=&quot;user-hover&quot; rel=&quot;mongo@homemp3.dyndns.org&quot;&gt;mongo@homemp3.dyndns.org&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Apologies for lack of action on this ticket, it fell through the cracks and took some time to be allocated to the correct team.&lt;/p&gt;</comment>
                            <comment id="4022913" author="JIRAUSER1262103" created="Wed, 25 Aug 2021 21:38:55 +0000"  >&lt;p&gt;&lt;a href=&quot;https://www.mail-archive.com/user@karaf.apache.org/msg22443.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.mail-archive.com/user@karaf.apache.org/msg22443.html&lt;/a&gt;&#160;points at this issue, too. The solution to add something to etc/jre.properties doesn&apos;t work here as we&apos;re talking about a Tycho/Maven build.&lt;/p&gt;</comment>
                            <comment id="4022906" author="JIRAUSER1262103" created="Wed, 25 Aug 2021 21:36:25 +0000"  >&lt;p&gt;JavaSE-9.profile in org.eclipse.osgi_3.16.100v20201030-1916.jar doesn&apos;t contain jdk.net either.&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|hzj9qn:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>