Normalize SMX4 naming convention of resources
---------------------------------------------
Key: SMX4-567
URL: https://issues.apache.org/activemq/browse/SMX4-567
Project: ServiceMix 4
Issue Type: Improvement
Affects Versions: 4.2.0
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
Fix For: 4.4.0
Currently, the different resources involved in ServiceMix 4 have a
heterogeneous naming convention.
For instance, we have:
- Apache ServiceMix Specs :: [SPEC NAME] [SPEC VERSION]
- Apache ServiceMix Bundles: [WRAPPED NAME] [WRAPPED VERSION]
- ServiceMix :: [COMPONENT NAME]
I'm gonna to apply a normalized naming convention respecting the following
policy:
Apache ServiceMix :: [RESOURCE TYPE] :: [RESOURCE NAME] [RESOURCE CLASSIFIER]
[RESOURCE VERSION]
where
[RESOURCE TYPE] can be Specs, Bundles, Components.
[RESOURCE NAME] is the spec, bundle or component name.
[RESOURCE CLASSIFIER] is optional and mainly used for component (Binding
Component or Service Engine).
[RESOURCE VERSION] is the spec, bundle or component version.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.