Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.2.0
-
None
-
None
Description
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.