<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:53:13 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-518] Limit the use of / remove run-time code generation</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-518</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;Run-time code generation makes the system more flexible, but it also opens the system up to an unpredictable state since we are generating code and runtime. We should limit or remove run-time generated code.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;NOTE: There have been a few arguments for / against this - likely this bug will serve as a discussion location and may be closed with no changes&amp;#93;&lt;/span&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Mac OS&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="25072">CONTROLLER-518</key>
            <summary>Limit the use of / remove run-time code generation</summary>
                <type id="10100" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10310&amp;avatarType=issuetype">Improvement</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="tony.tkacik@gmail.com">Tony Tkacik</assignee>
                                    <reporter username="devin.avery@brocade.com">Devin Avery</reporter>
                        <labels>
                    </labels>
                <created>Wed, 28 May 2014 13:52:47 +0000</created>
                <updated>Tue, 25 Jul 2023 08:23:49 +0000</updated>
                            <resolved>Mon, 15 Jun 2015 08:34:43 +0000</resolved>
                                                                    <component>mdsal</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="48423" author="jmedved@cisco.com" created="Thu, 29 May 2014 06:16:54 +0000"  >&lt;p&gt;Hi Devin &amp;amp; All:&lt;/p&gt;

&lt;p&gt;We can not completely remove run-time code generation. It&apos;s required for dynamic ingestion of models from network devices and plugins. The primary use case for dynamic model ingestion is Netconf/Restconf. For plugins written in java, code can be generated at compile time in tools, but this will not generally be the case for models coming from network devices, other platforms and from plugins that will be written in different languages. &lt;/p&gt;

&lt;p&gt;The decision to use/not use run time code generation should be left to the integrator that puts together a particular controller distribution.&lt;/p&gt;</comment>
                            <comment id="48424" author="tony.tkacik@gmail.com" created="Tue, 3 Jun 2014 17:28:54 +0000"  >&lt;p&gt;Actually migrating from runtime-generated code to compile time will introduce another dependency - generated binding will start to be dependent on Binding-independent data representation (which is now separated). &lt;/p&gt;

&lt;p&gt;This will complicate deploying changes in serialization (performance improvements, bugfixes)  since affected jars needs to be recreate, and decrease flexibility of system. &lt;/p&gt;

&lt;p&gt;So I would rather look into how to make this part easier to understand, rather then removing it in general.&lt;/p&gt;</comment>
                            <comment id="48425" author="tony.tkacik@gmail.com" created="Tue, 12 May 2015 14:14:38 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/18820/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/18820/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="48426" author="devin.avery@brocade.com" created="Tue, 12 May 2015 16:05:56 +0000"  >&lt;p&gt;Reopening it as it is not related to the patch which was commented (or I am missing the  relationship).&lt;/p&gt;</comment>
                            <comment id="48427" author="tony.tkacik@gmail.com" created="Mon, 15 Jun 2015 08:34:43 +0000"  >&lt;p&gt;Runtime code-generation was removed from md-sal and yangtools codecs,&lt;br/&gt;
only generated code is StreamEmmiter, which only decomposes binding data&lt;br/&gt;
to set of events. Actual codec and processing part is hand-written.&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>1094</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=1094]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10380"><![CDATA[Lithium-M5]]></customfieldvalue>

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

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

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