<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:54:34 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>[CONTROLLER-1052] Upgrade nagasena to 2.50.0</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-1052</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;We are currently shipping nagasena 2.38.0. Deploy a new artifact based on 2.49.0 and start using it.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="25606">CONTROLLER-1052</key>
            <summary>Upgrade nagasena to 2.50.0</summary>
                <type id="10100" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10310&amp;avatarType=issuetype">Improvement</type>
                                                <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="tcere">Tomas Cere</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                    </labels>
                <created>Tue, 2 Dec 2014 14:17:08 +0000</created>
                <updated>Fri, 19 Jun 2015 07:59:27 +0000</updated>
                            <resolved>Fri, 19 Jun 2015 07:59:27 +0000</resolved>
                                    <version>Post-Helium</version>
                                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="49897" author="mmarsale@cisco.com" created="Tue, 2 Jun 2015 11:13:51 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-1139&quot; title=&quot;EXI encode/decode failure with a specific config module&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-1139&quot;&gt;&lt;del&gt;CONTROLLER-1139&lt;/del&gt;&lt;/a&gt; is still present in ODL even with version 2.52 of nagasena lib when we try to reuse the Transmogrifier.&lt;/p&gt;

&lt;p&gt;I was able to reproduce the issue in an isolated environment and I have opened a discussion in the openEXI lib forum&lt;br/&gt;
&lt;a href=&quot;https://sourceforge.net/p/openexi/discussion/800031/thread/5a8554bd/#cee3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://sourceforge.net/p/openexi/discussion/800031/thread/5a8554bd/#cee3&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Not upgrading for now. Will wait for response from openEXI team.&lt;/p&gt;


&lt;p&gt;New findings for &lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-1139&quot; title=&quot;EXI encode/decode failure with a specific config module&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-1139&quot;&gt;&lt;del&gt;CONTROLLER-1139&lt;/del&gt;&lt;/a&gt;:&lt;br/&gt;
The bug with decoding EXI (2679) appears only after 2 similar xml messages(same xml tags) are encoded/decoded. The decoding fails for the second message, because the encoding produces different binary output. Example of such similar messages:&lt;/p&gt;

&lt;p&gt;// First:&lt;br/&gt;
&amp;lt;rpc message-id=&quot;m-2&quot; xmlns=&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot;&amp;gt;&lt;br/&gt;
&amp;lt;edit-config&amp;gt;&lt;br/&gt;
&amp;lt;target&amp;gt;&lt;br/&gt;
&amp;lt;candidate/&amp;gt;&lt;br/&gt;
&amp;lt;/target&amp;gt;&lt;br/&gt;
&amp;lt;config&amp;gt;&lt;br/&gt;
&amp;lt;modules xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:config&quot;&amp;gt;&lt;br/&gt;
&amp;lt;/modules&amp;gt;&lt;br/&gt;
&amp;lt;/config&amp;gt;&lt;br/&gt;
&amp;lt;/edit-config&amp;gt;&lt;br/&gt;
&amp;lt;/rpc&amp;gt;&lt;/p&gt;

&lt;p&gt;// Second:&lt;br/&gt;
&amp;lt;rpc message-id=&quot;m-3&quot; xmlns=&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot;&amp;gt;&lt;br/&gt;
&amp;lt;edit-config&amp;gt;&lt;br/&gt;
&amp;lt;target&amp;gt;&lt;br/&gt;
&amp;lt;candidate/&amp;gt;&lt;br/&gt;
&amp;lt;/target&amp;gt;&lt;br/&gt;
&amp;lt;default-operation&amp;gt;none&amp;lt;/default-operation&amp;gt;&lt;br/&gt;
&amp;lt;config&amp;gt;&lt;br/&gt;
&amp;lt;modules xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:config&quot;&amp;gt;&lt;br/&gt;
&amp;lt;module xmlns:a=&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot; a:operation=&quot;replace&quot;&amp;gt;&lt;br/&gt;
&amp;lt;name&amp;gt;example-bgp-peer&amp;lt;/name&amp;gt;&lt;br/&gt;
&amp;lt;type xmlns:x=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;x:bgp-peer&amp;lt;/type&amp;gt;&lt;br/&gt;
&amp;lt;/module&amp;gt;&lt;br/&gt;
&amp;lt;/modules&amp;gt;&lt;br/&gt;
&amp;lt;/config&amp;gt;&lt;br/&gt;
&amp;lt;/edit-config&amp;gt;&lt;br/&gt;
&amp;lt;/rpc&amp;gt;&lt;/p&gt;</comment>
                            <comment id="49898" author="mmarsale@cisco.com" created="Wed, 3 Jun 2015 07:14:04 +0000"  >&lt;p&gt;Authors of nagasena/openExi promised to fix this bug in the next release. So we should update to the next available version (after 2.52).&lt;/p&gt;</comment>
                            <comment id="49899" author="tcere" created="Wed, 17 Jun 2015 08:12:32 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/22681/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/22681/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="49900" author="mmarsale@cisco.com" created="Fri, 19 Jun 2015 07:59:27 +0000"  >&lt;p&gt;Just noticed this was not cherry-picked for master. But I cannot change the state of this bug back to waiting for review. These are the cherry-picks:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/22972/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/22972/&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/22973/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/22973/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="25607">CONTROLLER-1053</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="25693">CONTROLLER-1139</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="26877">MDSAL-55</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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2458</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=2458]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10305"><![CDATA[Improvement]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10373"><![CDATA[Lithium-RC3]]></customfieldvalue>

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

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