<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:02:08 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>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[INFRAUTILS-52] jHades doesn&#8217;t support JDK 9+</title>
                <link>https://jira.opendaylight.org/browse/INFRAUTILS-52</link>
                <project id="10129" key="INFRAUTILS">infrautils</project>
                    <description>&lt;p&gt;See &lt;a href=&quot;https://github.com/jhades/jhades/issues/9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/jhades/jhades/issues/9&lt;/a&gt; : jHades doesn&#8217;t support JDK 9 or later, which means ClasspathHellDuplicatesCheckRule can&#8217;t be used as currently implemented.&lt;/p&gt;</description>
                <environment></environment>
        <key id="30790">INFRAUTILS-52</key>
            <summary>jHades doesn&#8217;t support JDK 9+</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="vorburger">Michael Vorburger</assignee>
                                    <reporter username="skitt">Stephen Kitt</reporter>
                        <labels>
                    </labels>
                <created>Mon, 24 Sep 2018 14:25:17 +0000</created>
                <updated>Fri, 9 Nov 2018 14:02:02 +0000</updated>
                            <resolved>Fri, 9 Nov 2018 14:02:02 +0000</resolved>
                                    <version>Neon</version>
                                    <fixVersion>Neon</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="65044" author="vorburger" created="Mon, 24 Sep 2018 15:36:27 +0000"  >&lt;p&gt;I can look into this some time (perhaps more next week?), but one of the options here may be to just ditch it... &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.opendaylight.org/images/icons/emoticons/tongue.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="65190" author="vorburger" created="Thu, 4 Oct 2018 01:42:05 +0000"  >&lt;p&gt;I&apos;ve concluded that it&apos;s non-trivial at all to fix JHades to support Java 9+ (11), see update in &lt;a href=&quot;https://github.com/jhades/jhades/issues/9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;jhades #9&lt;/a&gt;&#160;and thefore instead just completely re-implemented our &lt;tt&gt;ClasspathHellDuplicatesCheckRule&lt;/tt&gt;&#160;based on &lt;a href=&quot;http://example.com&quot; title=&quot;https://github.com/classgraph/classgraph&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;classgraph&lt;/a&gt; (see also&#160;&lt;a href=&quot;https://github.com/classgraph/classgraph/issues/256&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;classgraph #256&lt;/a&gt;) in &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/76625/1/testutils/src/main/java/org/opendaylight/infrautils/testutils/ClasspathHellDuplicatesChecker.java&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c/76625&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="65192" author="vorburger" created="Thu, 4 Oct 2018 02:09:03 +0000"  >&lt;p&gt;Hm, interesting,&#160;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/76625/1/testutils/src/main/java/org/opendaylight/infrautils/testutils/ClasspathHellDuplicatesChecker.java&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c/76625&lt;/a&gt; fails with &lt;a href=&quot;https://jira.opendaylight.org/browse/ODLPARENT-167&quot; title=&quot;Error during blueprint generation: IllegalArgumentException (without further details)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;ODLPARENT-167&quot;&gt;&lt;del&gt;ODLPARENT-167&lt;/del&gt;&lt;/a&gt; ... probably because classgraph contains something Java 9+ ... let&apos;s just wait for the MRI bump story to be over before merging that. (Again locally working around in ready-impl, where it hit, would be possible, but merging c/76625 as-is right now will have a ripple knock on effect on any project using infrautils-testutils ... not worth it.)&lt;/p&gt;</comment>
                            <comment id="65212" author="vorburger" created="Thu, 4 Oct 2018 16:16:47 +0000"  >&lt;p&gt;classgraph released a new version &lt;a href=&quot;https://github.com/classgraph/classgraph/releases/tag/classgraph-4.2.7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/classgraph/classgraph/releases/tag/classgraph-4.2.7&lt;/a&gt;&#160;- I&apos;ll use that.&lt;/p&gt;</comment>
                            <comment id="65451" author="vorburger" created="Tue, 30 Oct 2018 19:20:59 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=skitt&quot; class=&quot;user-hover&quot; rel=&quot;skitt&quot;&gt;skitt&lt;/a&gt; (or &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=rovarga&quot; class=&quot;user-hover&quot; rel=&quot;rovarga&quot;&gt;rovarga&lt;/a&gt;, if interested), wanna test and confirm that&#160;c/76625 works as expected with Java 9/10/11 ?&lt;/p&gt;</comment>
                            <comment id="65537" author="vorburger" created="Fri, 9 Nov 2018 14:01:48 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/browse/NEUTRON-205&quot; title=&quot;Classpath duplicates detected: javax/inject/Inject.class&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NEUTRON-205&quot;&gt;&lt;del&gt;NEUTRON-205&lt;/del&gt;&lt;/a&gt; regression was caused by this.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="30997">NEUTRON-205</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03j13:</customfieldvalue>

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