<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:39:17 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>[SNMP4SDN-7] Lithium snmp4sdn depends on Helium version of dependencies</title>
                <link>https://jira.opendaylight.org/browse/SNMP4SDN-7</link>
                <project id="10170" key="SNMP4SDN">snmp4sdn</project>
                    <description>&lt;p&gt;Autorelease is unable to build snmp4sdn because it incorrectly depends on the Helium version of a few dependencies:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;commons.opendaylight 1.4.4 should be updated to 1.5.0&lt;/li&gt;
	&lt;li&gt;sal 0.8.1 should be updated to 0.9.0&lt;/li&gt;
	&lt;li&gt;mdsal 1.1 should be updated to 1.2.0&lt;/li&gt;
	&lt;li&gt;nsf 0.4.2 should be updated to 0.5.0&lt;/li&gt;
	&lt;li&gt;yangtools 0.6.2 should be updated to 0.7.0&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26746">SNMP4SDN-7</key>
            <summary>Lithium snmp4sdn depends on Helium version of dependencies</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="10004" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Verified</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="zxiiro">Thanh Ha (zxiiro)</reporter>
                        <labels>
                    </labels>
                <created>Wed, 3 Jun 2015 20:39:16 +0000</created>
                <updated>Thu, 19 Oct 2017 21:25:08 +0000</updated>
                            <resolved>Mon, 8 Jun 2015 11:39:56 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="53690" author="zxiiro" created="Wed, 3 Jun 2015 20:42:01 +0000"  >&lt;p&gt;We need to bump all ODL dependency versions in snmp4sdn back up to the correct Lithium release versions. In my opinion this is a regression from before the code dump.&lt;/p&gt;</comment>
                            <comment id="53691" author="zxiiro" created="Wed, 3 Jun 2015 20:50:27 +0000"  >&lt;p&gt;My initial attempt at getting this going &lt;a href=&quot;https://git.opendaylight.org/gerrit/21824&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/21824&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hopefully we can work off of this to get this fixed to the end.&lt;/p&gt;</comment>
                            <comment id="53692" author="zxiiro" created="Wed, 3 Jun 2015 20:56:49 +0000"  >&lt;p&gt;Looks like my initial attempt fails with &quot;method does not override or implement a method from a supertype&quot;. I&apos;m not sure how to resolve this.&lt;/p&gt;

&lt;p&gt;Christine, can someone on SNMP4SDN project take a look and update the patch as necessary?&lt;/p&gt;</comment>
                            <comment id="53693" author="ylhsieh@itri.org.tw" created="Thu, 4 Jun 2015 05:16:37 +0000"  >&lt;p&gt;Thanh,&lt;/p&gt;

&lt;p&gt;With this patch, jenkins build succesfully now:&lt;br/&gt;
the patch set 2 in &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/21809/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/21809/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this patch, besides the dependencies you suggest to update, guava&apos;s version should not be placed in snmp4sdn&apos;s local pom so I removed it, then success.&lt;/p&gt;</comment>
                            <comment id="53694" author="zxiiro" created="Thu, 4 Jun 2015 13:32:58 +0000"  >&lt;p&gt;(In reply to Yi-Ling Hsieh from comment #4)&lt;br/&gt;
&amp;gt; Thanh,&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; With this patch, jenkins build succesfully now:&lt;br/&gt;
&amp;gt; the patch set 2 in &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/21809/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/21809/&lt;/a&gt;&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; In this patch, besides the dependencies you suggest to update, guava&apos;s&lt;br/&gt;
&amp;gt; version should not be placed in snmp4sdn&apos;s local pom so I removed it, then&lt;br/&gt;
&amp;gt; success.&lt;/p&gt;

&lt;p&gt;Thanks Christine,&lt;/p&gt;

&lt;p&gt;FYI in the future you do not need to create a new Gerrit. You could actually download the existing patch I created and &quot;git commit --amend&quot; it to modify and update a new patchset. ODL&apos;s Gerrit allows committers to modify and update any author&apos;s patches. Doing this would keep record of the history of the Gerrit patchsets all in one place.&lt;/p&gt;

&lt;p&gt;I&apos;ll updated autorelease and see if we can get snmp4sdn building in the next release candidate.&lt;/p&gt;</comment>
                            <comment id="53695" author="ylhsieh@itri.org.tw" created="Mon, 8 Jun 2015 11:39:56 +0000"  >&lt;p&gt;Thanks, Thanh.&lt;/p&gt;</comment>
                    </comments>
                    <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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3572</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=3572]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02v87:</customfieldvalue>

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