<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:54:31 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>[YANGTOOLS-864] XmlParserStream.readAnyXmlValue ignores namespaces</title>
                <link>https://jira.opendaylight.org/browse/YANGTOOLS-864</link>
                <project id="10188" key="YANGTOOLS">yangtools</project>
                    <description>&lt;p&gt;The xmlns attribute is only added for the element of anyxml type.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;&amp;lt;config&amp;gt; node of&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
&amp;lt;rpc message-id=&lt;span class=&quot;code-quote&quot;&gt;&quot;101&quot;&lt;/span&gt; xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot;&lt;/span&gt;&amp;gt;
&#160;&#160;&#160; &amp;lt;copy-config&amp;gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160; &amp;lt;target&amp;gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &amp;lt;candidate/&amp;gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160; &amp;lt;/target&amp;gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160; &amp;lt;source&amp;gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &amp;lt;config&amp;gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &amp;lt;interfaces xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:ietf:params:xml:ns:yang:ietf-interfaces&quot;&lt;/span&gt;&amp;gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &amp;lt;&lt;span class=&quot;code-keyword&quot;&gt;interface&lt;/span&gt;&amp;gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &amp;lt;name&amp;gt;GigabitEthernet0/8/0&amp;lt;/name&amp;gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &amp;lt;type xmlns:x=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:ietf:params:xml:ns:yang:iana-&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt;-type&quot;&lt;/span&gt;&amp;gt;x:ethernetCsmacd&amp;lt;/type&amp;gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &amp;lt;/&lt;span class=&quot;code-keyword&quot;&gt;interface&lt;/span&gt;&amp;gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &amp;lt;/interfaces&amp;gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &amp;lt;/config&amp;gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160; &amp;lt;/source&amp;gt;
&#160;&#160;&#160; &amp;lt;/copy-config&amp;gt;
&amp;lt;/rpc&amp;gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;is parsed as:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
&amp;lt;config xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot;&lt;/span&gt;&amp;gt;
    &amp;lt;interfaces&amp;gt;
        &amp;lt;&lt;span class=&quot;code-keyword&quot;&gt;interface&lt;/span&gt;&amp;gt;
            &amp;lt;name&amp;gt;GigabitEthernet0/8/0&amp;lt;/name&amp;gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &amp;lt;type&amp;gt;x:ethernetCsmacd&amp;lt;/type&amp;gt;
         &amp;lt;/&lt;span class=&quot;code-keyword&quot;&gt;interface&lt;/span&gt;&amp;gt;
    &amp;lt;/interfaces&amp;gt;
&amp;lt;/config&amp;gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;This causes troubles when implementing RPCs with anyxml nodes, because&lt;/p&gt;

&lt;p&gt;Netconf&apos;s RuntimeRpc.rpcToNNode uses XmlParserStream to produce BI representation&lt;/p&gt;

&lt;p&gt;of RPC.&lt;/p&gt;</description>
                <environment></environment>
        <key id="29423">YANGTOOLS-864</key>
            <summary>XmlParserStream.readAnyXmlValue ignores namespaces</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="10002">Duplicate</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="mgradzki">Marek Gradzki</reporter>
                        <labels>
                    </labels>
                <created>Wed, 14 Mar 2018 13:10:46 +0000</created>
                <updated>Tue, 1 Jan 2019 15:51:36 +0000</updated>
                            <resolved>Tue, 1 Jan 2019 15:51:22 +0000</resolved>
                                    <version>1.2.2</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="66108" author="rovarga" created="Tue, 1 Jan 2019 15:51:22 +0000"  >&lt;p&gt;Duplicate of &lt;a href=&quot;https://jira.opendaylight.org/browse/YANGTOOLS-923&quot; title=&quot;Opendaylight netconf parser removes namespaces in anyxml container before sending request to router&quot; class=&quot;issue-link&quot; data-issue-key=&quot;YANGTOOLS-923&quot;&gt;&lt;del&gt;YANGTOOLS-923&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="30243">YANGTOOLS-923</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|i03bo7:</customfieldvalue>

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