Hi all, I'm gonna work on two Jira: - KARAF-33 - KARAF-325
These two tasks require to be able to identify a set of bundles and/or features by name and version.
I would like to define the format of this identifier. I propose: 1/ name/version (such as feature-1/0.0.0): it's a kind of maven format 2/ name;version (such as feature-1;0.0.0): it's more OSGi format I prefer the second one. WDYT ? Regards JB
