You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Hadrian Zbarcea (JIRA)" <ji...@apache.org> on 2017/12/21 02:55:01 UTC

[jira] [Assigned] (AMQ-5669) Update Karaf feature files to add required namespace

     [ https://issues.apache.org/jira/browse/AMQ-5669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hadrian Zbarcea reassigned AMQ-5669:
------------------------------------

    Assignee: Hadrian Zbarcea

> Update Karaf feature files to add required namespace
> ----------------------------------------------------
>
>                 Key: AMQ-5669
>                 URL: https://issues.apache.org/jira/browse/AMQ-5669
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.11.1
>            Reporter: Martin Lichtin
>            Assignee: Hadrian Zbarcea
>
> Getting a warning from Karaf:
> FeatureValidationUtil            | 20 - org.apache.karaf.features.core - 3.0.3 | Old style feature file without namespace found (URI: mvn:org.apache.activemq/activemq-karaf/5.11.1/xml/features-core). This format is deprecated and support for it will soon be removed
> The feature files should be changed from, e.g.:
> {noformat}<features name="activemq-core-${project.version}">{noformat}
> to
> {noformat}<features name="activemq-core-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.1">{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)