<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:27:25 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>[ODLPARENT-25] loose the version contraint for iana-afn-safi</title>
                <link>https://jira.opendaylight.org/browse/ODLPARENT-25</link>
                <project id="10149" key="ODLPARENT">odlparent</project>
                    <description>&lt;p&gt;the iana-af-safi module is currently dated as 2013-07-04. This is the latest version for af-safi itef draft.&lt;/p&gt;

&lt;p&gt;./yangtools/model/iana/iana-afn-safi/src/main/yang/iana-afn-safi@2013-07-04.yang&lt;/p&gt;

&lt;p&gt;SingleFeatureTest in odlparent puts a version contraint of greater than 2014, and it runs into the following test error:&lt;/p&gt;


&lt;p&gt; &amp;lt;testcase name=&quot;installFeature&quot; classname=&quot;installFeature(org.opendaylight.odlparent.featuretest.SingleFeatureTest)&lt;span class=&quot;error&quot;&gt;&amp;#91;repoUrl: file:/home/bdo/odl/bgpcep/features/extras/target/classes/features.xml, Feature: odl-bgpcep-dependencies 0.5.0-SNAPSHOT&amp;#93;&lt;/span&gt;&quot; time=&quot;14.593&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;error message=&quot;Unresolved constraint in bundle org.opendaylight.bgpcep.util &lt;span class=&quot;error&quot;&gt;&amp;#91;111&amp;#93;&lt;/span&gt;: Unable to resolve 111.0: missing requirement &lt;span class=&quot;error&quot;&gt;&amp;#91;111.0&amp;#93;&lt;/span&gt; osgi.wiring.package; (&amp;amp;(osgi.wiring.package=org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana.afn.safi.rev130704)(version&amp;gt;=2013.7.0)(!(version&amp;gt;=2014.0.0)))&quot; type=&quot;org.osgi.framework.BundleException&quot;&amp;gt;&amp;lt;![CDATA[org.osgi.framework.BundleException: Unresolved constraint in bundle org.opendaylight.bgpcep.util &lt;span class=&quot;error&quot;&gt;&amp;#91;111&amp;#93;&lt;/span&gt;: Unable to resolve 111.0: missing requirement &lt;span class=&quot;error&quot;&gt;&amp;#91;111.0&amp;#93;&lt;/span&gt; osgi.wiring.package; (&amp;amp;(osgi.wiring.package=org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana.afn.safi.rev130704)(version&amp;gt;=2013.7.0)(!(version&amp;gt;=2014.0.0)))&lt;br/&gt;
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)&lt;br/&gt;
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)&lt;br/&gt;
        at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)&lt;br/&gt;
        at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)&lt;br/&gt;
        at org.apache.karaf.features.internal.FeaturesServiceImpl.startBundle(FeaturesServiceImpl.java:477)&lt;br/&gt;
        at org.apache.karaf.features.internal.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:435)&lt;br/&gt;
        at org.apache.karaf.features.internal.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:375)&lt;br/&gt;
        at org.apache.karaf.features.internal.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:364)&lt;br/&gt;
        at org.apache.karaf.features.internal.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:347)&lt;br/&gt;
        at Proxy2e4b5728_150f_4198_a4a0_23ad6bc5f869.installFeature(Unknown Source)&lt;br/&gt;
        at org.opendaylight.odlparent.featuretest.SingleFeatureTest.installFeature(SingleFeatureTest.java:205)&lt;br/&gt;
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br/&gt;
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;br/&gt;
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;br/&gt;
        at java.lang.reflect.Method.invoke(Method.java:606)&lt;br/&gt;
        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)&lt;br/&gt;
        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)&lt;br/&gt;
        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)&lt;br/&gt;
        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)&lt;br/&gt;
        at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)&lt;br/&gt;
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)&lt;br/&gt;
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)&lt;br/&gt;
        at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:68)&lt;br/&gt;
        at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:37)&lt;br/&gt;
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)&lt;br/&gt;
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)&lt;br/&gt;
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)&lt;br/&gt;
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)&lt;br/&gt;
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="22148">ODLPARENT-25</key>
            <summary>loose the version contraint for iana-afn-safi</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</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="10003">Cannot Reproduce</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="jeffliujing@gmail.com">Jeff Liu</reporter>
                        <labels>
                    </labels>
                <created>Tue, 15 Sep 2015 00:20:54 +0000</created>
                <updated>Wed, 24 Jan 2018 14:27:02 +0000</updated>
                            <resolved>Thu, 1 Oct 2015 14:34:02 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="41779" author="vrpolak" created="Thu, 1 Oct 2015 14:34:02 +0000"  >&lt;p&gt;&amp;gt; (version&amp;gt;=2013.7.0)(!(version&amp;gt;=2014.0.0))&lt;/p&gt;

&lt;p&gt;I read presence of exclamation mark as requiring the revision to be LESS than 2014.&lt;/p&gt;

&lt;p&gt;&amp;gt; SingleFeatureTest in odlparent puts a version contraint of greater than 2014&lt;/p&gt;

&lt;p&gt;No such constraint found in feature-test code.&lt;/p&gt;

&lt;p&gt;&amp;gt; Unresolved constraint&lt;/p&gt;

&lt;p&gt;This symptom was probably fixed by &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/27100&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/27100&lt;/a&gt;&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>4308</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=4308]]></customfieldvalue>

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

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