<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:44:00 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>[TRNSPRTPCE-756] Don&apos;t use NotificationListener in TRANSPORTPCE components</title>
                <link>https://jira.opendaylight.org/browse/TRNSPRTPCE-756</link>
                <project id="10178" key="TRNSPRTPCE">transportpce</project>
                    <description>&lt;p&gt;Usage of generated interfaces extending org.opendaylight.yangtools.yang.binding.&lt;b&gt;NotificationListener&lt;/b&gt; interface was deprecated for removal via &lt;a href=&quot;https://jira.opendaylight.org/browse/MDSAL-496&quot; title=&quot;Deprecate generated notification listener interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MDSAL-496&quot;&gt;&lt;del&gt;MDSAL-496&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;In order to eliminate dependency on deprecated interface the affected logic require update to use org.opendaylight.mdsal.binding.api.NotificationService.&lt;b&gt;Listener&lt;/b&gt; instead.&lt;/p&gt;

&lt;p&gt;Affected components:&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;./transportpce/dmaap-client/src/main/java/org/opendaylight/transportpce/dmaap/client/impl/DmaapClientProvider.java: &#160; &#160; &#160; &#160;listenerRegistration = notificationService.registerNotificationListener(
./transportpce/dmaap-client/src/test/java/org/opendaylight/transportpce/dmaap/client/impl/DmaapClientProviderTest.java: &#160; &#160; &#160; &#160; &#160; &#160;.registerNotificationListener(Mockito.any(NbiNotificationsListenerImpl.class));
./transportpce/networkmodel/src/main/java/org/opendaylight/transportpce/networkmodel/NetworkModelProvider.java: &#160; &#160; &#160; &#160;serviceHandlerListenerRegistration = notificationService.registerNotificationListener(serviceHandlerListner);
./transportpce/networkmodel/src/main/java/org/opendaylight/transportpce/networkmodel/dto/NodeRegistration.java: &#160; &#160; &#160; &#160;listeners.add(notificationService.registerNotificationListener(alarmListener));
./transportpce/networkmodel/src/main/java/org/opendaylight/transportpce/networkmodel/dto/NodeRegistration.java: &#160; &#160; &#160; &#160;listeners.add(notificationService.registerNotificationListener(deOperationsListener));
./transportpce/networkmodel/src/main/java/org/opendaylight/transportpce/networkmodel/dto/NodeRegistration.java: &#160; &#160; &#160; &#160;listeners.add(notificationService.registerNotificationListener(deviceListener));
./transportpce/networkmodel/src/main/java/org/opendaylight/transportpce/networkmodel/dto/NodeRegistration.java: &#160; &#160; &#160; &#160;listeners.add(notificationService.registerNotificationListener(tcaListener));
./transportpce/networkmodel/src/main/java/org/opendaylight/transportpce/networkmodel/dto/NodeRegistration.java: &#160; &#160; &#160; &#160;listeners.add(notificationService.registerNotificationListener(alarmListener));
./transportpce/networkmodel/src/main/java/org/opendaylight/transportpce/networkmodel/dto/NodeRegistration.java: &#160; &#160; &#160; &#160;listeners.add(notificationService.registerNotificationListener(deOperationsListener));
./transportpce/networkmodel/src/main/java/org/opendaylight/transportpce/networkmodel/dto/NodeRegistration.java: &#160; &#160; &#160; &#160;listeners.add(notificationService.registerNotificationListener(deviceListener));
./transportpce/networkmodel/src/main/java/org/opendaylight/transportpce/networkmodel/dto/NodeRegistration.java: &#160; &#160; &#160; &#160;listeners.add(notificationService.registerNotificationListener(tcaListener));
./transportpce/networkmodel/src/main/java/org/opendaylight/transportpce/networkmodel/dto/NodeRegistration.java: &#160; &#160; &#160; &#160;listeners.add(notificationService.registerNotificationListener(alarmListener));
./transportpce/networkmodel/src/main/java/org/opendaylight/transportpce/networkmodel/dto/NodeRegistration.java: &#160; &#160; &#160; &#160;listeners.add(notificationService.registerNotificationListener(deOperationsListener));
./transportpce/networkmodel/src/main/java/org/opendaylight/transportpce/networkmodel/dto/NodeRegistration.java: &#160; &#160; &#160; &#160;listeners.add(notificationService.registerNotificationListener(deviceListener));
./transportpce/networkmodel/src/main/java/org/opendaylight/transportpce/networkmodel/dto/NodeRegistration.java: &#160; &#160; &#160; &#160;listeners.add(notificationService.registerNotificationListener(tcaListener));
./transportpce/servicehandler/src/main/java/org/opendaylight/transportpce/servicehandler/impl/ServicehandlerProvider.java: &#160; &#160; &#160; &#160;pcelistenerRegistration = notificationService.registerNotificationListener(pceListenerImpl);
./transportpce/servicehandler/src/main/java/org/opendaylight/transportpce/servicehandler/impl/ServicehandlerProvider.java: &#160; &#160; &#160; &#160;rendererlistenerRegistration = notificationService.registerNotificationListener(rendererListenerImpl);
./transportpce/servicehandler/src/main/java/org/opendaylight/transportpce/servicehandler/impl/ServicehandlerProvider.java: &#160; &#160; &#160; &#160;networkmodellistenerRegistration = notificationService.registerNotificationListener(networkModelListenerImpl);
./transportpce/tapi/src/main/java/org/opendaylight/transportpce/tapi/impl/TapiProvider.java: &#160; &#160; &#160; &#160;pcelistenerRegistration = notificationService.registerNotificationListener(pceListenerImpl);
./transportpce/tapi/src/main/java/org/opendaylight/transportpce/tapi/impl/TapiProvider.java: &#160; &#160; &#160; &#160;rendererlistenerRegistration = notificationService.registerNotificationListener(rendererListenerImpl);
./transportpce/tapi/src/main/java/org/opendaylight/transportpce/tapi/impl/TapiProvider.java: &#160; &#160; &#160; &#160; &#160; &#160;.registerNotificationListener(serviceHandlerListenerImpl);
./transportpce/tapi/src/main/java/org/opendaylight/transportpce/tapi/impl/TapiProvider.java: &#160; &#160; &#160; &#160; &#160; &#160;.registerNotificationListener(tapiNetworkModelListenerImpl);
./transportpce/nbinotifications/src/main/java/org/opendaylight/transportpce/nbinotifications/impl/NbiNotificationsProvider.java: &#160; &#160; &#160; &#160;listenerRegistration = notificationService.registerNotificationListener(nbiNotificationsListener);
./transportpce/nbinotifications/src/test/java/org/opendaylight/transportpce/nbinotifications/impl/NbiNotificationsProviderTest.java: &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;.registerNotificationListener(any(NbiNotificationsListenerImpl.class));&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="37320">TRNSPRTPCE-756</key>
            <summary>Don&apos;t use NotificationListener in TRANSPORTPCE components</summary>
                <type id="10101" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10318&amp;avatarType=issuetype">Task</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="matej.sramcik">Matej &#352;ram&#269;&#237;k</assignee>
                                    <reporter username="rkashapov">Ruslan Kashapov</reporter>
                        <labels>
                            <label>pick-next</label>
                            <label>pt</label>
                    </labels>
                <created>Wed, 6 Sep 2023 09:11:25 +0000</created>
                <updated>Thu, 25 Jan 2024 08:05:10 +0000</updated>
                            <resolved>Thu, 25 Jan 2024 08:05:10 +0000</resolved>
                                                    <fixVersion>PotassiumSR2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="72628" author="JIRAUSER16602" created="Mon, 2 Oct 2023 01:51:52 +0000"  >&lt;p&gt;Pak za&#269;nu j&#225; na n&#283;koho &#250;to&#269;it asi &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="32247">MDSAL-497</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|i042xy:zzzzdk</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10001" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="47">Sprint 33</customfieldvalue>
    <customfieldvalue id="48">Sprint 34</customfieldvalue>

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