<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:28:02 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-253] Karaf distribution has inconsistent versions</title>
                <link>https://jira.opendaylight.org/browse/ODLPARENT-253</link>
                <project id="10149" key="ODLPARENT">odlparent</project>
                    <description>&lt;p&gt;Our startup.properties created in opendaylight-karaf-resources are not consistent with rest of karaf, leading to a rewire in SFT:&lt;/p&gt;

&lt;p&gt;&#160;&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;2021-05-20T18:01:12,247 | INFO &#160;| features-3-thread-1 | FeaturesServiceImpl &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;| 16 - org.apache.karaf.features.core - 4.3.1 | Stopping bundles:
2021-05-20T18:01:12,248 | INFO &#160;| features-3-thread-1 | FeaturesServiceImpl &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;| 16 - org.apache.karaf.features.core - 4.3.1 | &#160;&#160;org.apache.karaf.features.core/4.3.1
2021-05-20T18:01:12,258 | INFO &#160;| features-3-thread-1 | FeaturesServiceImpl &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;| 16 - org.apache.karaf.features.core - 4.3.1 | Refreshing bundles:
2021-05-20T18:01:12,258 | INFO &#160;| features-3-thread-1 | FeaturesServiceImpl &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;| 16 - org.apache.karaf.features.core - 4.3.1 | &#160;&#160;&#160;&#160;org.apache.karaf.features.core/4.3.1 (Should be wired to: org.osgi.service.event/1.4.0.201802012106 (through osgi.wiring.package; filter:=&quot;(&amp;amp;(osgi.wiring.package=org.osgi.serv
ice.event)(&amp;amp;(version&amp;gt;=1.4.0)(!(version&amp;gt;=2.0.0))))&quot;; resolution:=&quot;optional&quot;))
2021-05-20T18:01:12,733 | INFO &#160;| Refresh Thread: Equinox Container: d1579daf-b974-46df-bcf6-9373eef3fd33 | FeaturesServiceImpl &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;| 16 - org.apache.karaf.features.core - 4.3.1 | The specified feature: &apos;exam&apos; version &apos;4.13.4&apos; is already installed
2021-05-20T18:01:12,734 | INFO &#160;| Refresh Thread: Equinox Container: d1579daf-b974-46df-bcf6-9373eef3fd33 | FeaturesServiceImpl &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;| 16 - org.apache.karaf.features.core - 4.3.1 | The specified feature: &apos;83219ef2-93f6-4ce7-b0ef-6a5fa148c372&apos; version &apos;0.0.0&apos; is already installed
2021-05-20T18:01:12,734 | INFO &#160;| Refresh Thread: Equinox Container: d1579daf-b974-46df-bcf6-9373eef3fd33 | FeaturesServiceImpl &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;| 16 - org.apache.karaf.features.core - 4.3.1 | The specified feature: &apos;test-dependencies&apos; version &apos;0.0.0&apos; is already installed
2021-05-20T18:01:12,734 | INFO &#160;| Refresh Thread: Equinox Container: d1579daf-b974-46df-bcf6-9373eef3fd33 | FeaturesServiceImpl &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;| 16 - org.apache.karaf.features.core - 4.3.1 | The specified feature: &apos;scr&apos; version &apos;4.3.1&apos; is already installed
2021-05-20T18:01:12,735 | INFO &#160;| Refresh Thread: Equinox Container: d1579daf-b974-46df-bcf6-9373eef3fd33 | FeaturesServiceImpl &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;| 16 - org.apache.karaf.features.core - 4.3.1 | Adding features: exam/[4.13.4,4.13.4],scr/[4.3.1,4.3.1],test-dependencies/[0,0.0.0],83219ef2-93f6-4ce7-b0ef-6a5fa148c372/[0,0.0
.0]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The problem here is that we have service.event/1.3.1 as well as org.apache.felix.metatype/1.2.2 in startup.properties &#8211; while Karaf features have these at 1.4.0 and 1.2.4, respectively.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="34055">ODLPARENT-253</key>
            <summary>Karaf distribution has inconsistent versions</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.opendaylight.org/images/icons/priorities/critical.svg">High</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="rovarga">Robert Varga</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                    </labels>
                <created>Thu, 20 May 2021 18:36:07 +0000</created>
                <updated>Thu, 20 May 2021 19:38:22 +0000</updated>
                            <resolved>Thu, 20 May 2021 19:38:22 +0000</resolved>
                                    <version>8.1.2</version>
                    <version>9.0.1</version>
                    <version>7.0.10</version>
                                    <fixVersion>8.1.3</fixVersion>
                    <fixVersion>9.0.2</fixVersion>
                    <fixVersion>7.0.11</fixVersion>
                                    <component>Karaf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="69231" author="rovarga" created="Thu, 20 May 2021 18:53:53 +0000"  >&lt;p&gt;The 7.0.x release train is not as impacted, as the disconnect is only in org.apache.felix.metatype version, which does not cause a rewire (I think).&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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03y53:</customfieldvalue>

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