<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:05:04 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>[IOTDM-57] Plugin bundle loader conflict of loaded features doesn`t work properly</title>
                <link>https://jira.opendaylight.org/browse/IOTDM-57</link>
                <project id="10131" key="IOTDM">iotdm</project>
                    <description>&lt;p&gt;first request&lt;br/&gt;
POST&lt;br/&gt;
path -&amp;gt; &lt;a href=&quot;http://localhost:8181/restconf/operations/iotdmbundleloader:feature-put/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/operations/iotdmbundleloader:feature-put/&lt;/a&gt;&lt;br/&gt;
body:&lt;br/&gt;
{&lt;br/&gt;
    &quot;input&quot;: {&lt;br/&gt;
    	&quot;bundle-loader-instance-name&quot;: &quot;BundleLoaderInstanceDefault&quot;,&lt;br/&gt;
    	&quot;feature-name&quot;: &quot;NewFeature1&quot;,&lt;br/&gt;
    	&quot;bundles-to-load&quot;: [&lt;/p&gt;

&lt;p&gt;    		&lt;/p&gt;
{
    			&quot;priority&quot;: 10,
    			&quot;iotdm-bundle-jar-location&quot;: &quot;file:///home/miroslav/projects/myPlugin/onem2mnewtest/impl/target/onem2mnewtest-impl-0.1.0-SNAPSHOT.jar&quot;
    		}
&lt;p&gt;,&lt;/p&gt;
    		{
    			&quot;priority&quot;: 1,
    			&quot;iotdm-bundle-jar-location&quot;: &quot;file:///home/miroslav/projects/myPlugin/onem2mnewtest/api/target/onem2mnewtest-api-0.1.0-SNAPSHOT.jar&quot;
    		}
&lt;p&gt;    	]&lt;br/&gt;
    }&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;second request &lt;/p&gt;

&lt;p&gt;POST&lt;br/&gt;
path -&amp;gt; &lt;a href=&quot;http://localhost:8181/restconf/operations/iotdmbundleloader:feature-put/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/operations/iotdmbundleloader:feature-put/&lt;/a&gt;&lt;br/&gt;
body:&lt;br/&gt;
{&lt;br/&gt;
    &quot;input&quot;: {&lt;br/&gt;
    	&quot;bundle-loader-instance-name&quot;: &quot;BundleLoaderInstanceDefault&quot;,&lt;br/&gt;
    	&quot;feature-name&quot;: &quot;NewFeature2&quot;,&lt;br/&gt;
    	&quot;bundles-to-load&quot;: [&lt;/p&gt;

&lt;p&gt;    		&lt;/p&gt;
{
    			&quot;priority&quot;: 10,
    			&quot;iotdm-bundle-jar-location&quot;: &quot;file:///home/miroslav/projects/myPlugin/onem2mtest/impl/target/onem2mtest-impl-0.1.0-SNAPSHOT.jar&quot;
    		}
&lt;p&gt;,&lt;/p&gt;
    		{
    			&quot;priority&quot;: 1,
    			&quot;iotdm-bundle-jar-location&quot;: &quot;file:///home/miroslav/projects/myPlugin/onem2mtest/api/target/onem2mtest-api-0.1.0-SNAPSHOT.jar&quot;
    		}
&lt;p&gt;    	]&lt;br/&gt;
    }&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;third request &lt;/p&gt;

&lt;p&gt;POST&lt;br/&gt;
path -&amp;gt; &lt;a href=&quot;http://localhost:8181/restconf/operations/iotdmbundleloader:feature-put/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/operations/iotdmbundleloader:feature-put/&lt;/a&gt;&lt;br/&gt;
body:&lt;br/&gt;
{&lt;br/&gt;
    &quot;input&quot;: {&lt;br/&gt;
    	&quot;bundle-loader-instance-name&quot;: &quot;BundleLoaderInstanceDefault&quot;,&lt;br/&gt;
    	&quot;feature-name&quot;: &quot;NewFeature1&quot;,&lt;br/&gt;
    	&quot;bundles-to-load&quot;: [&lt;/p&gt;

&lt;p&gt;    		&lt;/p&gt;
{
    			&quot;priority&quot;: 10,
    			&quot;iotdm-bundle-jar-location&quot;: &quot;file:///home/miroslav/projects/myPlugin/onem2mtest/impl/target/onem2mtest-impl-0.1.0-SNAPSHOT.jar&quot;
    		}
&lt;p&gt;,&lt;/p&gt;
    		{
    			&quot;priority&quot;: 1,
    			&quot;iotdm-bundle-jar-location&quot;: &quot;file:///home/miroslav/projects/myPlugin/onem2mtest/api/target/onem2mtest-api-0.1.0-SNAPSHOT.jar&quot;
    		}
&lt;p&gt;    	]&lt;br/&gt;
    }&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;after this third request it will give us conflict as it is suppose to becase we are trying to update first request with plugin that already is loaded in newFeature2(second request), but when I check startup config and running config I receive correct answer in startup config with both blugins loaded but running config contains only one of them. Other one is removed out of them.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="19563">IOTDM-57</key>
            <summary>Plugin bundle loader conflict of loaded features doesn`t work properly</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="1" iconUrl="https://jira.opendaylight.org/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="tjanciga">Tomas Janciga</assignee>
                                    <reporter username="miroslav.kovac@pantheon.tech">Miroslav Kovac</reporter>
                        <labels>
                    </labels>
                <created>Tue, 31 Jan 2017 08:35:24 +0000</created>
                <updated>Mon, 20 Nov 2017 16:47:51 +0000</updated>
                                            <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                        <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>7710</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=7710]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10304"><![CDATA[Low]]></customfieldvalue>

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

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