Details
Description
In order to manage the "new" ID convention on bundles and features (supporting name/symbolicName (with wildcard), version (with wildcard id ranges), some methods are required (getBundlesByNameAndVersion(), etc).
The BundleWatcher class already implements some methods that could be useful in IdUtils (getBundlesByURL(), wildCardMatch(), etc).
I'm gonna add IdentificationUtils in Karaf utils and move some methods from BundleWatcher to IdentificationUtils.