<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:57:10 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>[CONTROLLER-2085] Do not use RpcService in Controller components</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-2085</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;A quick grep shows at least these users of deprecated API:&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;./controller/benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/DsbenchmarkProvider.java: &#160;&#160;&#160;&#160;&#160;&#160;&#160;rpcReg = rpcService.registerRpcImplementation(DsbenchmarkService.class, this);
./controller/benchmark/ntfbenchmark/src/main/java/ntfbenchmark/impl/NtfbenchmarkProvider.java: &#160;&#160;&#160;&#160;&#160;&#160;&#160;reg = rpcService.registerRpcImplementation(NtfbenchmarkService.class, this);
./controller/benchmark/rpcbenchmark/src/main/java/rpcbenchmark/impl/GlobalBindingRTCServer.java: &#160;&#160;&#160;&#160;&#160;&#160;&#160;reg = rpcProvider.registerRpcImplementation(RpcbenchPayloadService.class, this);
./controller/benchmark/rpcbenchmark/src/main/java/rpcbenchmark/impl/RoutedBindingRTCServer.java: &#160;&#160;&#160;&#160;&#160;&#160;&#160;reg = rpcProvider.registerRpcImplementation(RpcbenchPayloadService.class, this, paths);
./controller/benchmark/rpcbenchmark/src/main/java/rpcbenchmark/impl/RpcbenchmarkProvider.java: &#160;&#160;&#160;&#160;&#160;&#160;&#160;reg = providerRegistry.registerRpcImplementation(RpcbenchmarkService.class, this);
./controller/opendaylight/md-sal/eos-dom-akka/src/main/java/org/opendaylight/controller/eos/akka/AkkaEntityOwnershipService.java: &#160;&#160;&#160;&#160;&#160;&#160;&#160;reg = rpcProvider.registerRpcImplementation(OdlEntityOwnersService.class, this);
./controller/opendaylight/md-sal/sal-cluster-admin-impl/src/main/java/org/opendaylight/controller/cluster/datastore/admin/OSGiClusterAdmin.java: &#160;&#160;&#160;&#160;&#160;&#160;&#160;reg = rpcProviderService.registerRpcImplementation(ClusterAdminService.class,
./controller/opendaylight/md-sal/sal-remoterpc-connector/src/test/java/org/opendaylight/controller/remote/rpc/OpsRegistrarTest.java: &#160;&#160;&#160;&#160;&#160;&#160;&#160;doReturn(newReg).when(rpcService).registerRpcImplementation(any(RemoteRpcImplementation.class),
./controller/opendaylight/md-sal/sal-remoterpc-connector/src/test/java/org/opendaylight/controller/remote/rpc/OpsRegistrarTest.java: &#160;&#160;&#160;&#160;&#160;&#160;&#160;doReturn(oldReg).when(rpcService).registerRpcImplementation(any(RemoteRpcImplementation.class),
./controller/opendaylight/md-sal/sal-remoterpc-connector/src/test/java/org/opendaylight/controller/remote/rpc/OpsRegistrarTest.java: &#160;&#160;&#160;&#160;&#160;&#160;&#160;inOrder.verify(rpcService).registerRpcImplementation(any(RemoteRpcImplementation.class),
./controller/opendaylight/md-sal/sal-remoterpc-connector/src/test/java/org/opendaylight/controller/remote/rpc/OpsRegistrarTest.java: &#160;&#160;&#160;&#160;&#160;&#160;&#160;inOrder.verify(rpcService).registerRpcImplementation(any(RemoteRpcImplementation.class),
./controller/opendaylight/md-sal/sal-remoterpc-connector/src/test/java/org/opendaylight/controller/remote/rpc/OpsRegistrarTest.java: &#160;&#160;&#160;&#160;&#160;&#160;&#160;verify(rpcService).registerRpcImplementation(any(RemoteRpcImplementation.class),
./controller/opendaylight/md-sal/samples/clustering-test-app/provider/src/main/java/org/opendaylight/controller/clustering/it/provider/BasicRpcTestProvider.java: &#160;&#160;&#160;&#160;&#160;&#160;&#160;rpcRegistration = rpcProviderRegistry.registerRpcImplementation(BasicRpcTestService.class, this);
./controller/opendaylight/md-sal/samples/clustering-test-app/provider/src/main/java/org/opendaylight/controller/clustering/it/provider/CarProvider.java: &#160;&#160;&#160;&#160;&#160;&#160;&#160;regs.add(rpcProviderService.registerRpcImplementation(CarService.class, this));
./controller/opendaylight/md-sal/samples/clustering-test-app/provider/src/main/java/org/opendaylight/controller/clustering/it/provider/MdsalLowLevelTestProvider.java: &#160;&#160;&#160;&#160;&#160;&#160;&#160;registration = rpcRegistry.registerRpcImplementation(OdlMdsalLowlevelControlService.class, this);
./controller/opendaylight/md-sal/samples/clustering-test-app/provider/src/main/java/org/opendaylight/controller/clustering/it/provider/PeopleProvider.java: &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;regs.add(rpcProviderService.registerRpcImplementation(CarPurchaseService.class, rpcImplementation,
./controller/opendaylight/md-sal/samples/clustering-test-app/provider/src/main/java/org/opendaylight/controller/clustering/it/provider/PeopleProvider.java: &#160;&#160;&#160;&#160;&#160;&#160;&#160;regs.add(rpcProviderService.registerRpcImplementation(CarPurchaseService.class, rpcImplementation));
./controller/opendaylight/md-sal/samples/toaster-provider/src/main/java/org/opendaylight/controller/sample/toaster/provider/OpendaylightToaster.java: &#160;&#160;&#160;&#160;&#160;&#160;&#160;reg = rpcProviderService.registerRpcImplementation(ToasterService.class, this);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Convert them to yang.binding.Rpc-based implementations.&lt;/p&gt;</description>
                <environment></environment>
        <key id="37167">CONTROLLER-2085</key>
            <summary>Do not use RpcService in Controller 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="ojo">Oleksandr Zharov</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                            <label>pt</label>
                    </labels>
                <created>Thu, 3 Aug 2023 09:14:07 +0000</created>
                <updated>Mon, 15 Jan 2024 23:44:12 +0000</updated>
                            <resolved>Mon, 15 Jan 2024 23:43:23 +0000</resolved>
                                                    <fixVersion>9.0.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="72514" author="JIRAUSER13216" created="Fri, 1 Sep 2023 12:56:42 +0000"  >&lt;p&gt;Following components require refactoring to eliminate direct usage of &lt;tt&gt;RpcService&lt;/tt&gt; incl &lt;tt&gt;RpcConsumerRegistry.getRpcService(Class&amp;lt;? extends RpcService&amp;gt;)&lt;/tt&gt;:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;blueprint&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;clustering-it-karaf-cli (karaf-cli)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;rpcbenchmark&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;sal-binding-it&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;sal-cluster-admin-karaf-cli&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="73103" author="rovarga" created="Mon, 15 Jan 2024 23:43:06 +0000"  >&lt;p&gt;Also needs:&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;[ERROR] /home/nite/odl/controller/opendaylight/md-sal/samples/clustering-test-app/provider/src/main/java/org/opendaylight/controller/clustering/it/provider/impl/YnlListener.java:[16,105] cannot find symbol
[ERROR]   symbol:   class OdlMdsalLowlevelTargetListener
[ERROR]   location: package org.opendaylight.yang.gen.v1.tag.opendaylight.org._2017.controller.yang.lowlevel.target.rev170215
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="36220">MDSAL-772</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10300">
                    <name>Issue split</name>
                                            <outwardlinks description="split to">
                                        <issuelink>
            <issuekey id="37900">CONTROLLER-2090</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|i0463b:</customfieldvalue>

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