[
https://issues.apache.org/jira/browse/AMQ-5669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14365131#comment-14365131
]
ASF GitHub Bot commented on AMQ-5669:
-------------------------------------
GitHub user lichtin opened a pull request:
https://github.com/apache/activemq/pull/75
Lichtin patch 1
AMQ-5669: Update Karaf feature files to add required namespace
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lichtin/activemq lichtin-patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq/pull/75.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #75
----
commit 2c4597c71be87f7710eb850481bce3eb7d870d63
Author: lichtin <[email protected]>
Date: 2015-03-17T13:46:13Z
AMQ-5669: Update Karaf feature files to add required namespace
commit 081a3c473276c08303f41df201f351a160874d24
Author: lichtin <[email protected]>
Date: 2015-03-17T13:49:57Z
AMQ-5669: Update Karaf feature files to add required namespace
----
> 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
> Priority: Minor
>
> 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.3.4#6332)