<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:55:57 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-1366] unable to generate onf1.4 classes</title>
                <link>https://jira.opendaylight.org/browse/YANGTOOLS-1366</link>
                <project id="10188" key="YANGTOOLS">yangtools</project>
                    <description>&lt;p&gt;I tried to build java sources for onf1.4 model and got this error&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/attachment/17014/17014_core-model-1-4.yang&quot; title=&quot;core-model-1-4.yang attached to YANGTOOLS-1366&quot;&gt;core-model-1-4.yang&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&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;
Failed to execute goal org.opendaylight.yangtools:yang-maven-plugin:7.0.8:generate-sources (binding) on project sdnr-wt-devicemanager-onap-onf14-provider: Execution binding of goal org.opendaylight.yangtools:yang-maven-plugin:7.0.8:generate-sources failed: Conflict on org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularLeafEffectiveStatement@2a8081f5 between LeafGenerator{argument=(urn:onf:yang:core-model-1-4?revision=2019-11-27)local-id, addedByUses} and LeafGenerator{argument=(urn:onf:yang:core-model-1-4?revision=2019-11-27)local-id, addedByUses}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;It&#160; works with silcion-sr2 yangtools(6.0.7)&lt;/p&gt;</description>
                <environment></environment>
        <key id="34937">YANGTOOLS-1366</key>
            <summary>unable to generate onf1.4 classes</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="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="metaljackL">Michael D&#252;rre</assignee>
                                    <reporter username="metaljackL">Michael D&#252;rre</reporter>
                        <labels>
                    </labels>
                <created>Fri, 19 Nov 2021 09:37:12 +0000</created>
                <updated>Thu, 20 Jan 2022 12:07:34 +0000</updated>
                            <resolved>Thu, 20 Jan 2022 12:07:24 +0000</resolved>
                                    <version>7.0.8</version>
                                    <fixVersion>7.0.9</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="70174" author="metaljackl" created="Fri, 19 Nov 2021 09:39:11 +0000"  >&lt;p&gt;FYI &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=demx8as6&quot; class=&quot;user-hover&quot; rel=&quot;demx8as6&quot;&gt;demx8as6&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="70175" author="metaljackl" created="Fri, 19 Nov 2021 11:58:41 +0000"  >&lt;p&gt;with increased version code generation works. So I have overwritten yang-maven-plugin version from 7.0.8 to 7.0.9 and mdsal-binding-java-api-generator from 8.0.5 to 8.0.6&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;pluginManagement&amp;gt;
  &amp;lt;plugins&amp;gt;
    &amp;lt;plugin&amp;gt; &#160; &#160; &#160; &#160; &#160; 
      &amp;lt;groupId&amp;gt;org.opendaylight.yangtools&amp;lt;/groupId&amp;gt; &#160; &#160; &#160; &#160; &#160; 
      &amp;lt;artifactId&amp;gt;yang-maven-plugin&amp;lt;/artifactId&amp;gt; &#160; &#160; &#160; &#160; &#160; 
      &amp;lt;version&amp;gt;7.0.9&amp;lt;/version&amp;gt; &#160; &#160; &#160; &#160; &#160; 
      &amp;lt;executions&amp;gt; &#160; &#160; &#160; &#160; &#160; &#160; 
        &amp;lt;execution&amp;gt; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 
          &amp;lt;id&amp;gt;binding&amp;lt;/id&amp;gt; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 
          &amp;lt;goals&amp;gt; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 
            &amp;lt;goal&amp;gt;generate-sources&amp;lt;/goal&amp;gt; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 
          &amp;lt;/goals&amp;gt; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 
          &amp;lt;configuration&amp;gt; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 
            &amp;lt;inspectDependencies&amp;gt;&lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;&amp;lt;/inspectDependencies&amp;gt; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 
          &amp;lt;/configuration&amp;gt; &#160; &#160; &#160; &#160; &#160; &#160; 
        &amp;lt;/execution&amp;gt; &#160; &#160; &#160; &#160; &#160; 
      &amp;lt;/executions&amp;gt; &#160; &#160; &#160; &#160; &#160; 
      &amp;lt;dependencies&amp;gt; &#160; &#160; &#160; &#160; &#160; &#160; 
        &amp;lt;dependency&amp;gt; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 
          &amp;lt;groupId&amp;gt;org.opendaylight.mdsal&amp;lt;/groupId&amp;gt; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 
          &amp;lt;artifactId&amp;gt;mdsal-binding-java-api-generator&amp;lt;/artifactId&amp;gt; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 
          &amp;lt;version&amp;gt;8.0.6&amp;lt;/version&amp;gt; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 
          &amp;lt;scope&amp;gt;compile&amp;lt;/scope&amp;gt; &#160; &#160; &#160; &#160; &#160; &#160; 
        &amp;lt;/dependency&amp;gt; &#160; &#160; &#160; &#160; &#160; 
      &amp;lt;/dependencies&amp;gt; &#160; &#160; &#160; &#160; 
    &amp;lt;/plugin&amp;gt; &#160; &#160; &#160; 
  &amp;lt;/plugins&amp;gt; &#160; &#160; 
&amp;lt;/pluginManagement&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="70176" author="rovarga" created="Fri, 19 Nov 2021 12:59:24 +0000"  >&lt;p&gt;Please always provide a complete stack trace.&lt;br/&gt;
Also please check latest version in a particular stream &lt;b&gt;before&lt;/b&gt; filing an issue, because just as your message indicates, this is clearly a duplicate.&lt;/p&gt;</comment>
                            <comment id="70177" author="rovarga" created="Fri, 19 Nov 2021 13:01:44 +0000"  >&lt;p&gt;It would also be super nice if you stopped confusing YANGTOOLS and MDSAL.&lt;/p&gt;</comment>
                            <comment id="70419" author="metaljackl" created="Thu, 20 Jan 2022 12:06:57 +0000"  >&lt;p&gt;but is fixed in 7.0.9 (phosphorus-sr1)&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="17014" name="core-model-1-4.yang" size="116165" author="metaljackL" created="Fri, 19 Nov 2021 09:34:46 +0000"/>
                    </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|i040qn:</customfieldvalue>

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