ServiceMix 4 features file must be updated for ActiveMq 5.3.0
-------------------------------------------------------------
Key: SMX4-401
URL: https://issues.apache.org/activemq/browse/SMX4-401
Project: ServiceMix 4
Issue Type: Improvement
Reporter: Charles Moulliard
Fix For: 4.1.0
The existing apache-servicemix-4.1.0-SNAPSHOT-features.xml file contains info
about activemq 5.2.0.
{code}
<feature name="activemq" version="5.2.0">
<feature version="4.1.0-SNAPSHOT">connector</feature>
<bundle>mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/1.0.1</bundle>
<bundle>mvn:commons-pool/commons-pool/1.4</bundle>
<bundle>mvn:org.apache.xbean/xbean-spring/3.5</bundle>
<bundle>mvn:org.apache.activemq/activemq-core/5.2.0</bundle>
<bundle>mvn:org.apache.activemq/activemq-ra/5.2.0</bundle>
<bundle>mvn:org.apache.activemq/activemq-console/5.2.0</bundle>
<bundle>mvn:org.apache.activemq/activemq-pool/5.2.0</bundle>
<bundle>mvn:org.apache.servicemix.activemq/org.apache.servicemix.activemq.commands/4.1.0-SNAPSHOT</bundle>
</feature>
{code}
- Check if changing version number from 5.2.0 to 5.3.0 is enough ?
- Check if we have additional dependencies/bundles in 5.3.0 ?
Remark : It should be interesting to have a separate features xml file for
ActiveMq / idem for CXF / ... ???
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.