Hi all,
I'm working on KARAF-452, KARAF-33 and KARAF-325.
These three jira are related the same topic: identification of bundles
and features.
I propose the following convention to identify a bundles or features.
The identifier could be:
- a id (long) (as it is currently)
- a name (for instance bundle_A), the name could contain regexp (for
instance bundle_*)
- a name and a version (for instance bundle_A/1.0.0), the name and
version could contain regexp (for instance bundle_*/1.0.0 or bundle_A/1*)
- a range of id (for instance 1-4 7-9 will install bundles with id 1, 2,
3, 4 and 7, 8, 9)
WDYT ?
I made good progress on the trunk.
I wonder if I merge this to karaf-2.2.x branch. I think it could be
interesting to provide this in the next 2.2.2 version.
WDYT ?
Thanks,
Regards
JB