<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:27:24 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-23] Milestone: Upgrade karaf to 4.0.1 or later</title>
                <link>https://jira.opendaylight.org/browse/ODLPARENT-23</link>
                <project id="10149" key="ODLPARENT">odlparent</project>
                    <description>&lt;p&gt;Karaf 4.0.x is a major update, featuring newer technologies (like log4j2) and having a smaller footprint. We should investigate and fix any issues preventing us from upgrading and move to this new version.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="22146">ODLPARENT-23</key>
            <summary>Milestone: Upgrade karaf to 4.0.1 or later</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="10000">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                    </labels>
                <created>Fri, 28 Aug 2015 11:54:13 +0000</created>
                <updated>Wed, 24 Jan 2018 14:27:02 +0000</updated>
                            <resolved>Tue, 12 Sep 2017 12:33:41 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="41763" author="skitt@redhat.com" created="Fri, 28 Aug 2015 15:29:15 +0000"  >&lt;p&gt;Support for Karaf 4.0.1 in odlparent is available at &lt;a href=&quot;https://git.opendaylight.org/gerrit/26158&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/26158&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="41764" author="skitt@redhat.com" created="Fri, 28 Aug 2015 16:24:18 +0000"  >&lt;p&gt;The patch for controller is at &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/26161/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/26161/&lt;/a&gt; (currently broken).&lt;/p&gt;</comment>
                            <comment id="41765" author="gary.wu1@huawei.com" created="Tue, 1 Dec 2015 16:50:44 +0000"  >&lt;p&gt;This is a gating issue for &lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=3973&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=3973&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="41766" author="rovarga" created="Mon, 1 Aug 2016 13:46:52 +0000"  >&lt;p&gt;BUG-6318 requires karaf-4.1.x, due to the fact that they bundle sshd-core-0.14.0 as a startup feature in versions prior to that.&lt;/p&gt;</comment>
                            <comment id="41767" author="vrpolak" created="Mon, 3 Oct 2016 12:04:43 +0000"  >&lt;p&gt;There may be multiple changes to be applied to karaf-parent in order to make it work correctly with Karaf 4, especially around the things karaf-plugin does.&lt;/p&gt;

&lt;p&gt;One approach would be to start developing karaf4-parent as an experimental functionality, and only replace karaf-parent with the new implementation when it becomes stable enough. The upside is that we can gradually implement CSIT jobs and open Bugzilla items, without the need to get everything right in a single Change.&lt;/p&gt;

&lt;p&gt;I would recommend to leave karaf-plugin out of initial karaf4-parent commits, and attempt to employ &quot;assembly&quot; goal of karaf-maven-plugin instead. And introduce karaf4-plugin only if it is still needed at the end.&lt;/p&gt;

&lt;p&gt;&amp;gt; karaf-4.1.x, due to the fact that they bundle sshd-core-0.14.0 as a startup feature&lt;/p&gt;

&lt;p&gt;In karaf-parent, there already are workarounds for org.apache.karaf.region.persist, org.apache.aries.proxy.impl and org.apache.servicemix.bundles.xalan-2.7.2_3, so I believe karaf-4.0.x could be made to work as well.&lt;/p&gt;</comment>
                            <comment id="41768" author="skitt@redhat.com" created="Tue, 25 Oct 2016 10:13:33 +0000"  >&lt;p&gt;(In reply to Vratko Pol&#225;k from comment #5)&lt;br/&gt;
&amp;gt; One approach would be to start developing karaf4-parent as an experimental&lt;br/&gt;
&amp;gt; functionality, and only replace karaf-parent with the new implementation&lt;br/&gt;
&amp;gt; when it becomes stable enough. The upside is that we can gradually implement&lt;br/&gt;
&amp;gt; CSIT jobs and open Bugzilla items, without the need to get everything right&lt;br/&gt;
&amp;gt; in a single Change.&lt;/p&gt;

&lt;p&gt;I like this a lot. I&apos;ve started &lt;a href=&quot;https://git.opendaylight.org/gerrit/47484&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/47484&lt;/a&gt; (draft, ask me if you want to review it) which currently provides the default upstream Karaf 4 via karaf4-parent and opendaylight-karaf4-empty. Subsequent patch sets will align the resulting Karaf distribution with the requirements currently implemented in karaf-parent and opendaylight-karaf-empty.&lt;/p&gt;</comment>
                            <comment id="41769" author="skitt@redhat.com" created="Wed, 16 Nov 2016 15:51:17 +0000"  >&lt;p&gt;For people playing along at home, with &lt;a href=&quot;https://git.opendaylight.org/gerrit/48415&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/48415&lt;/a&gt; and &lt;a href=&quot;https://git.opendaylight.org/gerrit/47884&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/47884&lt;/a&gt; we can now get a Karaf 4-based distribution which starts correctly. Once it&apos;s started,&lt;/p&gt;

&lt;p&gt;    feature:install wrap&lt;/p&gt;

&lt;p&gt;will load the pre-requisite &quot;wrap&quot; feature, and feature:install will then load ODL features as usual. Things currently fall over with bundles providing CLI commands since the Felix bundles have changed.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="25943">CONTROLLER-1389</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="26105">CONTROLLER-1551</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22140">ODLPARENT-17</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22175">ODLPARENT-52</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22176">ODLPARENT-53</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22179">ODLPARENT-56</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22190">ODLPARENT-67</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22192">ODLPARENT-69</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22209">ODLPARENT-86</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="22364">AAA-113</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="26379">ALTO-15</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="23918">BGPCEP-678</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="24468">BIER-5</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="26719">CARDINAL-7</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="26131">CONTROLLER-1577</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="24462">DLUX-115</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="24329">DLUXAPPS-11</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="24318">EMAN-3</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="24509">FAAS-41</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28581">GBP-275</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="19834">GENIUS-53</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="19863">GENIUS-82</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22411">HONEYVBD-15</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="19496">INFRAUTILS-7</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="21605">L2SWITCH-92</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="19748">LISPMAP-148</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="27038">MDSAL-216</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="19480">NEMO-8</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="21349">NETCONF-336</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="27125">NETIDE-11</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="20363">NETVIRT-442</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="26708">NEUTRON-146</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="23990">NIC-32</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="19781">OCPPLUGIN-10</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22168">ODLPARENT-45</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22177">ODLPARENT-54</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22195">ODLPARENT-72</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22205">ODLPARENT-82</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22219">ODLPARENT-96</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22220">ODLPARENT-97</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="19489">OFCONFIG-9</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="24313">OPNFLWJAVA-83</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28111">OPNFLWPLUG-843</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22090">OVSDB-398</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28270">PACKTCABLE-29</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="19465">RELENG-57</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="23958">SDNINTRFAC-13</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="24213">SFC-187</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="26364">SNBI-29</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="26811">SNMP-14</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="20998">SXP-114</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="27217">TOPOPROCES-91</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="26796">TSDR-32</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="19408">TTP-7</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="24016">USC-19</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="26533">VTN-153</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="23153">YANGTOOLS-733</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="20640">NETVIRT-719</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22208">ODLPARENT-85</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="24222">SFC-196</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4219</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=4219]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10318"><![CDATA[Change Request]]></customfieldvalue>

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

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

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