GitHub user shyrkov opened a pull request:
https://github.com/apache/karaf-cellar/pull/35
KARAF-4538 - use matches() instead of find() to make bundle matching
strategy more predictable
The fix makes bundle selection more predictable as otherwise
"cluster:bundle-start default dx" command is applied to all my bundles, whose
name starts with "dx" (e.g. dx-core, dx-ext, dx-provider, etc.), which is not
in line with how the org.apache.karaf.bundle.core.internal.BundleSelectorImpl
is doing matching.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shyrkov/karaf-cellar KARAF-4538
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/karaf-cellar/pull/35.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #35
----
commit 67f2366ed403b66f91c91e7fc1542fc70e0b5f31
Author: Sergiy Shyrkov <[email protected]>
Date: 2016-09-06T19:02:38Z
KARAF-4538 - use matches() instead of find() to make bundle matching
strategy more predictable
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---