<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:54:49 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-968] Add support for RFC7950 Errata 5617 leafrefs</title>
                <link>https://jira.opendaylight.org/browse/YANGTOOLS-968</link>
                <project id="10188" key="YANGTOOLS">yangtools</project>
                    <description>&lt;p&gt;Observed in &lt;a href=&quot;https://jira.opendaylight.org/browse/MDSAL-423&quot; title=&quot;Failed to find leafref target&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MDSAL-423&quot;&gt;&lt;del&gt;MDSAL-423&lt;/del&gt;&lt;/a&gt;, when a leafref contains a function invocation:&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;
leaf flavor {
&#160; type leafref {
&#160;&#160;&#160; path &lt;span class=&quot;code-quote&quot;&gt;&quot;deref(../../../ext-cpd/&lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;-virtual-link-desc)/../desc-flavor/id&quot;&lt;/span&gt;;
&#160; }
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;we end up splitting the path, but not account for the call correctly, leading to:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;java.lang.IllegalArgumentException: Parameter &apos;localName&apos;:&apos;int-virtual-link-desc)&apos; contains illegal character &apos;)&apos;
&#160;&#160;&#160; at org.opendaylight.yangtools.yang.common.QName.checkLocalName (QName.java:101)
&#160;&#160;&#160; at org.opendaylight.yangtools.yang.common.QName.create (QName.java:139)
&#160;&#160;&#160; at org.opendaylight.yangtools.yang.common.QName.create (QName.java:165)
&#160;&#160;&#160; at org.opendaylight.yangtools.yang.model.util.SchemaContextUtil.stringPathPartToQName (SchemaContextUtil.java:596)
&#160;&#160;&#160; at org.opendaylight.yangtools.yang.model.util.SchemaContextUtil.lambda$resolveRelativeXPath$2 (SchemaContextUtil.java:674)
&#160;&#160;&#160; at com.google.common.collect.Iterators$6.transform (Iterators.java:785)
&#160;&#160;&#160; at com.google.common.collect.TransformedIterator.next (TransformedIterator.java:47)
&#160;&#160;&#160; at com.google.common.collect.Iterators$ConcatenatedIterator.next (Iterators.java:1363)
&#160;&#160;&#160; at com.google.common.collect.Iterables$6$1.next (Iterables.java:882)
&#160;&#160;&#160; at com.google.common.collect.Iterables$6$1.next (Iterables.java:882)
&#160;&#160;&#160; at com.google.common.collect.Iterables$6$1.next (Iterables.java:882)
&#160;&#160;&#160; at org.opendaylight.yangtools.yang.model.util.SchemaContextUtil.findNodeIn (SchemaContextUtil.java:397)
&#160;&#160;&#160; at org.opendaylight.yangtools.yang.model.util.SchemaContextUtil.findNodeIn (SchemaContextUtil.java:408)
&#160;&#160;&#160; at org.opendaylight.yangtools.yang.model.util.SchemaContextUtil.findNodeIn (SchemaContextUtil.java:408)
&#160;&#160;&#160; at org.opendaylight.yangtools.yang.model.util.SchemaContextUtil.findNodeInModule (SchemaContextUtil.java:362)
&#160;&#160;&#160; at org.opendaylight.yangtools.yang.model.util.SchemaContextUtil.findNodeInSchemaContext (SchemaContextUtil.java:267)
&#160;&#160;&#160; at org.opendaylight.yangtools.yang.model.util.SchemaContextUtil.findDataSchemaNodeForRelativeXPath (SchemaContextUtil.java:226)
&#160;&#160;&#160; at org.opendaylight.mdsal.binding.yang.types.AbstractTypeProvider.provideTypeForLeafref (AbstractTypeProvider.java:521)
&#160;&#160;&#160; at org.opendaylight.mdsal.binding.yang.types.AbstractTypeProvider.javaTypeForLeafrefOrIdentityRef (AbstractTypeProvider.java:300)
&#160;&#160;&#160; at org.opendaylight.mdsal.binding.yang.types.AbstractTypeProvider.javaTypeForSchemaDefinitionType (AbstractTypeProvider.java:194)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="31516">YANGTOOLS-968</key>
            <summary>Add support for RFC7950 Errata 5617 leafrefs</summary>
                <type id="10100" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10310&amp;avatarType=issuetype">Improvement</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="rovarga">Robert Varga</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                    </labels>
                <created>Mon, 18 Mar 2019 11:18:44 +0000</created>
                <updated>Sun, 10 Apr 2022 18:36:03 +0000</updated>
                            <resolved>Tue, 24 Dec 2019 20:28:01 +0000</resolved>
                                                    <fixVersion>4.0.4</fixVersion>
                    <fixVersion>3.0.8</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="66599" author="rovarga" created="Tue, 19 Mar 2019 19:36:54 +0000"  >&lt;p&gt;The deref() call is invalid in this context, as per RFC7950&apos;s definition of &apos;path-arg&apos;.&lt;/p&gt;</comment>
                            <comment id="66612" author="rovarga" created="Mon, 25 Mar 2019 21:58:08 +0000"  >&lt;p&gt;This actually is reported as an Errata here: &lt;a href=&quot;https://www.rfc-editor.org/errata/eid5617&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.rfc-editor.org/errata/eid5617&lt;/a&gt; , but the mailing list traffic seems to be on track to reject the proposal.&lt;/p&gt;</comment>
                            <comment id="67587" author="rovarga" created="Sun, 22 Dec 2019 09:32:28 +0000"  >&lt;p&gt;... which leads to interop problems, as Tail-F&apos;s NSO is using this extension. Also the errata is held for document update, so it&apos;s sure to be included in 7950bis.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="31521">YANGTOOLS-969</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="31442">MDSAL-423</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="32272">YANGTOOLS-1050</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="32273">YANGTOOLS-1049</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|i03n3j:</customfieldvalue>

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